Package Details: caffeine-ng 4.2.0-1

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: whynothugo
Votes: 120
Popularity: 1.14
First Submitted: 2014-10-19 05:26 (UTC)
Last Updated: 2023-05-08 10:23 (UTC)

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).

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24

Bluthund commented on 2014-01-29 20:40 (UTC)

@shimi: A lot of spurious errors are being spammed ("ERROR: Exception: too many values to unpack") because the wrong python binary is called from inside the Caffeine core module. You might want to add this patch https://gist.github.com/dirkd/f6a7b9a4943dd05ec944 or stub the method _check_for_Flash() as a whole by returning True right at the start as the detection mechanism used there seems to be broken anyways. It seems flash does not store metadata in /tmp/Flash* files anymore (using flashplugin 11.2.202.332-1 on firefox 26.0-2 and chromium 32.0.1700.102-1 at least) which flash_detect.py (called from _check_for_Flash()) is looking for. Caffeine also dropped the method in r521 http://bazaar.launchpad.net/~caffeine-developers/caffeine/main/revision/521 probably for the same reason.

whynothugo commented on 2014-01-17 19:09 (UTC)

Updated, thanks.

ed0c commented on 2014-01-17 12:12 (UTC)

On first launch : Traceback (most recent call last): File "/usr/bin/caffeine", line 40, in <module> import caffeine File "/usr/lib/python2.7/site-packages/caffeine/__init__.py", line 108, in <module> from caffeine.config import Configurator File "/usr/lib/python2.7/site-packages/caffeine/config.py", line 21, in <module> import gconf ImportError: No module named gconf Please add "python2-gconf" to the dépendencies Thanks

shimi commented on 2014-01-11 08:46 (UTC)

@qubodup I cannot reproduce your issue with this package. Have you removed caffeine-bzr before installing caffeine-systray?

qubodup commented on 2014-01-11 02:04 (UTC)

caffeine-systray does not work, unfortunately. The error was mentioned on https://aur.archlinux.org/packages/caffeine-bzr/ but ERROR:root:Could not find any typelib for AppIndicator3 Traceback (most recent call last): File "/usr/bin/caffeine", line 40, in <module> import caffeine File "/usr/lib/python2.7/site-packages/caffeine/__init__.py", line 126, in <module> from caffeine.main import main File "/usr/lib/python2.7/site-packages/caffeine/main.py", line 59, in <module> generic = GdkPixbuf.Pixbuf.new_from_file(caffeine.GENERIC_PROCESS_ICON_PATH) NameError: name 'GdkPixbuf' is not defined

PhotonX commented on 2014-01-06 18:29 (UTC)

Looks like there will be no systray version since the bug report has been marked "Won't fix" and the developer is not even subscribed to it...

shimi commented on 2014-01-02 08:36 (UTC)

@donniezazen Please read the package description. caffeine-systray is intentionally an older version of caffeine, the last one supporting the traditional systray rather than appindicator. If you are looking for a newer version have a look at: https://aur.archlinux.org/packages/caffeine-bzr/ Unflagging.

donniezazen commented on 2014-01-02 08:27 (UTC)

https://launchpad.net/caffeine/+announcement/12255 Caffeine 2.5 released

PhotonX commented on 2013-12-20 14:31 (UTC)

Whoever is using this, please vote for this bug: https://bugs.launchpad.net/caffeine/+bug/1262300 :)