guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xfce4-settings: Add gsettings-desktop-schemas.


From: guix-commits
Subject: 01/02: gnu: xfce4-settings: Add gsettings-desktop-schemas.
Date: Fri, 30 Apr 2021 12:26:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ed9d890e0e24b10df6f170fe7c9635151e0423c1
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sun Apr 18 16:23:26 2021 +1000

    gnu: xfce4-settings: Add gsettings-desktop-schemas.
    
    * gnu/packages/xfce.scm (xfce4-settings):[propagated-inputs]: Add
    gsettings-desktop-schemas. This makes it appear in the system profile
    via the xfce service. This fixes a bug where changing icon theme causes
    xfce4-appearance-settings to crash with the error:
    
    GLib-GIO-ERROR **: 15:41:45.828: Settings schema 
'org.gnome.desktop.interface' is not installed
    Trace/breakpoint trap
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/xfce.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 9655d8c..0147c48 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -758,6 +758,10 @@ allows you to shut down the computer from Xfce.")
        ("upower" ,upower) ;; TODO needs upower-glib
        ("python" ,python) ;; for xfce4-compose-mail
        ("xf86-input-libinput" ,xf86-input-libinput)))
+    (propagated-inputs
+     ;; Some operations, such as changing icon themes, require these schemas
+     ;; to be in the search path.
+     `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
     (home-page "https://www.xfce.org/";)
     (synopsis "Xfce settings manager")
     (description



reply via email to

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