[Tutor] How to make a python script run on startup

eryksun eryksun at gmail.com
Tue Apr 9 16:55:31 CEST 2013


On Tue, Apr 9, 2013 at 9:48 AM, Kevin Ndung'u <kevgathuku at gmail.com> wrote:
>
> anybody know how to do this on linux?

For a desktop environment that implements freedesktop.org standards (X
Desktop Group), such as GNOME, KDE and Xfce, you can add .desktop
files per user to "$HOME/.config/autostart". System wide it's
"$XDG_CONFIG_DIRS/autostart".

http://standards.freedesktop.org/autostart-spec/latest/ar01s02.html


More information about the Tutor mailing list