Actually, decreasing the sink works with "--" supplied directly after the "pactl" request. pactl -- set-sink-volume 5 +10% does exactly the same as pactl set-sink-volume 5 +10%
Both commands increase the volume by 10%. Decreasing only works with pactl -- set-sink-volume 5 -10% but not with pactl set-sink-volume 5 -10% I don't think, that this is suppsed to work in those ways. Regards Nico pactl --version pactl 3.0 Compiled with libpulse 3.0.0 Linked with libpulse 3.0.0 _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

