Read the statement by Michael Teeuw here.
Updated to 2.15 but now have a random cursor
-
@scumbelly weird. most of my systems do not have a keyboard/mouse and do not have unclutter installed.
no mouse appears over mm.
if I plug in a mouse, no mouse appears over mm
if I change the css, then the mouse appears
main.csshtml { cursor: none
comment out the cursor :none;
-
-
HI Guys, Yeah it only showed since doing the update to the latest. I had no issue before.
The unclutter worked and its not showing once again.
@scumbelly Thanks for your help… -
So, unclutter worked for me to hide the cursor but now I don’t have the normal RaspPi desktop and instead I’m in some Openbox thing. After some panic, I was able to figure out that I needed to right-click to bring up the menus (I use a Chromebook to VNC on and have a bluetooth keyboard/mouse combo that I use rarely if the Chromebook doesn’t work and the Chromebook has long-press to be right-click, which doesn’t translate very well outside of it). I’ve killed that autostart command and uninstalled unclutter (sudo apt-get --purge remove uncluter). How do I get it to stop going into Openbox and go back to using the desktop that I’m used to?
-
@wenike Apparently, deleting that autostart file (or in my case, renaming it) caused it to be recreated and get the normal desktop back.
-
@sdetweil since updated to v2.15 I have the cursor, too.
The main.css looks like:
html { cursor: none; overflow: hidden; background: #000; user-select: none; }
Not sure what to do.