I'm not sure if upstream re-introduced the whitelist support as well (I'd have to check closer).
This fork has actually had a lot of code cleanups, and some bugfixes of its own. I'm not sure how caffeine compares, especially for bugs that were only reported to us, but dragged from before the fork.
I'd love to talk about a merge at some point, though.
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: | 127 |
Popularity: | 1.76 |
First Submitted: | 2014-10-19 05:26 (UTC) |
Last Updated: | 2024-09-24 00:34 (UTC) |
Dependencies (16)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- 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-gitAUR, xfconf-develAUR) (optional) – Support for Xfce presentation mode.
Required by (1)
- pyload-ng (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 25 Next › Last »
whynothugo commented on 2016-07-01 05:32 (UTC)
m265neC7vk commented on 2016-07-01 03:38 (UTC)
As of 2015-01-16, I believe the toggle has been reintroduced.
http://www.webupd8.org/2015/01/caffeine-app-gets-its-indicator-back.html
Is there any benefit to using this fork as opposed to upstream?
Thanks
whynothugo commented on 2016-05-18 14:05 (UTC)
Odd. The only thing I can think of is the reinstall required post python3.5, but that was months ago, and IIRC, the pkgrel was pushed.
lockheed commented on 2016-05-18 13:07 (UTC)
@hobarrera: it was, but I reinstalled it and now caffeine starts. Thanks for the pointer.
whynothugo commented on 2016-05-18 12:56 (UTC)
@lockheed: Can you confirm that python-ewmh is installed?
lockheed commented on 2016-05-18 12:13 (UTC)
I'd appreciate some help with this:
$ caffeine
Traceback (most recent call last):
File "/usr/bin/caffeine", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2927, in <module>
@_call_aside
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2940, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 635, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 943, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 829, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'ewmh==0.1.3' distribution was not found and is required by caffeine-ng
whynothugo commented on 2016-05-14 10:54 (UTC)
Latest version of caffeine-ng should work fine with setproctitle 1.1.10 (or later versions).
sa1t commented on 2016-05-13 22:11 (UTC)
I'm getting this when trying to run it
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 635, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 943, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 834, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (setproctitle 1.1.10 (/usr/lib/python3.5/site-packages), Requirement.parse('setproctitle==1.1.9'), {'caffeine-ng'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/caffeine", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2927, in <module>
@_call_aside
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2940, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 637, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 650, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 829, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'setproctitle==1.1.9' distribution was not found and is required by caffeine-ng
I do have setproctitle: sudo pacman -S python-setproctitle
warning: python-setproctitle-1.1.10-1 is up to date -- reinstalling
cj360 commented on 2016-04-22 19:21 (UTC)
Anyone else notice this package doesn't stop xscreensaver from running?
whynothugo commented on 2016-04-03 17:38 (UTC)
python-ewmh is not missing, it's listed as a depends, python-xlib is a dependency of python-ewmh itself.
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).