aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift-gtk/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-05Move redshift-gtk/ to rootMattias Andrée1-109/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2017-08-07Fix #492: Correctly import xdg modulesJon Lund Steffensen1-9/+11
Although not named like modules, the BaseDirectory and DesktopEntry are really submodules of xdg that need to be imported for them to be available.
2017-07-30utils: Make xdg module optionalJon Lund Steffensen1-7/+25
2014-03-23[redshift-gtk] Add BSD support to proc title settingPhilipp Hagemeister1-9/+20
2014-03-17[gtk] Set proc titlePhilipp Hagemeister1-0/+14
Try to set the process title during startup. Before, redshift-gtk appeared as a python process. This change enables `pgrep redshift-gtk` or `killall redshift-gtk`.
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen1-1/+1
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.