* desktop/org.gnome.Geary.desktop.in: Add X-GNOME-UsesNotifications=true to desktop file per: https://wiki.gnome.org/Initiatives/GnomeGoals/NotificationSource
21 lines
606 B
Desktop File
21 lines
606 B
Desktop File
[Desktop Entry]
|
|
Name=Geary
|
|
GenericName=Email
|
|
Comment=Send and receive email
|
|
# Translators: These are desktop search terms. Do not translate semicolons, end line with a semicolon.
|
|
Keywords=Mail;E-mail;IMAP;GMail;Yahoo;Hotmail;Outlook;
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=org.gnome.Geary
|
|
TryExec=geary
|
|
Exec=geary %U
|
|
Type=Application
|
|
Terminal=false
|
|
Categories=GNOME;GTK;Network;Email;
|
|
MimeType=x-scheme-handler/mailto;
|
|
StartupNotify=true
|
|
X-GNOME-UsesNotifications=true
|
|
Actions=Compose;
|
|
|
|
[Desktop Action Compose]
|
|
Name=Compose Message
|
|
Exec=geary mailto:
|