sugarlabs / sugar

Sugar GTK shell
GNU General Public License v3.0
255 stars 241 forks source link

Restore org.gnome.desktop.interface cursor-theme #827

Closed quozl closed 4 years ago

quozl commented 5 years ago

The Sugar cursor affects the GNOME desktop environment.

This is caused by https://github.com/sugarlabs/sugar/blob/master/src/jarabe/main.py#L205 where the GNOME desktop cursor theme is changed to the Sugar theme.

Workaround is to use gsettings to change cursor-theme in org.gnome.desktop.interface back to what it was. Or you can use dconf to reset all settings, but that has many side-effects.

This should fix the problem for future users.

kushagra98 commented 5 years ago

828 Checked on my machine and works perfectly :smiley: