Results 1 to 4 of 4
i'm sure this a dumb question but how do you add/remove applications from automatically starting up. i read some things about editing init scripts but the things i found were ...
- 01-06-2006 #1
add/remove apps from startup
i'm sure this a dumb question but how do you add/remove applications from automatically starting up. i read some things about editing init scripts but the things i found were pretty confusing and didn't really give a clear answer.
- 01-06-2006 #2
if they are just regular programs take a look at
http://www.debian-administration.org/articles/50
if it is daemons/services, go toyou can remove the ones listed there by using the commandCode:/etc/init.d
Code:update-rc.d -f program_script_name remove
Brilliant Mediocrity - Making Failure Look Good
- 01-06-2006 #3
but you got an option in GNOME menu>preference>sessions>startup..add command
- 01-06-2006 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
I usually start some of mine using the .xinitrc file, like this:
#!/bin/sh
#
# ~/.xinitrc
#
#
conky &
gkrellm &
exec fvwm


Reply With Quote
