-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
GTK3 ignore theme change using gsettings #168485
Comments
Besides GTK4 working and not GTK3, do you know if this combination of Gtk3 + sway ever worked in other Linux distributions? IIRC I had to setup an xsettings daemon for Gtk3 applications (either running under Wayland or X11) to pick up the theme switch. |
As far I understand from sway wiki, precisely the recommended workaround is using Also in Archlinux wiki I read:
https://wiki.archlinux.org/title/Dark_mode_switching#gsettings |
cc @colemickens who has/had the same issue in Home Manager |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/some-loose-ends-for-sway-on-nixos-which-we-should-fix/17728/16 |
Describe the bug
Im running sway WM from 21.11 channel, when I change theme using
gsettings
CLI tool I expect GTK3 on-fly changing theme. Test GTK4 usinggtk4-demo
and works well.Steps To Reproduce
Steps to reproduce the behavior:
gtk3-demo
andgtk4-demo
(ie:nix-shell -p gtk4.dev --run gtk4-demo
)gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark
Expected behavior
Both GTK3 and GTK4 apps change their theme.
Metadata
The text was updated successfully, but these errors were encountered: