emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42798: closed ([PATCH] gnu: lxqt-panel: Show icons in menus.)


From: GNU bug Tracking System
Subject: bug#42798: closed ([PATCH] gnu: lxqt-panel: Show icons in menus.)
Date: Thu, 13 Aug 2020 08:44:01 +0000

Your message dated Thu, 13 Aug 2020 10:43:00 +0200
with message-id <87bljfrl63.fsf@gnu.org>
and subject line Re: [bug#42798] [PATCH] gnu: lxqt-panel: Show icons in menus.
has caused the debbugs.gnu.org bug report #42798,
regarding [PATCH] gnu: lxqt-panel: Show icons in menus.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42798: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42798
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: lxqt-panel: Show icons in menus. Date: Mon, 10 Aug 2020 13:43:48 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42798] [PATCH] gnu: lxqt-panel: Show icons in menus. Date: Thu, 13 Aug 2020 10:43:00 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

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

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]