<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Updated to 2.15 but now have a random cursor]]></title><description><![CDATA[<p dir="auto">Since updating I now have a random cursor showing in the middle. There is no mouse on the system so  I don’t know how I can get rid of it. Any ideas?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15183/updated-to-2-15-but-now-have-a-random-cursor</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 01:23:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15183.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Jun 2021 05:45:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Sat, 03 Jul 2021 07:20:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> since updated to v2.15 I have the cursor, too.</p>
<p dir="auto">The main.css looks like:</p>
<pre><code>html {
  cursor: none;
  overflow: hidden;
  background: #000;
  user-select: none;
}
</code></pre>
<p dir="auto">Not sure what to do.</p>
]]></description><link>https://forum.magicmirror.builders/post/92477</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92477</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Sat, 03 Jul 2021 07:20:20 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Fri, 02 Jul 2021 02:35:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wenike" aria-label="Profile: wenike">@<bdi>wenike</bdi></a> Apparently, deleting that autostart file (or in my case, renaming it) caused it to be recreated and get the normal desktop back.</p>
]]></description><link>https://forum.magicmirror.builders/post/92464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92464</guid><dc:creator><![CDATA[Wenike]]></dc:creator><pubDate>Fri, 02 Jul 2021 02:35:44 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Fri, 02 Jul 2021 01:36:37 GMT]]></title><description><![CDATA[<p dir="auto">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?</p>
]]></description><link>https://forum.magicmirror.builders/post/92462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92462</guid><dc:creator><![CDATA[Wenike]]></dc:creator><pubDate>Fri, 02 Jul 2021 01:36:37 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Tue, 29 Jun 2021 07:55:23 GMT]]></title><description><![CDATA[<p dir="auto">HI Guys, Yeah it only showed since doing the update to the latest. I had no issue before.</p>
<p dir="auto">The unclutter worked and its not showing once again.<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> Thanks for your help…</p>
]]></description><link>https://forum.magicmirror.builders/post/92409</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92409</guid><dc:creator><![CDATA[TDMPro2K]]></dc:creator><pubDate>Tue, 29 Jun 2021 07:55:23 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Mon, 28 Jun 2021 12:56:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Your solution is certainly easier.</p>
<p dir="auto">Thanks for the information.</p>
<p dir="auto">Regards.</p>
]]></description><link>https://forum.magicmirror.builders/post/92385</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92385</guid><dc:creator><![CDATA[scumbelly]]></dc:creator><pubDate>Mon, 28 Jun 2021 12:56:21 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Mon, 28 Jun 2021 12:32:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> weird. most of my systems do not have a keyboard/mouse and do not have unclutter installed.</p>
<p dir="auto">no mouse appears over mm.</p>
<p dir="auto">if I plug in a mouse, no mouse appears over mm</p>
<p dir="auto">if I change the css, then the mouse appears<br />
main.css</p>
<pre><code>html {
  cursor: none
</code></pre>
<p dir="auto">comment out the cursor :none;</p>
]]></description><link>https://forum.magicmirror.builders/post/92381</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92381</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 28 Jun 2021 12:32:57 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Mon, 28 Jun 2021 12:07:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">FYI</p>
<p dir="auto">My ‘dev’ system hasn’t had unclutter installed.  It has a mouse and keyboard attached.  If my mouse is turned off (wireless) the pointer appears centered on the screen.  When I turn the mouse on the pointer disappears.</p>
<p dir="auto">Unclutter is installed on ‘playroompi’ and ‘garagepi’ systems with no pointer issues.</p>
<p dir="auto">To verify if installed,</p>
<p dir="auto">$ apt-cache policy unclutter<br />
unclutter:<br />
Installed: 8-21<br />
Candidate: 8-21<br />
Version table:<br />
*** 8-21 500<br />
500 <a href="http://raspbian.raspberrypi.org/raspbian" target="_blank" rel="noopener noreferrer nofollow ugc">http://raspbian.raspberrypi.org/raspbian</a> buster/main armhf Packages<br />
100 /var/lib/dpkg/status</p>
<p dir="auto">If not,</p>
<p dir="auto">unclutter:<br />
Installed: (none)<br />
Candidate: 8-21<br />
Version table:<br />
8-21 500<br />
500 <a href="http://raspbian.raspberrypi.org/raspbian" target="_blank" rel="noopener noreferrer nofollow ugc">http://raspbian.raspberrypi.org/raspbian</a> buster/main armhf Packages</p>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.magicmirror.builders/post/92380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92380</guid><dc:creator><![CDATA[scumbelly]]></dc:creator><pubDate>Mon, 28 Jun 2021 12:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Mon, 28 Jun 2021 11:21:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> that’s interesting. the css hides the cursor typically.</p>
]]></description><link>https://forum.magicmirror.builders/post/92377</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92377</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 28 Jun 2021 11:21:24 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Mon, 28 Jun 2021 08:04:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> Thanks I shall give it a try and see what happens</p>
]]></description><link>https://forum.magicmirror.builders/post/92368</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92368</guid><dc:creator><![CDATA[TDMPro2K]]></dc:creator><pubDate>Mon, 28 Jun 2021 08:04:36 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to 2.15 but now have a random cursor on Sun, 27 Jun 2021 09:29:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tdmpro2k" aria-label="Profile: TDMPro2K">@<bdi>TDMPro2K</bdi></a></p>
<p dir="auto">Autohiding the Mouse Pointer</p>
<p dir="auto">Install unclutter:</p>
<p dir="auto">sudo apt-get install unclutter</p>
<p dir="auto">You can create an .xinitrc script to run the tool.<br />
See <a href="https://wiki.archlinux.org/index.php/Unclutter" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.archlinux.org/index.php/Unclutter</a></p>
<p dir="auto">But a simpler option is to add a line to the end of the file:</p>
<p dir="auto">$ nano ~/.config/lxsession/LXDE-pi/autostart<br />
…<br />
@unclutter -display :0 -idle 3 -root -noevents</p>
<p dir="auto">This will add a 3 second delay, before the pointer disappears from the screen when not using it.</p>
]]></description><link>https://forum.magicmirror.builders/post/92354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92354</guid><dc:creator><![CDATA[scumbelly]]></dc:creator><pubDate>Sun, 27 Jun 2021 09:29:10 GMT</pubDate></item></channel></rss>