From c3ee57f45d11d5c4c8df38e01b37c0a205ef6b16 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 17 Apr 2015 23:09:17 +0200 Subject: [PATCH] Also install a desktop file for htmlapp(1) --- data/deforaos-htmlapp.desktop | 11 +++++++++++ data/project.conf | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 data/deforaos-htmlapp.desktop diff --git a/data/deforaos-htmlapp.desktop b/data/deforaos-htmlapp.desktop new file mode 100644 index 0000000..04ac0c8 --- /dev/null +++ b/data/deforaos-htmlapp.desktop @@ -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 diff --git a/data/project.conf b/data/project.conf index c1a9873..5b56bc9 100644 --- a/data/project.conf +++ b/data/project.conf @@ -1,8 +1,11 @@ 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] install=$(PREFIX)/share/applications +[deforaos-htmlapp.desktop] +install=$(PREFIX)/share/applications + [deforaos-surfer.desktop] install=$(PREFIX)/share/applications