My os is ubuntu 13.10, I use the following code to remove the kde desktop installed before:
sudo apt-get purge kde*
And then use the following code to install gnome 3.10:
sudo add-apt-repository ppa:gnome3-team/gnome3-next && sudo apt-get update
sudo apt-get update && sudo apt-get install gnome-shell ubuntu-gnome-desktop
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update && sudo apt-get dist-upgrade
After all these were done, I restart my computer and can not find my cursor in Unity while all things are ok in Gnome. I want to find the cursor in Unity, what should I do? Any help or suggestions will be appreciated!
Try this, it works for almost all people I could find:
Source: the bugzilla entry of this bug: 694758
From the bug entry, what I could conclude, this command works because it disables the
cursor
plugin of thegnome-settings-daemon
. Quoting Comment 14 of the bug:From Gentoo's GNOME 3.8 Upgrade Guide's Troubleshooting section:
Just for a little more knowledge, this is not a GNOME bug, Quoting Comment 18 (from the same bug report):
Launchpad bug LP#1238410 confirms it.
try this :
then remove what you have installed before by -
hope it helped you.