tags 700382 +patch thanks The correct path is $HOME/$XDG_CONFIG_HOME/autostart (or ~/.config/autostart). Patch attached.
>From cce487df4413ff6ff061281831e30cabea176a5a Mon Sep 17 00:00:00 2001 From: Jon Dowland <[email protected]> Date: Sun, 20 Oct 2013 12:05:52 +0100 Subject: [PATCH] reword README.Debian with correct autostart path
--- debian/README.Debian | 11 +++++------ debian/changelog | 7 +++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 37c2f17..40790d7 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,9 +1,8 @@ Autostart of gtk-redshift ------------------------- -Autostart was removed from Debian package because of violation of 'Desktop Application -Autostart Specification' (see bug #619699). If you want gtk-redshift autostarted please -configure this in your specific desktop environment (e.g. by placing -/usr/share/applications/gtk-redshift.desktop in -$HOME/$XDG_CONFIG_HOME/gtk-redshift/ -(usually defaults to $HOME/.config/gtk-redshift). +Autostart was removed from Debian package because of violation of 'Desktop +Application Autostart Specification' (see bug #619699). If you want +gtk-redshift autostarted please configure this in your specific desktop +environment (e.g. by placing /usr/share/applications/gtk-redshift.desktop in +$HOME/$XDG_CONFIG_HOME/autostart (usually defaults to $HOME/.config/autostart). diff --git a/debian/changelog b/debian/changelog index 2c20550..3248460 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +redshift (1.7-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Correct location for autostart file in README.Debian. Closes: #619699. + + -- Jonathan Dowland <[email protected]> Sun, 20 Oct 2013 12:04:32 +0100 + redshift (1.7-2) unstable; urgency=low * Changed dependency from python (>= 2.6.6-3~) to ${python:Depends} -- 1.7.10.4

