guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: lxqt-panel: fix taskbar plugin's application list issue.


From: guix-commits
Subject: 04/05: gnu: lxqt-panel: fix taskbar plugin's application list issue.
Date: Fri, 24 May 2019 12:24:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8f5371d08377123400444ed11bd1c1e41e803890
Author: Reza Alizadeh Majd <address@hidden>
Date:   Wed May 22 11:57:16 2019 +0430

    gnu: lxqt-panel: fix taskbar plugin's application list issue.
    
    * gnu/packages/lxqt.scm (lxqt-panel): move `kwindowsystem` from `inputs`
    to `propagated-inputs`
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/lxqt.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index d7abd5a..a8699b3 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019 Meiyo Peng <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2019 Reza Alizadeh Majd <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -559,7 +560,6 @@ of other programs.")
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("kguiaddons" ,kguiaddons)
-       ("kwindowsystem" ,kwindowsystem)
        ("libdbusmenu-qt" ,libdbusmenu-qt)
        ("liblxqt" ,liblxqt)
        ("libqtxdg" ,libqtxdg)
@@ -582,6 +582,10 @@ of other programs.")
      `(("pkg-config" ,pkg-config)
        ("lxqt-build-tools" ,lxqt-build-tools)
        ("qttools" ,qttools)))
+    (propagated-inputs
+     ;; Propagating KWINDOWSYSTEM so that the list of opened applications
+     ;; shows up in lxqt-panel's taskbar plugin.
+     `(("kwindowsystem" ,kwindowsystem)))
     (arguments
      '(#:tests? #f                      ; no tests
        #:phases



reply via email to

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