guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xfce: Replace 'gtk-xfce-engine' with 'greybi


From: guix-commits
Subject: branch master updated: gnu: xfce: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.
Date: Thu, 04 Aug 2022 22:26:04 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a8d24e97dc gnu: xfce: Replace 'gtk-xfce-engine' with 
'greybird-gtk-theme'.
a8d24e97dc is described below

commit a8d24e97dc5a893eafbd9cfa7a96b6dd7bef500c
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Aug 5 10:22:30 2022 +0800

    gnu: xfce: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.
    
    Suggested in <https://issues.guix.gnu.org/54719>.
    
    * gnu/packages/xfce.scm (xfce)[inputs]:
    Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.
---
 gnu/packages/xfce.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 19bb18923b..9d217fc8cf 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -45,6 +45,7 @@
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
+  #:use-module (gnu packages gnome-xyz)
   #:use-module (gnu packages gstreamer)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages image)
@@ -1087,7 +1088,10 @@ for and start applications.")
      (list exo
            garcon
            gnome-icon-theme
-           gtk-xfce-engine
+           ;; Greybird is the recommend theme since Xfce 4.14, see:
+           ;; 
<https://mail.xfce.org/pipermail/xfce4-dev/2018-August/032151.html>
+           ;; TODO: Make it default via 
"xfconf/xfce/perchannel-xml/xsettinsg.xml"
+           greybird-gtk-theme
            hicolor-icon-theme
            mate-polkit-for-xfce
            ristretto



reply via email to

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