parent
72a632c76e
commit
02285f0a84
|
@ -657,6 +657,7 @@ def possibly_set_gajim_as_xmpp_handler():
|
||||||
|
|
||||||
# setting for KDE
|
# setting for KDE
|
||||||
if path_to_kde_file is not None: # user has run kde at least once
|
if path_to_kde_file is not None: # user has run kde at least once
|
||||||
|
try:
|
||||||
f = open(path_to_kde_file, 'a')
|
f = open(path_to_kde_file, 'a')
|
||||||
f.write('''\
|
f.write('''\
|
||||||
[Protocol]
|
[Protocol]
|
||||||
|
@ -674,6 +675,8 @@ icon=gajim
|
||||||
Description=xmpp
|
Description=xmpp
|
||||||
''' % command)
|
''' % command)
|
||||||
f.close()
|
f.close()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import gconf
|
import gconf
|
||||||
|
|
Loading…
Reference in New Issue