From: Ashvith Shetty <ashvithshetty10@gmail.com>
To: 72529@debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10@gmail.com>
Subject: [bug#72529] [PATCH] gnu: librewolf: Fix WM Class.
Date: Thu, 8 Aug 2024 23:58:44 +0530 [thread overview]
Message-ID: <003f5b142fe5434b10510991ecff4461e95ad41f.1723141706.git.ashvithshetty10@gmail.com> (raw)
In-Reply-To: <cover.1723140594.git.ashvithshetty10@gmail.com>
* 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@wolfsden.cz>
;;; Copyright © 2023 Ian Eure <ian@retrospec.tv>
;;; Copyright © 2024 Remco van 't Veer <remco@remworks.net>
+;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@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
next prev parent reply other threads:[~2024-08-08 18:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 18:18 [bug#72529] [PATCH 0/1] Fix WM Class for LibreWolf Ashvith Shetty
2024-08-08 18:22 ` [bug#72529] [PATCH 1/1] gnu: librewolf: Fix WM Class Ashvith Shetty
2024-08-08 18:28 ` Ashvith Shetty [this message]
2024-08-15 11:57 ` bug#72529: [PATCH 0/1] Fix WM Class for LibreWolf Tobias Geerinckx-Rice via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=003f5b142fe5434b10510991ecff4461e95ad41f.1723141706.git.ashvithshetty10@gmail.com \
--to=ashvithshetty10@gmail.com \
--cc=72529@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.