Opened 14 years ago

Closed 11 years ago

Last modified 11 years ago

#1877 closed defect (obsolete)

sugar-emulator causes crash on launch of sugar instance

Reported by: pbrobinson Owned by: tomeu
Priority: Unspecified by Maintainer Milestone:
Component: Sugar Version: 0.86.x
Severity: Unspecified Keywords:
Cc: Distribution/OS: Fedora
Bug Status: Unconfirmed

Description

From https://bugzilla.redhat.com/show_bug.cgi?id=540578

Summary: TBc186edbc emulator.py:157:main:TypeError: %d format: a number is required, not NoneType

Traceback (most recent call last):

File "<string>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/jarabe/util/emulator.py", line 157, in main

command.extend(['sugar', '-d', ':%d' % display])

TypeError: %d format: a number is required, not NoneType

Local variables in innermost frame:
parser: <optparse.OptionParser instance at 0x9d714cc>
args: []
command: ['dbus-launch', 'dbus-launch', '--exit-with-session']
display: None
options: {'scaling': None, 'fullscreen': None, 'dimensions': None, 'dpi': None}

Change History (2)

comment:1 Changed 11 years ago by dnarvaez

  • Resolution set to obsolete
  • Status changed from new to closed

comment:2 Changed 11 years ago by dnarvaez

  • Milestone 0.88 deleted

Milestone 0.88 deleted

Note: See TracTickets for help on using tickets.