* gnu/system.scm (operating-system-etc-service)[profile]: Add
  'GTK_DATA_PREFIX' definition.
---
 gnu/system.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index ff3a400..81c38e7 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <l...@gnu.org>
 ;;; Copyright © 2015 Mark H Weaver <m...@netris.org>
 ;;; Copyright © 2015 Alex Kost <alez...@gmail.com>
+;;; Copyright © 2016 Fabian Harfert <fhmg...@web.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -479,6 +480,9 @@ fi
 # Allow GStreamer-based applications to find plugins.
 export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\"
 
+# Allow Gtk+ to find themes
+export GTK_DATA_PREFIX=\"$HOME/.guix-profile\"
+
 if [ -n \"$BASH_VERSION\" -a -f /etc/bashrc ]
 then
   # Load Bash-specific initialization code.
-- 
2.7.0


Reply via email to