Skip to content
Snippets Groups Projects
Commit bf35cab4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

create ~/.kde/share/services/xmpp.protocol if it does not exist.

parent a581391c
No related branches found
No related tags found
No related merge requests found
......@@ -657,7 +657,7 @@ def possibly_set_gajim_as_xmpp_handler():
# setting for KDE
if path_to_kde_file is not None: # user has run kde at least once
f = open(path_to_kde_file, 'w')
f = open(path_to_kde_file, 'a')
f.write('''\
[Protocol]
exec=%s "%%u"
......
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