Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-04-05 Thread Jookia
On Tue, Apr 05, 2016 at 10:23:19PM +0200, Ludovic Courtès wrote: > Thinking about it, is the theme mechanism in GTK+2 similar enough that > the patch would make sense? It's almost identical. > Ludo’. Jookia.

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-04-05 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > Jookia <166...@gmail.com> writes: > >> Hey there, just an update. >> >> There's an old bug report that deals with this issue. It seems it's something >> wanted by GTK+, even if it's a formality in dealing with XDG across the >> board. >> >> I've commented o

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-04-05 Thread 宋文武
Jookia <166...@gmail.com> writes: > Hey there, just an update. > > There's an old bug report that deals with this issue. It seems it's something > wanted by GTK+, even if it's a formality in dealing with XDG across the board. > > I've commented on it and hopefully gears will start turning again. >

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-04-05 Thread 宋文武
Jookia <166...@gmail.com> writes: > Hey there, just an update. > > There's an old bug report that deals with this issue. It seems it's something > wanted by GTK+, even if it's a formality in dealing with XDG across the board. > > I've commented on it and hopefully gears will start turning again. >

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-03-13 Thread Jookia
Hey there, just an update. There's an old bug report that deals with this issue. It seems it's something wanted by GTK+, even if it's a formality in dealing with XDG across the board. I've commented on it and hopefully gears will start turning again. https://bugzilla.gnome.org/show_bug.cgi?id=641

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-03-12 Thread Mark H Weaver
Ricardo Wurmus writes: > 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 >> th

Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-03-12 Thread Ricardo Wurmus
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. T

[PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-03-11 Thread Jookia
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. * gnu/packages/gtk.scm (gtk+-2): Add gtk2-the