Tilix dark theme stopped working
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
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'
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.
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
not
theme-variant
Can't seems to remove it, I've reset to the default
Deinstall & reinstall didn't fixed it either
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