How to add Startup apps

How do I make an app startup auto but I don't know the command to start the app? (parsec)
Is there a way to an app in the startup applications preferences?

thanks

You can often set the command to be the path to the desktop file for that app in /usr/share/applications

1 Like

Hi and welcome to the forum.

You can use command which
which firefox and result

/usr/bin/firefox

Than you will get full path for your app.
Also in start menu you type autostart and open app. Here you can add app and full path to the application’s binary executable of the application you wish to automatically start after user login

5 Likes

hey,
thanks

but for parsec they don't seem to work

Is it a flatpak or snap package?

a .deb

If you install synaptic and find the package in there, you can see where and which files is installed where.


hey where do see where installed is?

scroll down 'til you find parsec (perhaps it goes under different name?), select it. Click the Properties icon in upper right corner. Then in the tab that says "Installed files".

1 Like


so how what do i put in comment

Now you can see its .desktop file.
Open it

nano /usr/share/applications/parsecd.desktop

ctrl+x=exit

look for Exec= and you'll find its execution file command. Use that command in Startup Application Preferences.

OR

You can look at /usr/bin it. It says /usr/bin/parsecd so parsecd is the command to use.

2 Likes

thanks it works

1 Like

This topic was automatically closed after 3 days. New replies are no longer allowed.