Re: [PATCH 1/1] gnu: transmission-gtk: Add icon dependencies.

2016-01-31 Thread Ludovic Courtès
Leo Famulari skribis: [...] >> Seriously though, I think the trick is to have the XDG variables >> correctly set, which is done automatically on GuixSD: >> >> --8<---cut here---start->8--- >> $ env | grep XDG >> XDG_CONFIG_DIRS=/home/ludo/.guix-profile/etc/xd

Re: [PATCH 1/1] gnu: transmission-gtk: Add icon dependencies.

2016-01-27 Thread Leo Famulari
On Sat, Jan 23, 2016 at 05:36:28PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > I have adwaita-icon-theme and hicolor-icon-theme in my profile, but when > > running transmission-gtk, it complains on stderr about problems with > > both icon themes and has no icons at all: > > > > --

Re: [PATCH 1/1] gnu: transmission-gtk: Add icon dependencies.

2016-01-23 Thread Ludovic Courtès
Leo Famulari skribis: > I have adwaita-icon-theme and hicolor-icon-theme in my profile, but when > running transmission-gtk, it complains on stderr about problems with > both icon themes and has no icons at all: > > --start-example- > (transmission-gtk:21008): Gtk-WARNING **: Could not find the

Re: [PATCH 1/1] gnu: transmission-gtk: Add icon dependencies.

2016-01-22 Thread Leo Famulari
On Fri, Jan 22, 2016 at 06:15:11PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/bittorrent.scm (transmission)[inputs]: Add > > adwaita-icon-theme and hicolor-icon-theme. > > I don’t think we should take that route, because we would end up doing > that for each and e

Re: [PATCH 1/1] gnu: transmission-gtk: Add icon dependencies.

2016-01-22 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/bittorrent.scm (transmission)[inputs]: Add > adwaita-icon-theme and hicolor-icon-theme. I don’t think we should take that route, because we would end up doing that for each and every GTK+ package. However, we could: 1. On GuixSD, arrange so that these t

[PATCH 1/1] gnu: transmission-gtk: Add icon dependencies.

2016-01-20 Thread Leo Famulari
* gnu/packages/bittorrent.scm (transmission)[inputs]: Add adwaita-icon-theme and hicolor-icon-theme. --- gnu/packages/bittorrent.scm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 967580d..74770dc 100644 ---