core: Provide .desktop file for Rygel
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 7 Jun 2009 20:19:22 +0000 (23:19 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 12 Jun 2009 11:31:41 +0000 (14:31 +0300)
data/Makefile.am
data/rygel.desktop.in [new file with mode: 0644]

index 1ee26f5..f6a7973 100644 (file)
@@ -24,7 +24,7 @@ $(dbusservice_DATA): $(dbusservice_in_files) Makefile
        @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
 
 desktopdir = $(datadir)/applications
-desktop_in_files = rygel-preferences.desktop.in
+desktop_in_files = rygel.desktop.in rygel-preferences.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 # Rule to create the .desktop files
diff --git a/data/rygel.desktop.in b/data/rygel.desktop.in
new file mode 100644 (file)
index 0000000..3db7646
--- /dev/null
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Rygel
+Name[en_GB]=Rygel
+GenericName=UPnP/DLNA Services
+GenericName[en_GB]=UPnP/DLNA Services
+Categories=
+Exec=dbus-send --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.StartServiceByName string:org.gnome.Rygel uint32:0
+Terminal=false
+Type=Application
+NoDisplay=true
+StartupNotify=true
+X-GNOME-Autostart-enabled=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=Rygel
+X-GNOME-Bugzilla-Component=general
+X-GNOME-Bugzilla-Version=${version}