Opened 12 years ago

Closed 11 years ago

#3652 closed defect (obsolete)

Sugar emulator fails to start if shell favorites layout is not set in gconf

Reported by: manuq Owned by: sascha_silbe
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: sugar-jhbuild Version: Git as of bugdate
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

TestCase:

  • do the following in a python console to make sure that '/desktop/sugar/desktop/favorites_layout' is not set in gconf:
import gconf
client = gconf.client_get_default()
client.unset('/desktop/sugar/desktop/favorites_layout')
  • run the emulator via ./sugar-jhbuild run sugar-emulator

If the bug is present, the emulator will fail, and the shell.log will look like the attached one.

Attachments (2)

shell.log (3.6 KB) - added by manuq 12 years ago.
log that shows why the amulator fails to run
0001-Set-favourites-layout-to-RingLayout-if-it-s-not-set-.patch (1.2 KB) - added by manuq 12 years ago.
Patch with the fix

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by manuq

log that shows why the amulator fails to run

Changed 12 years ago by manuq

Patch with the fix

comment:1 Changed 12 years ago by manuq

The attached patch fixes it for me.

comment:2 Changed 12 years ago by erikos

  • Component changed from sugar to sugar-jhbuild
  • Milestone changed from 0.96 to Unspecified by Release Team
  • Owner changed from erikos to sascha_silbe

Discussion on the ml: http://lists.sugarlabs.org/archive/sugar-devel/2012-May/037676.html

Not really a Sugar issue, moved to jhbuild component.

comment:3 Changed 11 years ago by manuq

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

Closing as obsolete. We use sugar-build now.

Note: See TracTickets for help on using tickets.