PDA

View Full Version : Add program to auto start via bash



kyleabaker
November 22nd, 2010, 04:21 AM
Does anyone know how I can add a program such as google gadgets (ggl-gtk) to the list of Startup Applications via a bash install script or command line? I know this can be done via the Startup Applications gui, but I need to automate this process.

Thanks in advanced!

kyleabaker
November 22nd, 2010, 11:15 AM
I've found a few tips and created a bash file, copied it to /etc/init.d/ and then created a symbolic link.

Now how do I update the system to notice it? update-rc.d? I can't seem to get the format correct. Tips?

EDIT:
Nm, I think I've got it now.