gnu: lxqt-panel: Show icons in menus.
* gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
7ae3b11a24
commit
0f50b7e7b9
|
@ -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
|
||||
|
|
Reference in New Issue