flathub / com.github.bleakgrey.tootle

https://flathub.org/apps/details/com.github.bleakgrey.tootle
4 stars 4 forks source link

Set Gtk+ theme from the environment variable #7

Closed cagatay-y closed 5 years ago

TingPing commented 5 years ago

This is the incorrect way to set themes. GTK_THEME is a development env var and all libraries that call Gtk.Settings will get the wrong value potentially causing issues. Now obviously you can test this to be not true atm but I see no reason to introduce a potential breakage to avoid a small patch.

cagatay-y commented 5 years ago

Didn't know that. Closing the PR then.