Search Criteria
Package Details: pulseaudio-ctl 1.70-2
Package Actions
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.34 |
First Submitted: | 2013-10-11 23:09 (UTC) |
Last Updated: | 2024-08-03 18:11 (UTC) |
Dependencies (4)
- bc (bc-ghAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- pulse-native-provider (pulseaudio-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse-gitAUR, pipewire-pulse, pulseaudio)
- libnotify (libnotify-gitAUR) (optional) – to display volume and mute status
Required by (1)
- inpulse-to-talk (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
kode54 commented on 2020-08-18 00:26 (UTC)
@graysky - Without the advised changes, the script dies with this error here:
Because the PAVERSION it determines from my install of pulseaudio looks like this:
Ah, of course, it would be helpful to note that I have the testing repos enabled, therefore I'm a frequent early victim of update decisions.
graysky commented on 2020-08-17 09:56 (UTC)
@kode54 - Why though?
kode54 commented on 2020-08-16 22:41 (UTC)
@graysky - And I wasn't aware of any Arch Linux users using pulseaudio older than 13. Perhaps this can be a patch against the AUR version, then.
graysky commented on 2020-08-16 10:04 (UTC)
@kode54 - But grepping for 'Linked' should fail to return values for users of older versions, no? The only function
PAVERSION
serves is to set an internal expectation for further commands...kode54 commented on 2020-08-16 00:02 (UTC)
It should be changed now to:
joshskidmore commented on 2019-09-12 19:40 (UTC)
@graysky - Works perfectly! Thanks for the quick fix.
graysky commented on 2019-09-12 19:29 (UTC)
@josh @Swipte - thanks for reporting and for the proposed fix. Fixed in 1.67. Please try can report back. In the future, open an issue on the github page rather then in the AUR.
ElVino commented on 2019-09-12 18:43 (UTC)
@joshskidmore the repo is located here: https://github.com/graysky2/pulseaudio-ctl
joshskidmore commented on 2019-09-12 17:03 (UTC) (edited on 2019-09-12 17:04 (UTC) by joshskidmore)
pulseaudio-ctl is a bash script. The author is using a pretty rough regexp and bc to check pactl versions. The latest version of pulseaudio is 12.99.3 and bc cannot properly interpret the
.3
. You can fix this (temporarily) by replacing line 39 in/usr/bin/pulseaudio-ctl
with:PAVERSION=$(pactl --version | grep pactl | sed -e 's/^pactl //' -e 's/\([0-9.]\+\).\([0-9.]\+\)$/\1/')
I would submit a pull request to the author's repo, but it appears abandoned?
Swipe commented on 2019-09-12 13:00 (UTC)
I'm getting this error today after an upgrade to pulseaudio: upgraded pulseaudio (12.2-2 -> 12.99.3-1)
$ /usr/bin/pulseaudio-ctl up (standard_in) 1: syntax error (standard_in) 1: syntax error (standard_in) 1: syntax error Cannot determine which version of pactl is installed. Aborting.
Downgrading pulseaudio and libpulse fixes this.
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »