Unfortunately I'm still getting the same errors. I noticed that you updated python-ewmh but not this one. (Not sure if that was intentional.)
Search Criteria
Package Details: caffeine-ng 4.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/caffeine-ng.git (read-only, click to copy) |
---|---|
Package Base: | caffeine-ng |
Description: | Status bar application able to temporarily inhibit the screensaver and sleep mode. |
Upstream URL: | https://codeberg.org/WhyNotHugo/caffeine-ng |
Keywords: | caffeine powersaving screensaver |
Licenses: | GPL-3.0-or-later |
Conflicts: | caffeine, caffeine-bzr, caffeine-oneclick, caffeine-systray |
Provides: | caffeine, caffeine-bzr, caffeine-oneclick, caffeine-systray |
Replaces: | caffeine-oneclick, caffeine-systray |
Submitter: | whynothugo |
Maintainer: | whynothugo (darose) |
Last Packager: | darose |
Votes: | 124 |
Popularity: | 1.55 |
First Submitted: | 2014-10-19 05:26 (UTC) |
Last Updated: | 2024-09-24 00:34 (UTC) |
Dependencies (16)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libayatana-appindicator
- libindicator-gtk3
- libnotify (libnotify-gitAUR)
- python-click
- python-dbus
- python-ewmhAUR
- python-gobject
- python-pulsectlAUR
- python-setproctitle
- python-wheel
- python-xdg (python-pyxdg)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- xfconf (xfconf-gtk2AUR, xfconf-gitAUR, xfconf-develAUR) (optional) – Support for Xfce presentation mode.
Required by (1)
- pyload-ng (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 25 Next › Last »
Rhinoceros commented on 2016-08-12 12:22 (UTC)
whynothugo commented on 2016-08-12 11:11 (UTC)
Issues with python-xlib should be fixed now.
whynothugo commented on 2016-08-11 02:35 (UTC)
Looks like the official repos now have a python-xlib that's a different fork thatn the one in the AUR. I'll try to figure out what's going on later.
Rhinoceros commented on 2016-08-11 02:23 (UTC)
Thanks @javier, but I'd prefer it to be installed by the package manager.
javier commented on 2016-08-11 01:08 (UTC)
only installed with: pip install python3-xlib
Rhinoceros commented on 2016-08-10 23:56 (UTC)
Thank you for that @hobarrera. However, now I'm getting the following error:
pkg_resources.DistributionNotFound: The 'python3-xlib>=0.15' distribution was not found and is required by caffeine-ng
FWIW I *do* have python-xlib 0.17-1 installed (as a dependency of python-ewmh).
whynothugo commented on 2016-08-10 22:41 (UTC)
I've stopped pinning requirement versions upstream so we stop having these issues. I'll update this package as soon as the deployment (ie: publishing) finishes.
Rhinoceros commented on 2016-08-10 10:07 (UTC)
Yes, caffeine-ng is also broken for me with the same error:
pkg_resources.DistributionNotFound: The 'python3-xlib==0.15' distribution was not found and is required by caffeine-ng
On @JethroTux's advice, I found I could edit `/usr/lib/python3.5/site-packages/caffeine_ng-3.3.6-py3.5.egg-info/requires.txt`, commenting out the following two lines, which makes it work again.
ewmh>=0.1.3
python3-xlib==0.15
I'm also not sure if it's the preferred option.
JethroTux commented on 2016-08-08 19:25 (UTC)
OK.
As a workaround I commented out all the lines in
"/usr/lib/python3.5/site-packages/caffeine_ng-3.3.6-py3.5.egg-info/requires.txt",
this way the program runs smoothly.
Is it safe?
Cheerz.
Pinned Comments
whynothugo commented on 2023-05-05 09:34 (UTC)
After an upgrade to Python 3.11, you need to rebuild this package (and all Python packages in the AUR).