Please add python-docopt as dependency, it is required.
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: | 123 |
Popularity: | 0.80 |
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 .. 17 18 19 20 21 22 23 24 25 Next › Last »
chmurli commented on 2014-10-19 08:59 (UTC)
whynothugo commented on 2014-10-18 19:42 (UTC)
@PhotonX: You're right, this package had an epoch before I adopted it and that prevented AUR helpers from picking up the update.
Fixed that now.
PhotonX commented on 2014-10-18 17:24 (UTC)
That's really good news, thanks! I just installed the new version (which has been seen by yaourt as a downgrade for some reason) and have no issues to report.
whynothugo commented on 2014-10-18 17:02 (UTC)
Good news, everyone: I'm maintaining my own fork, and will be addressing issues as they arise (as well as clean up code).
I've also merged the patches from this port into that fork.
@dermirt:
The issue you encountered should now be fixed, can you confirm this?
whynothugo commented on 2014-10-18 15:39 (UTC)
@dermirt:
It's an issue with caffeine:
try:
generic = icon_theme.load_icon("application-x-executable", 16, Gtk.IconLookupFlags.NO_SVG)
except GObject.GError, e:
generic = GdkPixbuf.Pixbuf.new_from_file(caffeine.GENERIC_PROCESS_ICON_PATH)
GdkPixbuf is never imported.
I'll see if I can branch caffeine and fix this (considering this version is already unsupported).
dermirt commented on 2014-10-18 11:14 (UTC)
caffeine-systray doesnt work for me:
NameError: name 'GdkPixbuf' is not defined
gdkpixbuf is installed...
whynothugo commented on 2014-10-04 00:28 (UTC)
For all those interested, caffeine-systray has the same goal, so I'll be merging this package into that one (which works btw, and this one broke with some recent update).
whynothugo commented on 2014-07-23 07:06 (UTC)
@ignace72: Please read the description or my comment.
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).