Firstly use synaptic or the software center to uninstall the comix cursors you installed from the repos.
I downloaded from your previous gnome-look link the
ComixCursors-Opaque-0.8.2 themes archive.
I extracted to reveal the themes and added a cursor.theme file to the
ComixCursors-Opaque-Slim-Black theme.
I have attached an archive of the theme with the added cursor.theme file.
Download the attachment and extract the theme.
Place the
ComixCursors-Opaque-Slim-Black folder in your home folder.
101.jpg
Move the
ComixCursors-Opaque-Slim-Black folder to
/usr/share/icons
Terminal....
Code:
sudo mv ComixCursors-Opaque-Slim-Black /usr/share/icons
Now you need to install and select the theme to alternatives and set the theme in dconf
Terminal... 3 commands to run.
The first command sets the variable
$CURSOR which is used in the next 2 commands.
Code:
CURSOR=ComixCursors-Opaque-Slim-Black
Code:
sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/$CURSOR/cursor.theme 20
Code:
gsettings set org.gnome.desktop.interface cursor-theme "$CURSOR" && sudo update-alternatives --set x-cursor-theme /usr/share/icons/$CURSOR/cursor.theme
The cursor may be smaller than what you want but let's deal with that once you've logged out/in
and confirm you have a consistent cursor.
Bookmarks