diff options
author | Jory Pratt <anarchy@gentoo.org> | 2019-04-02 11:30:46 -0500 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-07-25 11:10:00 -0500 |
commit | 8ff64a8a88c45333f6a8a56479b90661ee62838e (patch) | |
tree | b38603de3d7ce684968c1b7085dbd7dc6d973561 /mail-client | |
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>
Diffstat (limited to 'mail-client')
3 files changed, 3 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 |