[knuckles] missing line in KDE xmpp support. Fixes #855
This commit is contained in:
parent
89bf45a2c6
commit
ef86ddf65b
|
@ -540,6 +540,7 @@ def possibly_set_gajim_as_xmpp_handler():
|
|||
if path_to_kde_file is not None: # user has run kde at least once
|
||||
f = open(path_to_kde_file, 'w')
|
||||
f.write('''\
|
||||
[Protocol]
|
||||
exec=%s "%%u"
|
||||
protocol=xmpp
|
||||
input=none
|
||||
|
|
Loading…
Reference in New Issue