summaryrefslogtreecommitdiff
path: root/caribou/common/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'caribou/common/settings.py')
-rw-r--r--caribou/common/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/caribou/common/settings.py b/caribou/common/settings.py
index 86ad86f..a3d900d 100644
--- a/caribou/common/settings.py
+++ b/caribou/common/settings.py
@@ -130,7 +130,7 @@ if __name__ == "__main__":
schemafile = doc.createElement('schemalist')
schema = doc.createElement('schema')
schema.setAttribute("id", GSETTINGS_SCHEMA)
- schema.setAttribute("path", "/apps/caribou/osk/")
+ schema.setAttribute("path", "/org/gnome/caribou/osk/")
schemafile.appendChild(schema)
self._create_schema(settings, doc, schema)