Ticket #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 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
Change History
Note: See
TracTickets for help on using
tickets.

