diff options
author | Chris Robinson <[email protected]> | 2019-04-27 13:39:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-04-27 14:13:07 -0700 |
commit | c135629eae544b0e7785803b98987c1ab1eb95ca (patch) | |
tree | 661bc5cbc23bb718ebc17ec88de1b799decc9635 /alsoftrc.sample | |
parent | 150dc92f68bf10783344d81f57acff59aaf79369 (diff) |
Remove some ancient PulseAudio KDE/Phonon/Qt hacks
Unfortuantely, the relevant KDE bug still seems to exist (streams are forced to
KDE's default device after opening, even when they're created with a specific
device at user request). I do not know why KDE thinks this is in any way good
behavior (the user doesn't get their desired device, nor does the stream get
the appropriate format for the device its ultimately put on), but making
streams non-movable as a workaround has been a thorn in the side of non-KDE
users for too long. C'mon KDE, it's been nearly (if not more than) 7 years now.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 10a59a1f..9b5dd2f9 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -338,7 +338,7 @@ surround71 = # device specifier (seen by applications) will not be updated when this # occurs, and neither will the AL device configuration (sample rate, format, # etc). -#allow-moves = false +#allow-moves = true ## fix-rate: # Specifies whether to match the playback stream's sample rate to the device's |