How can you start up Ion3?

I installed Ion by apt-get. I have the exec ion in my .xinitrc. I get

>> Unable to redirect root window events for screen 0.
>> Refusing to start due to encountered errors.
link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I suspect you started another window manager before this one. What's in your .xinitrc before the line exec ion3? Is there a exec startkde, metacity or similar?

If this isn't enough info to go on, I need to know what window manager you're migrating from.

link|improve this answer
I am using a fresh Ubuntu installation so the window manager is apparently gnome. I have not used any other window manager. I have nothing else in .xinitrc than the one-liner. – Masi Oct 29 '09 at 20:49
If Ubuntu is your wm, do ps -ef | grep metacity, then kill <pid of metacity>; ion3&. Does ion start ok? – DaveParillo Oct 29 '09 at 21:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.