Xpra: Ticket #709: configuring --without-sound leaves instance attribute undefined

I build from svn trunk 7906, configured --without-sound, and in order to get things operational, had to add a

hidden_options["sound_source"] = None

in xpra/scripts/main.py

line 465ish

Otherwise python complains about accessing this attribute later on around line 670ish.

I have no clue if that's the right fix.



Thu, 09 Oct 2014 02:33:22 GMT - Antoine Martin: status changed; resolution set

It is totally the right fix and has been applied in r7920. Thanks!


Sat, 23 Jan 2021 05:03:39 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/709