Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.py')
-rw-r--r--shell/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.py b/shell/main.py
index 350ce46..f2f1a51 100644
--- a/shell/main.py
+++ b/shell/main.py
@@ -45,7 +45,7 @@ def _start_matchbox():
cmd.extend(['-use_titlebar', 'no'])
cmd.extend(['-theme', 'sugar'])
- cmd.extend(['-kbdconfig', env.get_shell_path('kbdconfig')])
+ cmd.extend(['-kbdconfig', os.path.join(config.data_path, 'kbdconfig')])
gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)