Search Criteria
Package Details: volctl 0.8.2-1
Git Clone URL: | https://aur.archlinux.org/volctl.git (read-only, click to copy) |
---|---|
Package Base: | volctl |
Description: | Per-application volume control and OSD for Linux desktops. |
Upstream URL: | https://buzz.github.io/volctl/ |
Keywords: | desktop pulseaudio tray volume |
Licenses: | |
Submitter: | buzz |
Maintainer: | buzz |
Last Packager: | buzz |
Votes: | 10 |
Popularity: | 0.001079 |
First Submitted: | 2016-04-22 16:53 |
Last Updated: | 2021-01-12 23:50 |
Dependencies (8)
- desktop-file-utils (desktop-file-utils-git)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-git, pulseaudio-hsphfpd, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pipewire-pulse-git, pipewire-full-pulse-git, pipewire-common-pulse-git, pipewire-pulse)
- python (python-dbg)
- python-cairo (python-cairo-git)
- python-gobject (python-gobject-git)
- python-setuptools
- git (git-git) (make)
- pavucontrol (pavucontrol-git, pavucontrol-gtk2, pavucontrol-compact-git) (optional) – mixer support
Latest Comments
buzz commented on 2020-08-21 10:02
Added. Thanks
edmccard commented on 2020-08-21 01:06
This package requires python-cairo but that isn't listed as a dependency
buzz commented on 2020-03-17 09:31
The module
gi
comes withpython-gobject
. Hard to say what is wrong up with your setup.Make sure there is a directory
/usr/lib/python3.8/site-packages/gi
and try to reinstallpython-gobject
?malathion commented on 2020-03-17 05:37
buzz commented on 2019-12-01 11:32
Smells like you recently upgraded to Python 3.8 and volctl is still installed for 3.7? Try reinstalling volctl.
Icemole commented on 2019-12-01 10:35
I'm getting the error
DistributionNotFound: The 'volctl==0.6.2' distribution was not found and is required by the application
. Any idea as for why?Output of
$ volctl
:Traceback (most recent call last): File "/usr/bin/volctl", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3252, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'volctl==0.6.2' distribution was not found and is required by the application
MrThePaul commented on 2019-04-29 17:42
This package requires
python-setuptools
to be installed but does not declare this dependency.buzz commented on 2016-05-03 16:14
Thanks for the feedback!
I wasn't aware of this.
TrialnError commented on 2016-05-03 16:04
Few comments about the PKGBUILD.
* Per guideline empty vars should be removed.
* The install file isn't needed anymore. Since pacman5 and its hook support made it obsolete. desktop-file-utils includes now a hook, which does the update, whenever a package installs a file there.