Package Details: pulseaudio-ctl 1.70-2

Git Clone URL: https://aur.archlinux.org/pulseaudio-ctl.git (read-only, click to copy)
Package Base: pulseaudio-ctl
Description: Control pulseaudio volume from the shell or mapped to keyboard shortcuts.
Upstream URL: https://github.com/graysky2/pulseaudio-ctl
Licenses: MIT
Conflicts: pulseaudio_ctl
Replaces: pulseaudio_ctl
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 197
Popularity: 0.80
First Submitted: 2013-10-11 23:09 (UTC)
Last Updated: 2024-08-03 18:11 (UTC)

Required by (1)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

yochananmarqos commented on 2024-08-03 17:03 (UTC)

@Freso: It can't as it directly depends on pulseaudio for the pacmd command.

simona commented on 2024-08-03 09:28 (UTC)

:: pulseaudio-17.0-3 e pipewire-pulse-1:1.2.2-1 vanno in conflitto. Rimuovere pipewire-pulse? [s/N]

Freso commented on 2024-08-03 09:24 (UTC)

The PKGBUILD should be updated to depend on pulse-native-provider instead of pulseaudio; see https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10

kode54 commented on 2021-12-31 03:02 (UTC)

@Pound_Hash: This tool doesn't work with PipeWire, only PulseAudio.

<deleted-account> commented on 2021-12-31 02:27 (UTC)

It fails to run with the error:

I require pacmd but it's not installed. Aborting.

th0rne commented on 2020-10-06 09:22 (UTC)

Quick and dirty fix for people using pulse 13:

sed -i 's/# stop if the above failed.*/PCV=2/' /bin/pulseaudio-ctl

nipsky commented on 2020-10-06 08:11 (UTC)

Hmm, maybe quick and dirty via

LANG=en_EN pactl --version | grep Linked | sed -e 's/^Linked with libpulse //' -e 's/([0-9.]+).([0-9.]+)$/\1/'
in this case? ;)

kode54 commented on 2020-10-06 08:09 (UTC)

Meh, I should have figured there would be problems like that. At least the "libpulse" part can be part of the filter. Not sure what else would work. This thing is being installed on systems that are likely to have bleeding edge, but is still carrying the baggage of backwards compatibility going back nearly a decade.

nipsky commented on 2020-10-06 08:06 (UTC)

This runs into trouble when you’re using a non-english system, for example, in German pactl --version returns this, making the grep fail:

pactl 13.99.2-7-g610179
Kompiliert mit libpulse 13.99.0
Gelinkt mit libpulse 13.99.0

graysky commented on 2020-08-20 10:41 (UTC)

@kode54 - Ah, I am not using [testing]. I will see.