Use dbus-launch with the --exit-with-session. dbus not exiting still not fully solved.

This commit is contained in:
Marco Pesenti Gritti
2006-08-12 01:29:55 +02:00
parent c5fb39875c
commit fc1aefc72c
4 changed files with 21 additions and 18 deletions
+2 -6
View File
@@ -1,14 +1,10 @@
#!/usr/bin/python
import logging
import sugar.env
from PresenceService import PresenceService
import sugar.logger
# FIXME this looks like duplicated
level = sugar.env.get_logging_level()
if level == 'debug':
logging.basicConfig(level=logging.DEBUG,
format='%(levelname)s %(message)s')
sugar.logger.start('PresenceService')
logging.info('Starting presence service')