hide gajim-remote from system. Fixes #8212
This commit is contained in:
parent
cb61201686
commit
e440b421af
|
@ -1,6 +1,6 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly;
|
Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly;
|
||||||
_Name=Gajim Remote
|
_Name=Open URI using Gajim
|
||||||
_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
|
_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Exec=gajim-remote handle_uri %u
|
Exec=gajim-remote handle_uri %u
|
||||||
|
@ -9,3 +9,4 @@ StartupNotify=false
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=x-scheme-handler/xmpp;
|
MimeType=x-scheme-handler/xmpp;
|
||||||
|
NoDisplay=true
|
||||||
|
|
Loading…
Reference in New Issue