Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tilix dark theme stopped working #2237

Open
rgarrigue opened this issue Sep 6, 2024 · 4 comments
Open

Tilix dark theme stopped working #2237

rgarrigue opened this issue Sep 6, 2024 · 4 comments

Comments

@rgarrigue
Copy link

Hello,

Running Manjaro with Gnome here, an somehow an upgrade broke the dark theme : tried switching it off & on again, fiddled with appareance related preference, had a look in the other issues and tried to dig myself around GTK, grep'd in system logs, started with --g-fatal-warnings just to see if it would crash... couldn't find anything.

Where can I look ?

❯ LANG=C tilix --version
Versions
	Tilix version: 1.9.6
	VTE version: 0.76
	GTK Version: 3.24.43

Tilix Special Features
	Notifications enabled=0
	Triggers enabled=0
	Badges enabled=1

❯ gnome-shell --version
GNOME Shell 46.4
@rgarrigue
Copy link
Author

Here's my dconf dump

❯ dconf dump /com/gexperts/Tilix/
[/]
auto-hide-mouse=true
control-scroll-zoom=true
copy-on-select=true
enable-wide-handle=true
focus-follow-mouse=true
middle-click-close=true
new-instance-mode='new-window'
paste-strip-first-char=false
paste-strip-trailing-whitespace=true
prompt-on-close-process=false
quake-height-percent=90
quake-hide-headerbar=false
quake-keep-on-top=true
quake-specific-monitor=0
theme-variant='dark'
unsafe-paste-alert=false
use-tabs=true
window-style='normal'

[keybindings]
session-name='F10'
session-synchronize-input='<Primary>less'
terminal-sync-input-override='<Alt>less'

[profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d]
badge-font='FiraCode Nerd Font Propo Bold 12'
badge-text='${directory}'
badge-use-system-font=false
login-shell=true
notify-silence-enabled=true
notify-silence-threshold=30
scrollback-lines=100000
terminal-bell='icon'
visible-name='Par défaut'

@237dmitry
Copy link

237dmitry commented Sep 6, 2024

There is not theme-variant in my dump

$ dconf list /com/gexperts/Tilix/
app-title
copy-on-select
paste-strip-trailing-whitespace
profiles/
prompt-on-close
prompt-on-delete-profile
quake-specific-monitor
sidebar-on-right
terminal-title-show-when-single
terminal-title-style
warn-vte-config-issue
window-style

$ dconf dump /com/gexperts/Tilix/ | grep 'theme-variant'     # nothing
$ tilix --version
Versions
	Tilix version: 1.9.6
	VTE version: 0.76
	GTK Version: 3.24.43

Tilix Special Features
	Notifications enabled=0
	Triggers enabled=0
	Badges enabled=1

Try Gnome with Xorg, I think this is wayland. I use xfce, i3-wm and fluxbox.

@rgarrigue
Copy link
Author

Try Gnome with Xorg, I think this is wayland. I use xfce, i3-wm and fluxbox.

I don't feel like changing my whole DE when it used to work before 😖

I'm not 100% sure how it works between Wayland and Wayland incompatible app to be honest, I think I'm using the compatibility thingy XWayland. See the below screenshot. Tried killall tilix, then starting tilix with an explicit GTK=x11 via a gnome terminal, no luck

image

not theme-variant

Can't seems to remove it, I've reset to the default

Deinstall & reinstall didn't fixed it either

@237dmitry
Copy link

Deinstall & reinstall didn't fixed it either

To completely reinstall tilix, you need to remove its gsettings:

$ dconf reset -f /com/gexperts/

Imho this Tilix problem depends on GTK-4. Maybe I am wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants