@takeseem's work around also valid for Lubuntu 26.04. Created .desktop file, no longer need to open a terminal or try and find one:
```bash lubuntu2604:~/.local/share/applications$ cat reset-screen.desktop [Desktop Entry] Type=Application Name=Reset Screen Comment=Resets screen, bug workaround (https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/2154076) #Exec=/home/bdk/bin/rs.sh Exec=setsid -f sh -c 'killall spice-vdagent && sleep 0.2s && xrandr --output Virtual-1 --auto && spice-vdagent' Icon=system-run Terminal=false Categories=System;System Tools; NoDisplay=false StartupNotify=false lubuntu2604:~/.local/share/applications$ ``` Press Super + type enough of 'Reset Screen' to minimize the choice. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2154076 Title: Mouse pointer tracking skewed in lubuntu VM To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/2154076/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
