[gnome-session] [splash] Install desktop file in $(sysconfdir)/xdg/autostart



commit dbb0556ebd10d51926f2e21f14924c5505fd10f4
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Jul 29 13:46:12 2009 +0200

    [splash] Install desktop file in $(sysconfdir)/xdg/autostart
    
    We were still using the old $(datadir)/gnome/autostart.

 splash/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/splash/Makefile.am b/splash/Makefile.am
index 28aa3e9..578754c 100644
--- a/splash/Makefile.am
+++ b/splash/Makefile.am
@@ -16,7 +16,7 @@ helper_PROGRAMS =				\
 	gnome-session-splash			\
 	$(NULL)
 
-default_sessiondir = $(datadir)/gnome/autostart
+default_sessiondir = $(sysconfdir)/xdg/autostart
 default_session_in_in_files = gnome-session-splash.desktop.in.in
 default_session_in_files = $(default_session_in_in_files:.desktop.in.in=.desktop.in)
 default_session_DATA = $(default_session_in_files:.desktop.in=.desktop)



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