GNU bug report logs - #42798
[PATCH] gnu: lxqt-panel: Show icons in menus.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Mon, 10 Aug 2020 11:45:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: bug#42798: closed (Re: [bug#42798] [PATCH] gnu: lxqt-panel: Show
 icons in menus.)
Date: Thu, 13 Aug 2020 08:44:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 42798 <at> debbugs.gnu.org.

-- 
42798: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42798
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 42798-done <at> debbugs.gnu.org
Subject: Re: [bug#42798] [PATCH] gnu: lxqt-panel: Show icons in menus.
Date: Thu, 13 Aug 2020 10:43:00 +0200
Hello,

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

Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
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




This bug report was last modified 4 years and 280 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.