Where can I find the commands for the startup programs? The name part is easy but I have no clue about where the commands are. Browsing option does not help much. I'd like to have at start Chromium, Audio recorder, Focus Writer, SD card, Sound setting.
I am looking for the commands to enter in the command box of the Startup Applications. The question "How do I start applications automatically on login?" does not explain how to show the Main Menu.
If you are looking for the links to start installed graphical programs (that you can drag to the launcher bar or copy + paste to your desktop), they are in the directory
/usr/share/applications/
and end with the suffix.desktop
.Example for automounting disks with Startup Applications :
udisksctl mount --block-device /dev/disk/by-uuid/01D0EED1CBC97EE0
. The hexadecimal UUID can be found with terminal command:ls -al /dev/disk/by-uuid/
.I partially found what I was looking for: for example to have Sound settings at log in, I dragged the Sound Settings icon onto the Startup Applications window. The result in the command box is:
unity-control-center sound
.This does not work for the SD Card icon though.