Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am2
-rw-r--r--shell/data/Makefile.am4
-rw-r--r--shell/data/kbdconfig7
-rwxr-xr-xshell/sugar-shell2
4 files changed, 2 insertions, 13 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index c1185b3..0d881ed 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = data hardware model view intro
+SUBDIRS = hardware model view intro
bin_SCRIPTS = \
sugar-activity \
diff --git a/shell/data/Makefile.am b/shell/data/Makefile.am
deleted file mode 100644
index 1f0f9c0..0000000
--- a/shell/data/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-confdir = $(pkgdatadir)
-conf_DATA = kbdconfig
-
-EXTRA_DIST = $(conf_DATA)
diff --git a/shell/data/kbdconfig b/shell/data/kbdconfig
deleted file mode 100644
index 415c69f..0000000
--- a/shell/data/kbdconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-# This is the sugar keyboard configuration for matchbox
-
-### Window operation short cuts
-
-<Alt>n=next
-<Alt>p=prev
-<Alt>c=close
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 92cefc3..4b67e96 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -36,7 +36,7 @@ logger.cleanup()
logger.start('shell')
if len(sys.argv) == 1:
- sys.path.insert(0, os.path.join(env.get_data_dir(), 'shell'))
+ sys.path.insert(0, env.get_shell_path())
from view.Shell import Shell
from model.ShellModel import ShellModel