dino and gajim ignore my gtk theme

  • Open
  • quality assurance status badge
Details
One participant
  • bdju
Owner
unassigned
Submitted by
bdju
Severity
normal

Debbugs page

bdju wrote 4 years ago
(address . bug-guix@gnu.org)
CAGD6UKVO0SA.12AZL9DGT1JE8@masaki
guix (GNU Guix) 04ba7a196ab23539f1c7897ca5349fa635c5e88d
I am using Guix System.
I have these settings in my ~/.config/gtk-3.0/settings.ini file.
```
gtk-application-prefer-dark-theme = true
gtk-theme-name=Adwaita-dark
```

If I launch either dino or gajim, they have a bright theme.
If I launch them with `GTK_THEME=Adwaita:dark` before the program name,
they appear dark.
pcmanfm successfully has a dark gtk theme. I used lxappearance to set my
gtk theme, but it's just editing the usual files for me.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 47612@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47612
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help