How to change mouse cursor and theme?
How can I change X11 cursor and theme in the newest Ubuntu? I can't find it. Please help.
In order to get your custom cursor to work with all applications do:
-
Download a cursor theme.
-
Open Gnome Tweak Tool and change the cursor theme.
-
Open a Terminal.
-
Run this command:
sudo update-alternatives --config x-cursor-theme
-
Select the number corresponding to your choice
-
Log out.
-
Log back in.
It is quite easy to change the cursor in Unity.
- Open a Terminal.
-
Type in these commands:
sudo apt-get install gnome-tweak-tool sudo apt-get install oxygen-cursor-theme sudo apt-get install oxygen-cursor-theme-extra
Select a new cursor theme from the Tweak Tool.
-
Run this command:
sudo update-alternatives --config x-cursor-theme
-
Press Alt+F2, type this then press Enter:
compiz --replace
(Alternatively reboot if compiz --replace
doesn't work)
Maybe its too late for reply, but i faced a problem using this in 12.04.
If you download a Cursor theme and extract it to /usr/share/icons/
, make sure change its permission to 755:
chmod -R 755 cursors/
and change the Cursor theme in /usr/share/icons/default/index.theme
to your theme.
then apply instruction described by suli8