Package Details: caffeine-ng 4.2.0-2

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: 0.53
First Submitted: 2014-10-19 05:26 (UTC)
Last Updated: 2024-09-24 00:34 (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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 25 Next › Last »

macxcool commented on 2018-08-06 18:02 (UTC)

@WhyNotHugo Is a version bump appropriate because of the python upgrade?

Batou commented on 2018-02-16 09:05 (UTC)

Is there a way to disable INFO messages? My .xsession-errors is littered with messages of the type:

INFO:caffeine.core:XorgInhibitor is applicable, running it.

tpaniaki commented on 2017-12-19 00:36 (UTC)

@WhyNotHugo: apparently, it was related to a conflict in my locale settings. In short, I had a script that set fr_CH instead of fr_FR as my default language. Fr_CH is not well handled in Plasma. Since I've deleted it, caffeine-ng opens normally.

whynothugo commented on 2017-12-14 13:38 (UTC)

Can you clarify what you mean by "nothing happens". Does the icon not respond? Do you get any sort of error?

tpaniaki commented on 2017-12-13 20:52 (UTC) (edited on 2017-12-13 21:41 (UTC) by tpaniaki)

KDE Plasma 5.40.0 lts 4-9.68 nothing happens when I run the app or preferences. Moreover, no process is loaded (which is not the case with "caffeine").

libappindicator-gtk3 is installed.

whynothugo commented on 2017-09-07 15:52 (UTC)

caffeine-ng depends on python-ewmh depends on python-xlib depends on python-six. From your previous comment, it looks like you're doing a partial update. Partial upgrades are unsupported on ArchLinux (https://wiki.archlinux.org/index.php/System_maintenance#Partial_upgrades_are_unsupported), and that's probably what left your system on the broken state it's in. You should run a full update to fix it, try running caffeine again.

whynothugo commented on 2017-09-06 16:12 (UTC)

It IS included in the dependencies of that package: $ pacman -Si python-xlib | grep Depends Depends On : python python-six That's what I was referring to by "your setup is broken"; you've somehow installed python-xlib without having its dependencies installed.