**Categories and keywords** > If there’s a launchable defined for a desktop application, categories and keywords are pulled from the desktop file. Defining them separately in the Metainfo file will override the contents of the desktop file. Source: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#categories-and-keywords Signed-off-by: Sabri Ünal <yakushabb@gmail.com> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/812>
20 lines
721 B
Desktop File
20 lines
721 B
Desktop File
[Desktop Entry]
|
|
Name=Calls
|
|
GenericName=Phone
|
|
Comment=A phone dialer and call handler
|
|
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
|
Keywords=Telephone;Call;Phone;Dial;Dialer;PSTN;
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=org.gnome.Calls
|
|
TryExec=gnome-calls
|
|
Exec=gnome-calls %u
|
|
Type=Application
|
|
StartupNotify=true
|
|
Terminal=false
|
|
Categories=Network;GNOME;GTK;Telephony;Audio;AudioVideo;
|
|
MimeType=x-scheme-handler/tel;x-scheme-handler/sip;x-scheme-handler/sips
|
|
DBusActivatable=true
|
|
X-Purism-FormFactor=Workstation;Mobile;
|
|
X-GNOME-UsesNotifications=true
|
|
X-Phosh-UsesFeedback=true
|