View Single Post
Posts: 143 | Thanked: 29 times | Joined on Jul 2010 @ France, St Martin
#69
Originally Posted by qole View Post
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
hey qole i try xterminal cammand 'showmouse' it say permission denied i have to do it as "root"
 

The Following User Says Thank You to augustthe For This Useful Post: