I recently switched to openSUSE Tumbleweed with Plasma 5.9.2 and updated to 5.9.3 and then 5.9.4. In all those versions I experienced something interesting: When Clementine plays songs and a new song begins (not for all but only for some) the output device switches from the default one (external USB connected speakers) to the other one (docking station internal sound card). WORKAROUND: I use the Volume applet to drag and drop the Clementine item to the correct sound device every time the switch happens.
Addendum: the switch happens every 5 - 20 songs. Maybe it has something to do with with the codec of the file.
I don't know if this is maybe a clementine issue. Anyway, I created a crude workaround script which automatically moves the first sink-input index to the sink with index 1 every second: while true do echo "Move first sink to sink with index 1. TODO: Find specifically the clementine sink and move only this one." pacmd move-sink-input $(pacmd list-sink-inputs | grep index: | sed -E 's/index: (.+)/\1/g') 1 sleep 1 done
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!