OpenBOX [SOLVED] Openbox starts with two error pop-ups

Every time I start the system (and go into the DE), Openbox starts with two error messages.

The "Console log" one is already present in the login screen. The other appears after Openbox has started.

How do I prevent those?



popups.png
 
In OpenBSD you get a console log by default, and, assuming you're starting X by the preferred xenodm display manager, you have a line in /etc/X11/xenodm/Xsetup_0 about the console, which you can comment out. Is it possible that you're using a display manager that does the same thing? I've used openbox for years on FreeBSD and never had those errors, so I'm guessing at what might cause the console log one. I have no idea about the other one. Hopefully, someone with more knowledge will also answer.
 
I second this, it's xconsole, which is started by XDM. The equivalent configuration file in FreeBSD where you can disable it is /usr/local/etc/X11/xdm/Xsetup_0

For the ConsoleKit error: what's your .xsession ? Does it contain ck-launch-session ?
 
My .xsession contains this:

PATH="$HOME/bin:/usr/local/bin:$PATH"
export PATH
exec startlxde >$HOME/.wmlog 2>&1
 
Back
Top