aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-redshift/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen2013-03-051-64/+0
| | | | This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.
* gtk-redshift: Also set "Hidden" property in autostart file (as specified in XDG autostart standard).Jon Lund Steffensen2011-12-031-29/+27
|
* utils.py: copy the desktop file in autostart folderFrancesco Marella2010-06-221-1/+10
|
* Disable autostart menu item when the desktop file can't be foundFrancesco Marella2010-06-221-2/+2
|
* Add a feature to toggle autostart at loginFrancesco Marella2010-06-061-0/+57
A launcher is placed in Applications -> Utility. The user toggles autostart through the user interface. The 'xdg' module is required.