[PATCH] gnu: lxqt-panel: Show icons in menus.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal

Debbugs page

Timotej Lazar wrote 5 years ago
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
20200810114348.8418-1-timotej.lazar@araneo.si
* gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data.
---
Without this, icons are missing in lxqt main menu.

gnu/packages/lxqt.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
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
--
2.28.0
Mathieu Othacehe wrote 5 years ago
(name . Timotej Lazar)(address . timotej.lazar@araneo.si)(address . 42798-done@debbugs.gnu.org)
87bljfrl63.fsf@gnu.org
Hello,

Toggle quote (4 lines)
> * gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data.
> ---
> Without this, icons are missing in lxqt main menu.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42798@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42798
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help