18

My cursor ends up dragging an icon around the screen, after some time of use. I'm running Ubuntu Gnome, and I'm suggesting that it has something to do with Docky, since the icons are coming from there.

Simply put, what happens is I make a tap or a long press on my left mouse button over an icon in Docky, and drag a little or a far, and the icon sticks to the mouse.

Is there anything I can do, to make this go away for good (a reboot is removing it, of course), or just be able to "clear" the cursor, without having to reboot?

enter image description here

Seth
  • 59,332

4 Answers4

3

This happens to me occasionally, but I just lock my screen and unlock it, and then the icon problem is resolved.

user311982
  • 1,295
2

Start Terminal (Ctrl+Alt+T) and write command:

pgrep Docky

I had the same problem. But when I wrote above command in Terminal got it resolved.

David Foerster
  • 36,890
  • 56
  • 97
  • 151
0

When this happens to me I put the mouse back where the icon came from (the dock) and double click and it just puts the icon back on the dock. I am using Kali Linux with Gnome though so not sure if the behavior will be the same.

SCBB
  • 61
  • 6
0

I have the similar issue too when I start the system. Run following commands:

dpkg -l |grep -i nvidia  
sudo apt-get remove --purge nvidia-*
sudo reboot  

Ctrl + Alt + F1

enter tty1:

sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo shutdown -r now
d a i s y
  • 5,551