[Withdrawn] Oolite window won't close - Xubuntu
Posted: Mon Dec 02, 2013 1:07 pm
Odd behaviour being seen here, not sure if it's due to my particular computer (acutally an XUbuntu VirtualBox guest running on a Win 8.1 host).
Oolite launches and runs fine, but when I exit, the Oolite window freezes and will not close (it does remain
The only way to get rid of the window is to run the following command (which searches for processes containing the word 'oolite' and kills said process:
This is a fresh install, no OXPs (I'm setting up a dev/test environment for my budding OXP authoring career...)
I'm assuming I can fairly safely say that this is not expected behaviour, but also it must be something wrong with my config.
(I'm also building a Debian VM that will be used for Dev/Test, so if there's not an easy answer for the odd behaviour I'm seeing, I'm not going to stress about it too much provided that I can get 'normal' behaviour on the new box)
Oolite launches and runs fine, but when I exit, the Oolite window freezes and will not close (it does remain
The only way to get rid of the window is to run the following command (which searches for processes containing the word 'oolite' and kills said process:
Code: Select all
kill `ps -A | awk '/oolite/{print $1}'`
I'm assuming I can fairly safely say that this is not expected behaviour, but also it must be something wrong with my config.
(I'm also building a Debian VM that will be used for Dev/Test, so if there's not an easy answer for the odd behaviour I'm seeing, I'm not going to stress about it too much provided that I can get 'normal' behaviour on the new box)