Page 1 of 1

Changing Mouse Cursor to DMZ

Posted: 06 Jun 2016 15:56
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.

Re: Changing Mouse Cursor to DMZ

Posted: 06 Jun 2016 20:54
by djemos
remove the link /usr/share/icons/default -> obsidian-cursors

Code: Select all

sudo rm  /usr/share/icons/default

Re: Changing Mouse Cursor to DMZ

Posted: 18 Jun 2017 09:29
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.