diff options
author | Kevin Bhasi <37286461+kbhasi@users.noreply.github.com> | 2019-07-01 13:14:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 13:14:14 +0800 |
commit | a61cca1c15b807225423fd991792b00ef82e36fe (patch) | |
tree | e03daba57c2036ac8a1ec08355845fc5328d65d4 | |
parent | 98f7e3b16754aedd44747261113359b8d824449f (diff) | |
download | UXP-a61cca1c15b807225423fd991792b00ef82e36fe.tar UXP-a61cca1c15b807225423fd991792b00ef82e36fe.tar.gz UXP-a61cca1c15b807225423fd991792b00ef82e36fe.tar.lz UXP-a61cca1c15b807225423fd991792b00ef82e36fe.tar.xz UXP-a61cca1c15b807225423fd991792b00ef82e36fe.zip |
Issue #1148 - Part 1: Add StartupWMClass to .desktop for unofficial
-rw-r--r-- | application/palemoon/branding/unofficial/newmoon.desktop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/palemoon/branding/unofficial/newmoon.desktop b/application/palemoon/branding/unofficial/newmoon.desktop index 6dcf32477..3b337fdd4 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 |