add more arguments to paplay command. fixes #8192

This commit is contained in:
Yann Leboulanger 2015-11-21 14:39:36 +01:00
parent 23ee168a91
commit c84e2c252b
1 changed files with 1 additions and 1 deletions

View File

@ -3019,7 +3019,7 @@ class Interface:
for command in commands:
if helpers.is_in_path(command):
if command == 'paplay':
command += ' -n gajim'
command += ' -n gajim --property=media.role=event'
if command in ('aplay', 'play'):
command += ' -q'
elif command == 'ossplay':