From 421f3b7aa3c8f8f99367f7627f2e96d40b0d710e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 7 Jun 2011 21:37:29 +0000 Subject: [PATCH] start psensor during desktop startup --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9f83c74..3a2adc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ SUBDIRS = po\ dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL -desktopdir = $(datadir)/applications +desktopdir = $(sysconfdir)/xdg/autostart desktop_DATA = psensor.desktop EXTRA_DIST = $(desktop_DATA) diff --git a/Makefile.in b/Makefile.in index ded6e49..270a0df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -284,7 +284,7 @@ SUBDIRS = po\ tests dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL -desktopdir = $(datadir)/applications +desktopdir = $(sysconfdir)/xdg/autostart desktop_DATA = psensor.desktop EXTRA_DIST = $(desktop_DATA) all: config.h -- 2.7.4