guix-commits
[Top][All Lists]
Advanced

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

02/02: system: Define 'GTK_DATA_PREFIX' globally.


From: Ludovic Courtès
Subject: 02/02: system: Define 'GTK_DATA_PREFIX' globally.
Date: Mon, 04 Apr 2016 21:46:05 +0000

civodul pushed a commit to branch master
in repository guix.

commit ae05e366bea4517f1e428799f00f11997ccef661
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 4 22:27:15 2016 +0200

    system: Define 'GTK_DATA_PREFIX' globally.
    
    Fixes <http://bugs.gnu.org/23200>.
    Reported by Chris Marusich <address@hidden>.
    
    * gnu/system.scm (operating-system-environment-variables): Add
    'GTK_DATA_PREFIX'.
---
 gnu/system.scm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 8e05254..a4259fb 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -560,6 +560,11 @@ use 'plain-file' instead~%")
     ("SSL_CERT_DIR" . "/etc/ssl/certs")
     ("SSL_CERT_FILE" . "/etc/ssl/certs/ca-certificates.crt")
     ("GIT_SSL_CAINFO" . "/etc/ssl/certs/ca-certificates.crt")
+
+    ;; 'GTK_DATA_PREFIX' must name one directory where GTK+ themes are
+    ;; searched for.
+    ("GTK_DATA_PREFIX" . "/run/current-system/profile")
+
     ;; By default, applications that use D-Bus, such as Emacs, abort at startup
     ;; when /etc/machine-id is missing.  Make sure these warnings are 
non-fatal.
     ("DBUS_FATAL_WARNINGS" . "0")))



reply via email to

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