topic title: program at startup
Posts: 14
Doudouk
Joined: 10 Aug 2016
#1
Sorry, I ask a lot of questions, I discovered antix...
I would like to start a program at startup." .desktop" at startup. How is it done?
Thk you
__{{emoticon}}__
Posts: 1,062
Dave
Joined: 20 Jan 2010
#2
If you would like to run the xdg autostart system (".desktop" files ) then edit ~/.desktop-session/desktop-session.conf and set
LOAD_XDG_AUTOSTART="false"
to
LOAD_XDG_AUTOSTART="true"
save and restart session
OR
You can add an startup command to
~/.desktop-session/startup

For startup in only one desktop then add the startup command to the window manager startup file ( fluxbox | ~/.fluxbox/startup ; icewm | ~/.icewm/startup ; jwm | ~/.jwm/startup )
Posts: 14
Doudouk
Joined: 10 Aug 2016
#3
Thank you Dave
After LOAD_XDG_AUTOSTART="true", where I need to place the" .desktop" ? for example xpad.desktop
Posts: 14
Doudouk
Joined: 10 Aug 2016
#4
Ok in folder autostart
Posts: 14
Doudouk
Joined: 10 Aug 2016
#5
This created an « autostart » folder in ~ / .config on my Mac ( virtualization with Parallels ) , but not on the other PC remotely, configure and I help .
After LOAD_XDG_AUTOSTART="true", where I need to place the" .desktop" ? for example xpad.desktop
Posts: 1,062
Dave
Joined: 20 Jan 2010
#6
~/.config/autostart/
Or
etc/xdg/autostart/