add ossplay to the list of tested soundplayer. Fixes #5061
This commit is contained in:
parent
c7d4dc8bee
commit
b6475d07e6
|
@ -3463,7 +3463,7 @@ class Interface:
|
|||
|
||||
if gajim.config.get('soundplayer') == '':
|
||||
# only on first time Gajim starts
|
||||
commands = ('aplay', 'play', 'esdplay', 'artsplay')
|
||||
commands = ('aplay', 'play', 'esdplay', 'artsplay', 'ossplay')
|
||||
for command in commands:
|
||||
if helpers.is_in_path(command):
|
||||
if command == 'aplay':
|
||||
|
|
Loading…
Reference in New Issue