Use dbus activation to start the presence service

This commit is contained in:
Marco Pesenti Gritti
2006-08-13 00:28:38 +02:00
parent e2e5bc0000
commit c7c71d25a8
3 changed files with 12 additions and 1 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ class Session:
process.start()
console = ConsoleWindow()
#sugar.logger.start('Shell', console)
sugar.logger.start('Shell', console)
PresenceService.start()
process = MatchboxProcess()
process.start()