[knuckles] missing line in KDE xmpp support. Fixes #855
This commit is contained in:
		
							parent
							
								
									89bf45a2c6
								
							
						
					
					
						commit
						ef86ddf65b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -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
 | 
							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, 'w')
 | 
				
			||||||
			f.write('''\
 | 
								f.write('''\
 | 
				
			||||||
 | 
					[Protocol]
 | 
				
			||||||
exec=%s "%%u"
 | 
					exec=%s "%%u"
 | 
				
			||||||
protocol=xmpp
 | 
					protocol=xmpp
 | 
				
			||||||
input=none
 | 
					input=none
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue