Search Criteria
Package Details: gummy 0.6.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gummy.git (read-only, click to copy) |
|---|---|
| Package Base: | gummy |
| Description: | Screen brightness/temperature manager for Linux |
| Upstream URL: | https://codeberg.org/fusco/gummy |
| Licenses: | GPL-3.0-or-later |
| Submitter: | mi544 |
| Maintainer: | None |
| Last Packager: | xiota |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-01-31 16:33 (UTC) |
| Last Updated: | 2026-05-16 16:59 (UTC) |
Dependencies (11)
- ddcutil (ddcutil-gitAUR, ddcutil-dev-gitAUR)
- fmt (fmt-gitAUR)
- libatomic (libatomic-snapshotAUR)
- libxcb (libxcb-gitAUR)
- spdlog (spdlog-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR)
- xcb-util-image
- cli11 (cli11-compiledAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
Latest Comments
redtide commented on 2024-04-17 06:30 (UTC)
@xiota what do you mean with "review"? I don't see why to flag this out of date, 0.5.9 is the latest tag version (which apparently is broken as the 0.5.8). We can only try to find a patch, otherwise people should downgrade using older versions, I'm still using the previous we had, 0.5.5.
nicolasdumitru commented on 2024-04-16 20:28 (UTC)
I have version 0.5.9 installed and it stopped working on my system. When I run
gummy start, I get the following error message:/usr/include/c++/13.2.1/bits/unique_ptr.h:453: typename std::add_lvalue_reference<_Tp>::type std::unique_ptr<_Tp, _Dp>::operator*() const [with _Tp = gummyd::xcb::connection; _Dp = std::default_delete<gummyd::xcb::connection>; typename std::add_lvalue_reference<_Tp>::type = gummyd::xcb::connection&]: Assertion 'get() != pointer()' failed.
tuqueque commented on 2024-02-22 22:22 (UTC)
The new location for Gummy's source is https://codeberg.org/fusco/gummy ... Could you update this repo accordingly? I really love this program and I can't install it in my new rig because this AUR gives me an error.
mi544 commented on 2023-03-20 17:08 (UTC) (edited on 2023-03-20 17:08 (UTC) by mi544)
release 0.5 makes use of the i2c protocol to control external screen backlight brightness
this feature is optional; to be able to use it:
- load the
i2c-devkernel module- add your user to the
i2cgroupa post_install/post_upgrade hook was added to notify users about these post-installation steps
consult the official README for more information:
https://github.com/fushko/gummy#installation
mi544 commented on 2022-03-06 16:55 (UTC) (edited on 2022-03-06 16:55 (UTC) by mi544)
@earlybird I tested building this package locally (through aura) and it worked fine.
I also tested building gummy on the latest Manjaro Plasma (through Pamac GUI) and Garuda Dragonized (through yay).
The package built and installed fine all 3 times. Running
gummy startafter installations worked fine.Are you seeing any error messages when trying to install this package? Feel free to copy the output over here.
earlybird commented on 2022-03-01 11:05 (UTC)
can the build be broken?