From 297381cad771c3ac9c728ae784e8ea9c325184c4 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 11 Jan 2007 10:20:08 +0000 Subject: Basic implementation of the shutdown graphics --- (limited to 'sugar-emulator') diff --git a/sugar-emulator b/sugar-emulator index 98ec67f..5fd9268 100755 --- a/sugar-emulator +++ b/sugar-emulator @@ -19,6 +19,8 @@ import os import sys +os.environ['SUGAR_EMULATOR'] = 'yes' + sourcedir = os.path.abspath(os.path.dirname(__file__)) if os.path.isfile(os.path.join(sourcedir, 'sugar/__uninstalled__.py')): print 'Running sugar from ' + sourcedir + ' ...' -- cgit v0.9.1