Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1390  / 1 Year ago, fri, march 10, 2023, 11:11:08

I'd like to add empathy to the list of programs to start up when starting an session, i looked at this page: https://help.ubuntu.com/community/AddingProgramToSessionStartup but I don't think this is adapted to 12.04 (see section "How to find the appropriate startup command")



So, how can i find out the command for a program to add to startup programs?


More From » 12.04

 Answers
7

To find out the command for any program you should type this in the terminal-



whereis *application name*


For example,


If you want to find out the command to run Gedit the type in the terminal-



whereis gedit


and you will get an output like this-


gedit: /usr/bin/gedit /usr/lib/gedit /usr/bin/X11/gedit /usr/share/gedit /usr/share/man/man1/gedit.1.gz


out of that,the very first path you see-/usr/bin/gedit is the path to the executable file...Which should be added in the startup applications list.. :)


Hope it helps


[#37387] Sunday, March 12, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aveerakfas

Total Points: 106
Total Questions: 148
Total Answers: 129

Location: Monaco
Member since Sun, Jan 1, 2023
1 Year ago
;