Jookia <166...@gmail.com> writes: > A long running complaint has been that GTK themes aren't found, thus making > GTK look terrible on GuixSD. To solve this, GTK+ now searches the user's > profile as well as the system's profile for themes, in addition to where > themes are currently searched.
Thanks for the patches! While I think it’s important for us to patch GTK+ I don’t think hard-coding ~/.guix-profile and the system profile is a good idea. Instead we should make GTK+ respect a search path, I think. Users can have themes installed elsewhere than somewhere in ~/.guix-profile (using Guix or not). ~~ Ricardo