You are not logged in.
Everytime I start Openbox, gnome-settings-daemon is loaded. It's not in my autostart.sh, and i'm getting sick of manually killing it. How do I stop it from starting?
Offline
hi, what applications do you automatically start?
some gnome apps launch gnome daemons with them...
Offline
Check that your ~/.config/openbox/autostart isn't automatically starting the gnome-settings-daemon. I believe that there is some if...then logic in the that script that does if GSD is present or some such thing.
Truthfully, I just deleted the original autostart file and created my own from scratch. Hope this helps.
"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
Offline
This line in ~/.config/openbox/autostart.sh is responsible:
# Run the system-wide support stuff
. $GLOBALAUTOSTARTCommenting it will turn it off, along with everything else that /etc/xdg/openbox/autostart.sh does. See our Openbox wiki page or the excellent Openbox wiki for more details.
Offline