File sugar-dont-mess-with-gnome-cursor-settings.patch of Package sugar
diff -ur a/src/jarabe/main.py b/src/jarabe/main.py
--- a/src/jarabe/main.py 2015-12-22 18:53:26.000000000 +0530
+++ b/src/jarabe/main.py 2016-02-19 17:23:59.415826645 +0530
@@ -178,9 +178,6 @@
def _start_window_manager():
global _metacity_process
- settings = Gio.Settings.new('org.gnome.desktop.interface')
- settings.set_string('cursor-theme', 'sugar')
-
_metacity_process = subprocess.Popen(['metacity', '--no-force-fullscreen'])
screen = Wnck.Screen.get_default()