From ce5026b9f44b72ff2571a1d259d1abd8658cd1f4 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sun, 18 Apr 2021 16:23:26 +1000 Subject: gnu: xfce4-settings: Add gsettings-desktop-schemas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/xfce.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index fcddd08b91..9c17fc7f2a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -756,6 +756,10 @@ (define-public xfce4-settings ("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 -- cgit v1.2.3