Opened 11 years ago
Closed 10 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)
Change History (5)
Changed 11 years ago by manuq
comment:1 Changed 11 years ago by manuq
The attached patch fixes it for me.
comment:2 Changed 11 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 10 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.
log that shows why the amulator fails to run