Skip to content
Snippets Groups Projects
Commit 58502517 authored by Dicson's avatar Dicson
Browse files

Fix crash with d-bus unable to reach the daemon's socket

parent d24ae641
No related branches found
No related tags found
No related merge requests found
......@@ -744,7 +744,7 @@ Description=xmpp
gajim.config.set('check_if_gajim_is_default', False)
try:
import gconf
__import__('gconf')
# in try because daemon may not be there
client = gconf.client_get_default()
except Exception:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment