Johannes Held wrote:
> Hello,
>
> I have a problem starting openbox.
> It takes up to 100% of CPU-power and then it hangs.
>
> and that's my .xinitrc (shortversion)
>  #!/bin/sh
>  ~/t.sh &
>  openbox
>  exec dbus-launch --exit-with-session openbo
You're starting openbox twice there. Try this:
# dot.xinitrc
~/.t sh &
exec dbus-launch --exit-with-session openbox

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to