https://bugs.kde.org/show_bug.cgi?id=378448

--- Comment #2 from Gregor Mi <codestr...@posteo.org> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to