metainfo: Drop categories from metainfo.xml
**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>
This commit is contained in:
@@ -11,7 +11,7 @@ Exec=gnome-calls %u
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=Network;GNOME;GTK;Telephony;
|
||||
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;
|
||||
|
||||
@@ -55,10 +55,6 @@
|
||||
<kudo>Notifications</kudo>
|
||||
</kudos>
|
||||
|
||||
<categories>
|
||||
<category>Audio</category>
|
||||
</categories>
|
||||
|
||||
<provides>
|
||||
<mediatype>x-scheme-handler/tel</mediatype>
|
||||
<mediatype>x-scheme-handler/sip</mediatype>
|
||||
|
||||
Reference in New Issue
Block a user