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

[raa.lkml] disable photo viewer in GnuPG when verifying keys. Fixes #4760

parent d673e049
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ if gajim.HAVE_GPG:
self.options.armor = 1
self.options.meta_interactive = 0
self.options.extra_args.append('--no-secmem-warning')
# disable photo viewer when verifying keys
self.options.extra_args.append('--verify-options')
self.options.extra_args.append('no-show-photo')
if self.use_agent:
self.options.extra_args.append('--use-agent')
......
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