summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/make-startupitem
AgeCommit message (Collapse)Author
2017-07-06make-autostartitem: Use the right path for storing the desktop filesBastian Köcher
The freedesktop specification says that the autostart folder is located at $XDG_CONFIG_DIRS/autostart. Nixos defines XDG_CONFIG_DIRS as /etc/xdg. So we need to copy the desktop files into the right folder with make-startupitem.
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2012-02-29Added an optional parameter to "make-startupitem" to provide a prefix to the ↵Arie Middelkoop
".desktop" file. svn path=/nixpkgs/trunk/; revision=32686
2012-02-01Makes a .desktop startup item from a .desktop menu entry.Arie Middelkoop
svn path=/nixpkgs/trunk/; revision=31958