Ticket #2285: 2285-1.patch

File 2285-1.patch, 1.1 KB (added by lfaraone, 14 years ago)

Revised patch. (authored by Ishan Bansal)

  • sugar-0.88-0.88.1/debian/patches/display_sugar_instead_of_zephyr.patch

    diff -Nru sugar-0.88-0.88.1/debian/patches/display_sugar_instead_of_zephyr.patch sugar-0.88-0.88.1/debian/patches/display_sugar_instead_of_zephyr.patch
     
     1From: Ishan Bansal <ishan@seeta.in>
     2Subject: Bar at the bottom displays xephyr instead of sugar
     3Only applied as patch to display 'Sugar inside Xephyr' instead of xephyr in the bottom bar
     4Forwarded: no
     5Last-Update: 2010-09-4
     6Index: sugar-0.88-0.88.1/src/jarabe/util/emulator.py
     7===================================================================
     8--- sugar-0.88-0.88.1.orig/src/jarabe/util/emulator.py  2010-09-04 21:41:21.589023099 +0530
     9+++ sugar-0.88-0.88.1/src/jarabe/util/emulator.py       2010-09-04 21:44:57.201064500 +0530
     10@@ -36,6 +36,7 @@
     11     cmd = [ 'Xephyr' ]
     12     cmd.append(':%d' % display)
     13     cmd.append('-ac')
     14+    cmd += ['-title', 'Sugar inside Xephyr']
     15 
     16     screen_size = (gtk.gdk.screen_width(), gtk.gdk.screen_height())
     17