Closed walterbender closed 6 years ago
On systems where the activity bundle path is the read-only /usr/share/sugar/activities
the schema compile will fail. Use get_activity_root
instead of self.bundle_path
. See example in Browse.
Reviewed to 440c276.
Turtle Art used GConf to read and store settings. GConf is no longer available.
For the activity-specific settings, use a local Gio.SettingsSchemaSource, compile the schema on first start, and store the changed value in the Gio.Settings.
The version has been bumped up to 217.