Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/shell/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/shell/shell.py')
-rwxr-xr-xsugar/shell/shell.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sugar/shell/shell.py b/sugar/shell/shell.py
index b04baad..803d3a8 100755
--- a/sugar/shell/shell.py
+++ b/sugar/shell/shell.py
@@ -9,6 +9,7 @@ import pango
import gobject
import sugar.util
+from sugar.session.LogWriter import LogWriter
from sugar.shell.PresenceWindow import PresenceWindow
from sugar.shell.Owner import ShellOwner
from sugar.shell.StartPage import StartPage
@@ -475,6 +476,9 @@ class ConsoleLogger(dbus.service.Object):
def main():
console = ConsoleLogger()
+ log_writer = LogWriter("Shell", False)
+ log_writer.start()
+
session_bus = dbus.SessionBus()
service = dbus.service.BusName("com.redhat.Sugar.Shell", bus=session_bus)