guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] system: Define 'GTK_DATA_PREFIX' in /etc/profile.


From: Fabian Harfert
Subject: [PATCH] system: Define 'GTK_DATA_PREFIX' in /etc/profile.
Date: Mon, 8 Feb 2016 17:07:38 +0100

* 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 <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Alex Kost <address@hidden>
+;;; Copyright © 2016 Fabian Harfert <address@hidden>
 ;;;
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]