mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: firefox: Add StartupWMClass to firefox.desktop.
Visual fix for GNOME < 40. * nongnu/packages/mozilla.scm (firefox)[arguments]: Set StartupWMClass in 'install-desktop-entry phase. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
8dd2f60901
commit
cb034164b7
1 changed files with 3 additions and 1 deletions
|
@ -332,7 +332,9 @@
|
|||
(("^Exec=firefox") (string-append "Exec=" out "/bin/firefox"))
|
||||
(("Icon=.*") "Icon=firefox\n")
|
||||
(("NewWindow") "new-window")
|
||||
(("NewPrivateWindow") "new-private-window"))
|
||||
(("NewPrivateWindow") "new-private-window")
|
||||
(("StartupNotify=true")
|
||||
"StartupNotify=true\nStartupWMClass=Navigator"))
|
||||
(install-file desktop-file applications))
|
||||
#t))
|
||||
(add-after 'install-desktop-entry 'install-icons
|
||||
|
|
Loading…
Reference in a new issue