#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.
Change History (2)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/709
Note: See
TracTickets for help on using
tickets.
It is totally the right fix and has been applied in r7920. Thanks!