I am using Zorin 16.02
% cat /etc/os-release
NAME="Zorin OS"
VERSION="16.2"
ID=zorin
ID_LIKE=ubuntu
PRETTY_NAME="Zorin OS 16.2"
VERSION_ID="16"
HOME_URL="https://zorin.com/os/"
SUPPORT_URL="https://help.zorin.com/"
BUG_REPORT_URL="https://zorin.com/os/feedback/"
PRIVACY_POLICY_URL="https://zorin.com/legal/privacy/"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
I am using Bibata-Modern-lce as the cursor theme. I put the cursor theme in /usr/share/icons
.
Earlier I tried modifying /etc/gdm3/greeter.dconf-defaults
like following
[org/gnome/desktop/interface]
cursor-theme='Bibata-Modern-lce'
cursor-size=32
After reboot, it changed the gdm3 cursor.
But then i used timeshift to go back to a previous state. Then i reapplied the the previous steps. But this time, they did not work.
Now what I am trying is:
sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Bibata-Modern-Ice/cursor.theme 20
sudo update-alternatives --config x-cursor-theme
sudo update-alternatives --set x-cursor-theme /usr/share/icons/Bibata-Modern-Ice/cursor.theme
It is also not working. At this point, I have sort or run out of ideas. What can I do?