Part of https://gitlab.gnome.org/GNOME/Initiatives/issues/1; Sets up dual installation for flatpaks, allowing us to build and run geary without affecting our system install. This will allow testing of nightlies and CI artifacts as well via the flatpak, so we can iterate on designs and share bundles to test with.
22 lines
619 B
Text
22 lines
619 B
Text
[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=@appid@
|
|
TryExec=geary
|
|
Exec=geary %U
|
|
Type=Application
|
|
Terminal=false
|
|
Categories=GNOME;GTK;Network;Email;
|
|
MimeType=x-scheme-handler/mailto;
|
|
StartupNotify=true
|
|
DBusActivatable=true
|
|
X-GNOME-UsesNotifications=true
|
|
Actions=Compose;
|
|
|
|
[Desktop Action Compose]
|
|
Name=Compose Message
|
|
Exec=geary mailto:
|