dialog=dialogs.ErrorDialog(_("D-Bus is not present on this machine"),_("Please install dbus if you want to use remote control.")).get_response()
dialogs.ErrorDialog(_("D-Bus is not present on this machine"),_("Please install dbus if you want to use remote control.")).get_response()
self.remote=None
returnFalse
exceptremote_control.SessionBusNotPresent,e:
exceptremote_control.SessionBusNotPresent:
ifnotis_initial:
dialog=dialogs.ErrorDialog(_("Session bus is not started"),_("Your system is running without session bus daemon. \n See: for instructions how to do it.")).get_response()
dialogs.ErrorDialog(_("Session bus is not started"),_("Your system is running without session bus daemon. \n See: for instructions how to do it.")).get_response()
self.remote=None
returnFalse
else:
...
...
@@ -941,7 +940,7 @@ class Interface:
gajim.config.get('autoxatime')*60)
self.systray_enabled=False
try:
importegg.trayiconastrayicon# use gnomepythonextras trayicon
importegg.trayicon# use gnomepythonextras trayicon