Ticket #2285: 2285.patch

File 2285.patch, 585 bytes (added by lfaraone, 14 years ago)
  • src/jarabe/util/emulator.py

    old new  
    3636    cmd = [ 'Xephyr' ]
    3737    cmd.append(':%d' % display)
    3838    cmd.append('-ac')
    39 
     39    cmd.append('-title')
     40    cmd.append('Sugar')
     41 
    4042    screen_size = (gtk.gdk.screen_width(), gtk.gdk.screen_height())
    4143
    4244    if (not dimensions) and (fullscreen is None) and \