aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-redshift/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen1-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.
2011-12-03gtk-redshift: Also set "Hidden" property in autostart file (as specified in XDG autostart standard).Jon Lund Steffensen1-29/+27
2010-06-22utils.py: copy the desktop file in autostart folderFrancesco Marella1-1/+10
2010-06-22Disable autostart menu item when the desktop file can't be foundFrancesco Marella1-2/+2
2010-06-06Add a feature to toggle autostart at loginFrancesco Marella1-0/+57
A launcher is placed in Applications -> Utility. The user toggles autostart through the user interface. The 'xdg' module is required.