Autostart application

Hi everybody.
Is it possible to launch an application at endeavour start?
Thanks for your help

Hello,

Here I use a .desktop file inside the ~/.config/autostart directory.

You could create a file inside this directory, named app_name.desktop with the below content:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=/path/to/application
Name=App name

Just make sure to update the above accordingly to your needs.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.