Ticket #3652 (closed defect: obsolete)

Opened 13 months ago

Last modified 4 weeks ago

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 by Release Team
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

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

Change History

Changed 13 months ago by manuq

log that shows why the amulator fails to run

Changed 13 months ago by manuq

Patch with the fix

Changed 13 months ago by manuq

The attached patch fixes it for me.

Changed 13 months ago by erikos

  • owner changed from erikos to sascha_silbe
  • component changed from sugar to sugar-jhbuild
  • milestone changed from 0.96 to Unspecified by Release Team

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

Not really a Sugar issue, moved to jhbuild component.

Changed 4 weeks ago by manuq

  • status changed from new to closed
  • resolution set to obsolete

Closing as obsolete. We use sugar-build now.

Note: See TracTickets for help on using tickets.