Do not display htmlapp(1) in menus by default
This commit is contained in:
parent
979b5e69a3
commit
897cf644f7
|
@ -1,5 +1,4 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
#FIXME do not list in application menus by default
|
|
||||||
Name=HTML Application
|
Name=HTML Application
|
||||||
Comment=Simple container for HTML applications
|
Comment=Simple container for HTML applications
|
||||||
TryExec=htmlapp
|
TryExec=htmlapp
|
||||||
|
@ -7,5 +6,6 @@ Exec=htmlapp
|
||||||
Icon=web-browser
|
Icon=web-browser
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;WebBrowser;GTK;
|
Categories=Network;WebBrowser;GTK;
|
||||||
|
NoDisplay=true
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
MimeType=application/xhtml+xml;text/html
|
MimeType=application/xhtml+xml;text/html
|
||||||
|
|
Loading…
Reference in New Issue
Block a user