Skip to content
Snippets Groups Projects
Commit 3bc58246 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

imprv: Startup: Show hint in console if Gajim is already running

Fixes #11039
parent d00dfe2e
No related branches found
No related tags found
No related merge requests found
...@@ -383,6 +383,8 @@ def _handle_local_options(self, ...@@ -383,6 +383,8 @@ def _handle_local_options(self,
self.register() self.register()
if self.get_is_remote(): if self.get_is_remote():
print('Gajim is already running. '
'The primary instance will handle remote commands')
return -1 return -1
self._core_command_line(options) self._core_command_line(options)
......
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