GNU bug report logs - #72529
[PATCH 0/1] Fix WM Class for LibreWolf.

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Thu, 8 Aug 2024 18:20:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72529 in the body.
You can then email your comments to 72529 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to , guix-patches <at> gnu.org:
bug#72529; Package guix-patches. (Thu, 08 Aug 2024 18:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashvith Shetty <ashvithshetty10 <at> gmail.com>:
New bug report received and forwarded. Copy sent to , guix-patches <at> gnu.org. (Thu, 08 Aug 2024 18:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
Subject: [PATCH 0/1] Fix WM Class for LibreWolf.
Date: Thu,  8 Aug 2024 23:48:36 +0530
This commit fixes the issue with LibreWolf's WM Class. Unfortunately, I could not test this on my machine, so I'd appreciate it, if someone could give this patch a go.

Ashvith Shetty (1):
  gnu: librewolf: Fix WM Class.

 gnu/packages/librewolf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: d7d779a3eff9d7875d491e4180da665f6d2a1b86
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72529; Package guix-patches. (Thu, 08 Aug 2024 18:25:01 GMT) Full text and rfc822 format available.

Message #8 received at 72529 <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 72529 <at> debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
Subject: [PATCH 1/1] gnu: librewolf: Fix WM Class.
Date: Thu,  8 Aug 2024 23:52:52 +0530
* gnu/packages/librewolf.scm (librewolf)[arguments]: Set the
MOZ_APP_REMOTINGNAME environment variable and replace "Navigator" with
"LibreWolf" in librewolf.desktop.

Change-Id: I3e117f99ee25321fe3a40ad67450460971579d71
---
 gnu/packages/librewolf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 3e46477724..3ae16997f4 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -413,6 +413,7 @@ (define (write-setting key value)
                        (setenv "CC" "clang")
                        (setenv "CXX" "clang++")
                        (setenv "MOZ_NOSPAM" "1")
+                       (setenv "MOZ_APP_REMOTINGNAME" "LibreWolf")
                        (setenv "MOZ_APP_NAME" "librewolf")
 
                        (setenv "MOZBUILD_STATE_PATH"
@@ -626,8 +627,7 @@ (define (runpaths-of-input label)
                            (("-NewPrivateWindow")
                             "-new-private-window")
                            (("StartupNotify=true")
-                            "StartupNotify=true
-StartupWMClass=Navigator"))
+                            "StartupNotify=true\nStartupWMClass=LibreWolf"))
                          (copy-file desktop-file "librewolf.desktop")
                          (install-file "librewolf.desktop" applications))))
                    (add-after 'install-desktop-entry 'install-icons
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72529; Package guix-patches. (Thu, 08 Aug 2024 18:31:02 GMT) Full text and rfc822 format available.

Message #11 received at 72529 <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 72529 <at> debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
Subject: [PATCH] gnu: librewolf: Fix WM Class.
Date: Thu,  8 Aug 2024 23:58:44 +0530
* gnu/packages/librewolf.scm (librewolf)[arguments]: Set the
MOZ_APP_REMOTINGNAME environment variable and replace "Navigator" with
"LibreWolf" in librewolf.desktop.

Change-Id: I3e117f99ee25321fe3a40ad67450460971579d71
---
 gnu/packages/librewolf.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 3e46477724..45fbb84e4f 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2023 Tomas Volf <wolf <at> wolfsden.cz>
 ;;; Copyright © 2023 Ian Eure <ian <at> retrospec.tv>
 ;;; Copyright © 2024 Remco van 't Veer <remco <at> remworks.net>
+;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -413,6 +414,7 @@ (define (write-setting key value)
                        (setenv "CC" "clang")
                        (setenv "CXX" "clang++")
                        (setenv "MOZ_NOSPAM" "1")
+                       (setenv "MOZ_APP_REMOTINGNAME" "LibreWolf")
                        (setenv "MOZ_APP_NAME" "librewolf")
 
                        (setenv "MOZBUILD_STATE_PATH"
@@ -626,8 +628,7 @@ (define (runpaths-of-input label)
                            (("-NewPrivateWindow")
                             "-new-private-window")
                            (("StartupNotify=true")
-                            "StartupNotify=true
-StartupWMClass=Navigator"))
+                            "StartupNotify=true\nStartupWMClass=LibreWolf"))
                          (copy-file desktop-file "librewolf.desktop")
                          (install-file "librewolf.desktop" applications))))
                    (add-after 'install-desktop-entry 'install-icons

base-commit: d7d779a3eff9d7875d491e4180da665f6d2a1b86
-- 
2.45.2





Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Thu, 15 Aug 2024 11:59:01 GMT) Full text and rfc822 format available.

Notification sent to Ashvith Shetty <ashvithshetty10 <at> gmail.com>:
bug acknowledged by developer. (Thu, 15 Aug 2024 11:59:02 GMT) Full text and rfc822 format available.

Message #16 received at 72529-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 72529-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/1] Fix WM Class for LibreWolf.
Date: Thu, 15 Aug 2024 13:57:57 +0200
Pushed as 5d1c3bad5c629f3fa588155e3afbf2b1cc9e8603.

Thanks!

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Sep 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 340 days ago.

Previous Next


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