summary refs log tree commit diff
path: root/pkgs/build-support/make-startupitem
Commit message (Collapse)AuthorAge
* make-autostartitem: Use the right path for storing the desktop filesBastian Köcher2017-07-06
| | | | | | 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.
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Added an optional parameter to "make-startupitem" to provide a prefix to the ↵Arie Middelkoop2012-02-29
| | | | | | ".desktop" file. svn path=/nixpkgs/trunk/; revision=32686
* Makes a .desktop startup item from a .desktop menu entry.Arie Middelkoop2012-02-01
svn path=/nixpkgs/trunk/; revision=31958