diff options
author | 2019-04-02 11:30:46 -0500 | |
---|---|---|
committer | 2019-07-25 11:10:00 -0500 | |
commit | 8ff64a8a88c45333f6a8a56479b90661ee62838e (patch) | |
tree | b38603de3d7ce684968c1b7085dbd7dc6d973561 | |
parent | dev-ruby/timers: remove trailing whitespace (diff) | |
download | gentoo-8ff64a8a88c45333f6a8a56479b90661ee62838e.tar.gz gentoo-8ff64a8a88c45333f6a8a56479b90661ee62838e.tar.bz2 gentoo-8ff64a8a88c45333f6a8a56479b90661ee62838e.zip |
Provide better dock support bug #571572
Closes: https://bugs.gentoo.org/616196
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Signed-off-by: Luca Santarelli <luca.santarelli@gmail.com>
7 files changed, 7 insertions, 0 deletions
diff --git a/mail-client/thunderbird-bin/files/icon/thunderbird-bin.desktop b/mail-client/thunderbird-bin/files/icon/thunderbird-bin.desktop index 481a9b7507bd..239a86f295bb 100644 --- a/mail-client/thunderbird-bin/files/icon/thunderbird-bin.desktop +++ b/mail-client/thunderbird-bin/files/icon/thunderbird-bin.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application Categories=Office;Network;Email; MimeType=x-scheme-handler/mailto; +StartupNotify=true diff --git a/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop b/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop index f9d87bef2ffd..c9daa1b1d87d 100644 --- a/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop +++ b/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application Categories=Office;Network;Email; MimeType=x-scheme-handler/mailto; +StartupNotify=true diff --git a/mail-client/thunderbird/files/icon/thunderbird.desktop b/mail-client/thunderbird/files/icon/thunderbird.desktop index f9c31eba37b2..97c17a3f2b9e 100644 --- a/mail-client/thunderbird/files/icon/thunderbird.desktop +++ b/mail-client/thunderbird/files/icon/thunderbird.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application Categories=Office;Network;Email; MimeType=x-scheme-handler/mailto; +StartupNotify=true diff --git a/www-client/firefox-bin/files/firefox-bin.desktop b/www-client/firefox-bin/files/firefox-bin.desktop index cf88bfd83e03..434feaecac1e 100644 --- a/www-client/firefox-bin/files/firefox-bin.desktop +++ b/www-client/firefox-bin/files/firefox-bin.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Categories=Network;WebBrowser; +StartupNotify=true diff --git a/www-client/firefox/files/icon/firefox.desktop b/www-client/firefox/files/icon/firefox.desktop index d772c2fedf7e..54bb2919e165 100644 --- a/www-client/firefox/files/icon/firefox.desktop +++ b/www-client/firefox/files/icon/firefox.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Categories=Network;WebBrowser; +StartupNotify=true diff --git a/www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop b/www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop index ca02843c80f5..da4fa82f2299 100644 --- a/www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop +++ b/www-client/seamonkey-bin/files/icon/seamonkey-bin.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto; Categories=Network;WebBrowser;Email; +StartupNotify=true
\ No newline at end of file diff --git a/www-client/seamonkey/files/seamonkey.desktop b/www-client/seamonkey/files/seamonkey.desktop index 780561f4bba2..1b1dd7ad646b 100644 --- a/www-client/seamonkey/files/seamonkey.desktop +++ b/www-client/seamonkey/files/seamonkey.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Categories=Network;WebBrowser; +StartupNotify=true |