Message ID | 20200810114348.8418-1-timotej.lazar@araneo.si |
---|---|
State | Accepted |
Headers | show |
Series | [bug#42798] gnu: lxqt-panel: Show icons in menus. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
Hello, > * gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data. > --- > Without this, icons are missing in lxqt main menu. Pushed, thanks! Mathieu
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index f445a7eb30..f8eeec97d0 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -599,7 +599,8 @@ of other programs.") (propagated-inputs ;; Propagating KWINDOWSYSTEM so that the list of opened applications ;; shows up in lxqt-panel's taskbar plugin. - `(("kwindowsystem" ,kwindowsystem))) + `(("kwindowsystem" ,kwindowsystem) + ("lxmenu-data" ,lxmenu-data))) (arguments '(#:tests? #f ; no tests #:phases