Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 4eaccf5..08a3a6d 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -37,6 +37,7 @@ sys.path.insert(0, os.path.join(env.get_data_dir(), 'shell'))
from view.FirstTimeDialog import FirstTimeDialog
from view.Shell import Shell
from model.ShellModel import ShellModel
+from shellservice import ShellService
name = profile.get_nick_name()
if not name or not len(name):
@@ -54,6 +55,7 @@ f.write(os.environ["DBUS_SESSION_BUS_ADDRESS"])
f.close()
model = ShellModel()
+service = ShellService(model)
shell = Shell(model)
# Start the NetworkManager applet