Changing Mouse Cursor to DMZ

You think you have found a bug? Let us know about it.
Post Reply
creolecat
Posts: 19
Joined: 04 Jun 2016 23:43

Changing Mouse Cursor to DMZ

Post by creolecat »

djemos,

Not sure if this would be considered a bug, but going through the Settings > Customized Look and Feel > Mouse Cursor > DMZ.
Select the DMZ cursor theme and click Apply. Even after rebooting, the mouse will default back to the Obsidian cursor theme.
Is there a way to fix this? Thanks Much.
djemos
Site Admin
Posts: 672
Joined: 15 Apr 2016 06:03

Re: Changing Mouse Cursor to DMZ

Post by djemos »

remove the link /usr/share/icons/default -> obsidian-cursors

Code: Select all

sudo rm  /usr/share/icons/default
Papasot
Posts: 231
Joined: 13 May 2016 22:32
Location: Patras, Greece

Re: Changing Mouse Cursor to DMZ

Post by Papasot »

Since I have more than one user accounts (sometimes my wife logs in as well), I usually re-link /usr/share/icons/default to the directory containing my preferable cursor theme:

Code: Select all

sudo rm /usr/share/icons/default
sudo ln -s /usr/share/icons/Vanilla-DMZ /usr/share/icons/default
That way I don't have to set the cursor theme in Openbox settings at all.
Post Reply