Patch by: Stephane Loeuillet <leroutier@gmail.com>

2007-10-02  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Stephane Loeuillet <leroutier@gmail.com>

	* Makefile.am: use standard xdg autostart directory instead of gnome
	one (bug #481740)

svn path=/trunk/; revision=8154
This commit is contained in:
Jens Granseuer 2007-10-02 18:04:50 +00:00 committed by Jens Granseuer
parent 97f89ca9e1
commit a95a3f8461
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2007-10-02 Jens Granseuer <jensgr@gmx.net>
Patch by: Stephane Loeuillet <leroutier@gmail.com>
* Makefile.am: use standard xdg autostart directory instead of gnome
one (bug #481740)
2007-09-19 Jens Granseuer <jensgr@gmx.net>
Patch by: Michael Monreal <infernux@web.de>

View file

@ -26,7 +26,7 @@ desktopdir = $(datadir)/applications
Desktop_in_files = default-applications.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
autostartdir = $(datadir)/gnome/autostart
autostartdir = $(sysconfdir)/xdg/autostart
autostart_in_files = gnome-at-session.desktop.in
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)