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.
Changing Mouse Cursor to DMZ
Re: Changing Mouse Cursor to DMZ
remove the link /usr/share/icons/default -> obsidian-cursors
Code: Select all
sudo rm /usr/share/icons/default
Re: Changing Mouse Cursor to DMZ
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:
That way I don't have to set the cursor theme in Openbox settings at all.
Code: Select all
sudo rm /usr/share/icons/default
sudo ln -s /usr/share/icons/Vanilla-DMZ /usr/share/icons/default