diff options
author | Moonchild <moonchild@palemoon.org> | 2019-07-05 00:58:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 00:58:01 +0000 |
commit | 28439778f7146b62331e7769d33676bd7c44c68c (patch) | |
tree | 985bfc3d513d0ffc2fdc8e74e6a04ea4423bdcdd | |
parent | 15e8d1c9195400727079716b4cfc65afe08511e5 (diff) | |
parent | 4f3ec55dd6a709b9273e32689f53c873291721a8 (diff) | |
download | uxp-28439778f7146b62331e7769d33676bd7c44c68c.tar.gz |
Merge pull request #1149 from kbhasi/master
Fix duplicate icons and incorrect capitalisations in GNOME, and disabled startup feedback
-rw-r--r-- | application/palemoon/branding/official/palemoon.desktop | 3 | ||||
-rw-r--r-- | application/palemoon/branding/unofficial/newmoon.desktop | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/application/palemoon/branding/official/palemoon.desktop b/application/palemoon/branding/official/palemoon.desktop index 3f678e1bfd..440092b33f 100644 --- a/application/palemoon/branding/official/palemoon.desktop +++ b/application/palemoon/branding/official/palemoon.desktop @@ -87,8 +87,9 @@ Type=Application Icon=palemoon Categories=Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; -StartupNotify=true +StartupNotify=false Actions=NewTab;NewWindow;NewPrivateWindow; +StartupWMClass="pale moon" [Desktop Action NewTab] Name=Open new tab diff --git a/application/palemoon/branding/unofficial/newmoon.desktop b/application/palemoon/branding/unofficial/newmoon.desktop index 6dcf324771..3b337fdd4d 100644 --- a/application/palemoon/branding/unofficial/newmoon.desktop +++ b/application/palemoon/branding/unofficial/newmoon.desktop @@ -87,8 +87,9 @@ Type=Application Icon=palemoon Categories=Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; -StartupNotify=true +StartupNotify=false Actions=NewTab;NewWindow;NewPrivateWindow; +StartupWMClass="new moon" [Desktop Action NewTab] Name=Open new tab |