Message ID | 87sgt3sus0.fsf@gnu.org |
---|---|
State | Accepted |
Headers | show |
Series | bug#35854: [PATCH] lxqt: lxqt-panel: fix taskbar plugin's applicationlist issue. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index c3b25e5417..a8699b3d09 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -583,7 +583,9 @@ of other programs.") ("lxqt-build-tools" ,lxqt-build-tools) ("qttools" ,qttools))) (propagated-inputs - `(("kwindowsystem" ,kwindowsystem))) + ;; 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