gnome-session r4569 - in branches/new-gnome-session: . data



Author: lucasr
Date: Tue Feb 19 15:44:36 2008
New Revision: 4569
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4569&view=rev

Log:
2008-02-19  Lucas Rocha  <lucasr gnome org>

	* data/Makefile.am: added autotools bits for session .desktop file.
	* data/gnome.desktop.in: added xsession .desktop file.


Added:
   branches/new-gnome-session/data/gnome.desktop.in
Modified:
   branches/new-gnome-session/ChangeLog
   branches/new-gnome-session/data/Makefile.am

Modified: branches/new-gnome-session/data/Makefile.am
==============================================================================
--- branches/new-gnome-session/data/Makefile.am	(original)
+++ branches/new-gnome-session/data/Makefile.am	Tue Feb 19 15:44:36 2008
@@ -5,6 +5,12 @@
 	metacity.desktop			\
 	nautilus.desktop
 
+ INTLTOOL_DESKTOP_RULE@
+
+xsessiondir = $(datadir)/xsessions
+xsession_in_files = gnome.desktop.in
+xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)
+
 @INTLTOOL_SCHEMAS_RULE@
 
 schemas_in_files = gnome-session.schemas.in

Added: branches/new-gnome-session/data/gnome.desktop.in
==============================================================================
--- (empty file)
+++ branches/new-gnome-session/data/gnome.desktop.in	Tue Feb 19 15:44:36 2008
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=GNOME
+_Comment=This session logs you into GNOME
+Exec=gnome-session
+TryExec=gnome-session
+Icon=
+Type=Application



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]