diff -Nru sugar-0.88-0.88.1/debian/changelog sugar-0.88-0.88.1/debian/changelog --- sugar-0.88-0.88.1/debian/changelog 2010-07-24 21:17:20.000000000 +0530 +++ sugar-0.88-0.88.1/debian/changelog 2010-09-04 21:53:11.000000000 +0530 @@ -1,3 +1,9 @@ +sugar-0.88 (0.88.1-2ubuntu2) maverick; urgency=low + + * Patch added to display 'Sugar inside Xephyr' instead of 'Xephyr on' (LP: #617805) + + -- Ishan Bansal Sat, 04 Sep 2010 21:51:19 +0530 + sugar-0.88 (0.88.1-2ubuntu1) maverick; urgency=low * Merge from debian unstable(LP: #609412). Remaining changes: 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 --- sugar-0.88-0.88.1/debian/patches/display_sugar_instead_of_zephyr.patch 1970-01-01 05:30:00.000000000 +0530 +++ sugar-0.88-0.88.1/debian/patches/display_sugar_instead_of_zephyr.patch 2010-09-04 21:49:07.000000000 +0530 @@ -0,0 +1,17 @@ +From: Ishan Bansal +Subject: Bar at the bottom displays xephyr instead of sugar +Only applied as patch to display 'Sugar inside Xephyr' instead of xephyr in the bottom bar +Forwarded: no +Last-Update: 2010-09-4 +Index: sugar-0.88-0.88.1/src/jarabe/util/emulator.py +=================================================================== +--- sugar-0.88-0.88.1.orig/src/jarabe/util/emulator.py 2010-09-04 21:41:21.589023099 +0530 ++++ sugar-0.88-0.88.1/src/jarabe/util/emulator.py 2010-09-04 21:44:57.201064500 +0530 +@@ -36,6 +36,7 @@ + cmd = [ 'Xephyr' ] + cmd.append(':%d' % display) + cmd.append('-ac') ++ cmd += ['-title', 'Sugar inside Xephyr'] + + screen_size = (gtk.gdk.screen_width(), gtk.gdk.screen_height()) + diff -Nru sugar-0.88-0.88.1/debian/patches/series sugar-0.88-0.88.1/debian/patches/series --- sugar-0.88-0.88.1/debian/patches/series 2010-07-20 16:05:12.000000000 +0530 +++ sugar-0.88-0.88.1/debian/patches/series 2010-09-04 21:41:12.000000000 +0530 @@ -3,3 +3,4 @@ #fix_tz_config_path.patch #danish_l10n_autotools.patch empy_from_system_autotools.patch +display_sugar_instead_of_zephyr.patch