Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4910  / 3 Years ago, thu, october 28, 2021, 8:39:25

I couple of versions of Ubuntu ago I setup a program to start automatically when the computer turns on. It is of no use to me at this point, and I want to disable it now. The problem is, I can't figure out how I did it. I've looked in:




  • Startup Applications (gnome-session-properties)

  • ~/.config/autostart

  • ~/.config/gnome-session/saved-session/

  • /etc/init.d/

  • /etc/gdm/



Is there somewhere else I might have set it? Or is there a way to trace how a running program was started? Couldn't find anything like that in System Monitor.


More From » startup

 Answers
0

Just grep it:



sudo grep -IRF onboard /etc 2> /dev/null


and if unsuccessful



grep -lIRF onboard ~/.[^.]* 2> /dev/null

[#43862] Saturday, October 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cugure

Total Points: 188
Total Questions: 110
Total Answers: 103

Location: Dominican Republic
Member since Sun, Sep 4, 2022
2 Years ago
;