Fix crash with d-bus unable to reach the daemon's socket
This commit is contained in:
parent
fcfaed6f39
commit
b34bf56509
|
@ -734,7 +734,7 @@ Description=xmpp
|
|||
gajim.config.set('check_if_gajim_is_default', False)
|
||||
|
||||
try:
|
||||
from gi.repository import GConf
|
||||
GConf = importlib.import_module('gi.repository.GConf')
|
||||
# in try because daemon may not be there
|
||||
client = GConf.Client.get_default()
|
||||
except Exception:
|
||||
|
|
Loading…
Reference in New Issue