unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42798] [PATCH] gnu: lxqt-panel: Show icons in menus.
@ 2020-08-10 11:43 Timotej Lazar
  2020-08-13  8:43 ` bug#42798: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-08-10 11:43 UTC (permalink / raw)
  To: 42798; +Cc: Timotej Lazar

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42798: [PATCH] gnu: lxqt-panel: Show icons in menus.
  2020-08-10 11:43 [bug#42798] [PATCH] gnu: lxqt-panel: Show icons in menus Timotej Lazar
@ 2020-08-13  8:43 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-13  8:43 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 42798-done


Hello,

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

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-13  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 11:43 [bug#42798] [PATCH] gnu: lxqt-panel: Show icons in menus Timotej Lazar
2020-08-13  8:43 ` bug#42798: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).