Changes between Initial Version and Version 1 of Ticket #2620, comment 8
- Timestamp:
- 03/07/20 08:26:34 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2620, comment 8
initial v1 1 Replying to [comment:7 Antoine Martin]:2 1 > > Do you / Would you cast that no to False, or is that undesirable? 3 2 > You can't cast the value of the "xinerama" option to a boolean as the value might contain a path. (string) 4 3 > And then the code that uses the value would still have to do its own casting / parsing. 5 6 4 Cast the pulseaudio=no value to pulseaudio=False 7 8 > > I'll wait until r25511 lands somewhere if you don't mind.9 > All the latest beta builds have those fixes, the v3.0 backport is in r25513.