You are not logged in.

#1 2011-12-29 05:27:27

MediocreGopher
Member
Registered: 2011-12-29
Posts: 9

Gnome cursor not changing

I'm using Gnome 3 on a fairly new install. I have many of the xcursor packages installed, including xcursor-vanilla-dmz-aa which I'm trying to use. But when I select the cursor theme in gnome-tweak-tool nothing happens, the default cursor stays put. I've restarted the whole computer and confirmed that the changes persist in gnome-tweak-tool, but my cursor never changes. I've tried out other cursor packages and none of them work either.

I'm not sure where to go from here, the wiki's all suggest that this should work (although I may be misunderstanding them), and there's no errors in any logs (that I can find anyway). halp?

Offline

#2 2011-12-29 05:36:18

headkase
Member
Registered: 2011-12-06
Posts: 1,976

Re: Gnome cursor not changing

Your cursor-theme will be in:

/usr/share/icons/

Follow these instructions as root or preface each command with sudo (the default folder doesn't exist in a standard GNOME 3 install so you'll be creating it):

mkdir /usr/share/icons/default
cd /usr/share/icons/default
echo "[Icon Theme]" >> index.theme
echo "Inherits=YOUR_CURSOR_THEME" >> index.theme

Replace "YOUR_CURSOR_THEME" with the name of the cursor theme you'd like to use.  Restart X.  Edit "index.theme" changing the name of the theme if you'd like to use a different one.  You also need to select the same theme in GNOME Tweak Tool as the one you put in this text file.

Last edited by headkase (2011-12-29 05:37:48)

Offline

#3 2011-12-29 06:00:52

hadrons123
Member
From: chennai
Registered: 2011-10-07
Posts: 1,249

Re: Gnome cursor not changing

thank you. i 've been searching this for a long time.


LENOVO Y 580 IVYBRIDGE 660M NVIDIA
Unix is user-friendly. It just isn't promiscuous about which users it's friendly with. - Steven King

Offline

Board footer

Powered by FluxBB