mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
desktop: Add Network main category
Fixes lintian warning `desktop-entry-lacks-main-category`
This commit is contained in:
parent
f6eb09f5cd
commit
1705b75c3e
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=GNOME;GTK;Telephony;
|
Categories=Network;GNOME;GTK;Telephony;
|
||||||
X-GNOME-AutoRestart=true
|
X-GNOME-AutoRestart=true
|
||||||
|
|
|
@ -11,6 +11,6 @@ Exec=calls %u
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=GNOME;GTK;Telephony;
|
Categories=Network;GNOME;GTK;Telephony;
|
||||||
MimeType=x-scheme-handler/tel
|
MimeType=x-scheme-handler/tel
|
||||||
X-Purism-FormFactor=Workstation;Mobile;
|
X-Purism-FormFactor=Workstation;Mobile;
|
||||||
|
|
Loading…
Reference in a new issue