guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generatio


From: Danny Milosavljevic
Subject: 01/01: gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation.
Date: Tue, 19 Dec 2017 12:12:07 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 68f1869cfca63ee361b2b036eb424f20a9da0d91
Author: Danny Milosavljevic <address@hidden>
Date:   Tue Dec 19 10:45:15 2017 +0100

    gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation.
    
    * gnu/packages/xfce.scm (xfce4-session)[arguments]: Add make-flags to 
disable
    Gtk+ icon cache generation.
---
 gnu/packages/xfce.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 7668a1d..bbe6ab4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -492,7 +492,10 @@ your system in categories, so you can quickly find and 
launch them.")
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-       (list (string-append "--with-xsession-prefix=" %output))))
+       (list (string-append "--with-xsession-prefix=" %output))
+       ;; Disable icon cache update.
+       #:make-flags
+       '("gtk_update_icon_cache=true")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))



reply via email to

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