[Github-comments] [geany/geany] Look and feel does not match on Ubuntu with GTK-3 (#1179)

Deep Sleep notifications at xxxxx
Fri Sep 1 11:08:58 UTC 2017


If you system is set to a gtk2 theme (a theme, which doesn't have xfwm or so in example), then you can set an arbitrary theme for Geany (compiled with GTK2) by
`GTK2_RC_FILES=/usr/share/themes/<your fav. theme>/gtk-2.0/gtkrc geany`

If you have a theme, which has many different supports like Greybird (which has data for GTK2/3, xfwm, metacity etc.), then it seems to depend on what engine is currently used. In my case, since I'm running xfwm, that very theme engine is used and so the command above doesn't work at all.

Call it strange but I'm just observing this behavior.

If you are lucky and your Geany is compiled with GTK3 (like on Arch or maybe Fedora?), then it may be much easier and it is more likely to work with
`GTK_THEME=<your fav. theme> geany`

I think.

Since it is GTK3 then, you can also use the `gtk-application-prefer-dark-theme=1` mentioned above, but this change **all** GTK3 apps to dark.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1179#issuecomment-326554217
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170901/12b39f4e/attachment.html>


More information about the Github-comments mailing list