Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/emulator.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2008-03-30 11:01:36 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2008-03-30 11:01:36 (GMT)
commit457540e27e11ad2640aba8f306200a8ad8926bfb (patch)
treeaeb897b2a7f98de2968d4f06d23be4f167182b8d /src/emulator.py
parent4a5ca910c4ec721e08f59b7e293f68f2d4d2059c (diff)
Setup xsettings dinamically so that we can take
screen size and dpi into account. It will need some tweaking for resolutions that I'm not able to test at the moment.
Diffstat (limited to 'src/emulator.py')
-rwxr-xr-xsrc/emulator.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/emulator.py b/src/emulator.py
index 23ceea1..f54bdf2 100755
--- a/src/emulator.py
+++ b/src/emulator.py
@@ -131,15 +131,6 @@ def main():
else:
os.environ['SUGAR_XO_STYLE'] = 'no'
- if options.xo_style:
- gtkrc_filename = 'sugar-xo.gtkrc'
- else:
- gtkrc_filename = 'sugar.gtkrc'
- os.environ['SUGAR_XO_STYLE'] = 'no'
-
- gtkrc_path = os.path.join(config.data_path, gtkrc_filename)
- os.environ['GTK2_RC_FILES'] = gtkrc_path
-
command = ['dbus-launch', 'dbus-launch', '--exit-with-session']
if not args: