Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/sugar-session4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sugar-session b/bin/sugar-session
index dfd81fa..8327af3 100755
--- a/bin/sugar-session
+++ b/bin/sugar-session
@@ -457,8 +457,8 @@ def main():
# this must be added early, so that it executes and unfreezes the screen
# even when we initially get blocked on the intro screen
- GObject.idle_add(unfreeze_dcon_cb)
-
+ if os.path.exists("/sys/devices/platform/dcon"):
+ GObject.idle_add(unfreeze_dcon_cb)
GObject.idle_add(setup_cursortracker_cb)
# make sure we have the correct cursor in the intro screen