this post was submitted on 04 Jun 2024
1 points (100.0% liked)
Technology
59587 readers
2940 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
"shell: startup" or "shell: common startup" in an explorer window take you to the startup folder for your user or all users. Drop a shortcut in there and you're done. Been that way for decades.
Okay here is question , show me how in 1.ubuntu 2. Zorin os 3. Pop os . Starting from making a shortcut to a program, by finding whwre is the executable of program. It's a rabbit hole
The problem is that you're trying to do shit like if you were still on windows. Linux doesn't really have startup applications, we use daemons for everything that needs to start with the OS, everything else is meant to be launched manually.
However you can still do what you're asking for, and it'll depend on the DE not the distribution. Ubuntu and Pop OS use gnome that has an option to set startup programs in gnome tweaks.
In Lubuntu there's an autostart section of the session settings, and I had to put Nextcloud client AppImage in there because it wasn't starting automatically. But maybe LXQt is unusual? IDK.
Anyway, it wasn't that hard. I didn't even have to do a Web search or use the terminal, just opened the system settings and looked around for something that looked like autostart.
It's not that you can't do it, but rather that it's very much a windows concept, applications on linux don't need to hog your attention and dig through your data by starting with the OS. On linux you start an application when you need it. Setting up startup applications is usually a bit hard to find simply because it's not a feature that people care much for so you typically have to dig a bit to do it.