View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#67
If you want the mouse pointer, run "showmouse" from the terminal. If you want to hide it, run "hidemouse".

But, just so f2thak will stop posting a link to his menu icon every time someone wants to know how to show the mouse ...

I will include f2thak's mouse icon and a script that will toggle the mouse when you press the icon ... in the next version.

I'm still trying to debug the startup script that will automatically show the mouse cursor when you connect your mouse. It seems to be failing because Python can't find its libraries when the N900 is booting.

Code:
PYTHONHOME=/usr:/usr

'import site' failed; use -v for traceback
'import site' failed; use -v for traceback
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/bt-hid-connect-mgr.py", line 18, in <module>
    import os
ImportError: No module named os
Traceback (most recent call last):
  File "/usr/bin/bt-hid-connect-mgr.py", line 18, in <module>
    import os
ImportError: No module named os
Traceback (most recent call last):
  File "/usr/bin/bt-hid-connect-mgr.py", line 18, in <module>
    import os
ImportError: No module named os
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2010-07-15 at 18:11.
 

The Following 2 Users Say Thank You to qole For This Useful Post: