Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invisible Mouse Cursor On Ubuntu #12

Closed
rarcher opened this issue Dec 8, 2015 · 3 comments
Closed

Invisible Mouse Cursor On Ubuntu #12

rarcher opened this issue Dec 8, 2015 · 3 comments
Assignees
Labels

Comments

@rarcher
Copy link
Owner

rarcher commented Dec 8, 2015

Some Ubuntu systems make the mouse cursor disappear after login. It's supposed to reappear when you move the mouse, but it doesn't detect Couch Potato actions properly, leaving you stuck with an invisible cursor.

The end user can fix this issue by opening a terminal and executing the following commands:

gsettings set org.gnome.settings-daemon.peripherals.touchpad disable-while-typing false
gsettings set org.gnome.settings-daemon.plugins.cursor active false

Note that depending on system configuration, one of these commands may return an error. This isn't a problem, as it means that only the other command is required.

@rarcher rarcher added the bug label Dec 8, 2015
@rarcher
Copy link
Owner Author

rarcher commented Dec 31, 2016

As of Ubuntu 16.04, this issue has begun manifesting on systems that do not have touch pads. Such systems do not have the Disable while typing option, and thus cannot use the workaround.

@rarcher
Copy link
Owner Author

rarcher commented Dec 31, 2016

Found a new workaround. For the historical record, the original workaround description was:

The end user can fix this issue by going into the System Settings > Mouse & Touchpad menu and turning off the Disable while typing option. This should stop the cursor from becoming invisible, although a reboot may be needed if it already is.

@rarcher rarcher closed this as completed in c2d61d3 Jan 1, 2017
@rarcher rarcher self-assigned this Jan 1, 2017
@rarcher
Copy link
Owner Author

rarcher commented Apr 28, 2018

The fix from c2d61d3 covered the Debian installer, but not the no-install zip package, as the fix requires changes to the user's system. Since the no-install package is expected to not make any system configuration changes, the best solution here seems to be a notation in the relevant section of the downloads page.

@rarcher rarcher reopened this Apr 28, 2018
@rarcher rarcher closed this as completed in 0b3e701 May 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant