Also install a desktop file for htmlapp(1)
This commit is contained in:
parent
fa49377750
commit
c3ee57f45d
11
data/deforaos-htmlapp.desktop
Normal file
11
data/deforaos-htmlapp.desktop
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
#FIXME do not list in application menus by default
|
||||||
|
Name=HTML Application
|
||||||
|
Comment=Simple container for HTML applications
|
||||||
|
TryExec=htmlapp
|
||||||
|
Exec=htmlapp
|
||||||
|
Icon=web-browser
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;WebBrowser;GTK;
|
||||||
|
StartupNotify=true
|
||||||
|
MimeType=application/xhtml+xml;text/html
|
|
@ -1,8 +1,11 @@
|
||||||
subdirs=16x16,24x24
|
subdirs=16x16,24x24
|
||||||
dist=Makefile,deforaos-helper.desktop,deforaos-surfer.desktop
|
dist=Makefile,deforaos-helper.desktop,deforaos-htmlapp.desktop,deforaos-surfer.desktop
|
||||||
|
|
||||||
[deforaos-helper.desktop]
|
[deforaos-helper.desktop]
|
||||||
install=$(PREFIX)/share/applications
|
install=$(PREFIX)/share/applications
|
||||||
|
|
||||||
|
[deforaos-htmlapp.desktop]
|
||||||
|
install=$(PREFIX)/share/applications
|
||||||
|
|
||||||
[deforaos-surfer.desktop]
|
[deforaos-surfer.desktop]
|
||||||
install=$(PREFIX)/share/applications
|
install=$(PREFIX)/share/applications
|
||||||
|
|
Loading…
Reference in New Issue
Block a user