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