[ontv] Added .desktop file
- From: Olof Kindgren <olki src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ontv] Added .desktop file
- Date: Fri, 30 Jul 2010 14:25:06 +0000 (UTC)
commit d577a52c7e9ec40a7be29d475c3db2f496363fa3
Author: Olof Kindgren <olki src gnome org>
Date: Fri Jul 30 13:06:59 2010 +0200
Added .desktop file
Desktop file shows up for me in XFCE, but it could need some
additional testing in other environments.
.gitignore | 1 +
data/Makefile.am | 8 ++++++++
data/ontv.desktop.in | 7 +++++++
3 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1655f9..55341b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ configure
data/90-ontv.xml
data/GNOME_OnTVApplet.server
data/GNOME_OnTVApplet.server.in
+data/ontv.desktop
data/ontv.schemas
data/ontv.schemas.in
Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 7a63695..b1c81fb 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,13 @@
SUBDIRS = images
+ INTLTOOL_DESKTOP_RULE@
+
+desktop_in_files = ontv.desktop.in
+desktop_files = $(desktop_in_files:.desktop.in=.desktop)
+
+desktopdir = $(datadir)/applications
+desktop_DATA = $(desktop_files)
+
@INTLTOOL_SCHEMAS_RULE@
if GCONF_SCHEMAS_INSTALL
diff --git a/data/ontv.desktop.in b/data/ontv.desktop.in
new file mode 100644
index 0000000..d325921
--- /dev/null
+++ b/data/ontv.desktop.in
@@ -0,0 +1,7 @@
+[Desktop Entry]
+_Name=OnTV
+_Comment=Monitor TV programs
+Exec=ontv
+Icon=ontv
+Type=Application
+Categories=GTK;Utility;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]