Opened 6 years ago
Closed 6 years ago
#709 closed defect (fixed)
configuring --without-sound leaves instance attribute undefined
Reported by: | skids | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | android | Version: | trunk |
Keywords: | without-sound | Cc: |
Description
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.
Note: See
TracTickets for help on using
tickets.
It is totally the right fix and has been applied in r7920. Thanks!