Search Criteria
Package Details: safeeyes 3.3.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/safeeyes.git (read-only, click to copy) |
|---|---|
| Package Base: | safeeyes |
| Description: | A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI). |
| Upstream URL: | https://github.com/slgobinath/safeeyes |
| Keywords: | eye-strain rsi safeeyes utility |
| Licenses: | GPL3 |
| Submitter: | Yamakaky |
| Maintainer: | gobinath (ilario, archisman) |
| Last Packager: | archisman |
| Votes: | 62 |
| Popularity: | 0.112633 |
| First Submitted: | 2016-10-25 04:33 (UTC) |
| Last Updated: | 2026-01-17 05:41 (UTC) |
Dependencies (16)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libnotify (libnotify-gitAUR)
- python-babel
- python-gobject
- python-packaging
- python-psutil
- python-xlib
- git (git-gitAUR, git-glAUR) (make)
- python-packaging (make)
- python-pip (make)
- python-setuptools (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – For playing the audible bell
- python-croniterAUR (python-croniter-gitAUR) (optional) – for Health Stats plugin
- python-pywayland (optional) – for Smart Pause plugin in Wayland
- snixembed (optional) – For tray icon support in LXDE/MATE/WMs
- xprintidle (optional) – for Smart Pause plugin in X11
Latest Comments
1 2 3 4 5 6 Next › Last »
archisman commented on 2026-01-17 05:53 (UTC)
To anyone having setuptools not found issue: You probably did a partial upgrade. Setuptools was installed for python 3.14 but python is still stuck at 3.13. Just run
sudo pacman -Syuto fix the issue.archisman commented on 2026-01-17 05:44 (UTC)
Everyone, please clean up the outdated comments
archisman commented on 2026-01-17 05:44 (UTC) (edited on 2026-01-17 05:47 (UTC) by archisman)
@piotrv @polr The shasum issue has been fixed
gabry11 commented on 2026-01-15 11:02 (UTC)
Traceback (most recent call last): File "/home/xxxxx/.cache/yay/safeeyes/src/safeeyes-3.3.0/setup.py", line 5, in <module> from setuptools import Command, setup ModuleNotFoundError: No module named 'setuptools' ==> ERROR: A failure occurred in package(). Aborting... -> error making: safeeyes-exit status 4 -> Failed to install the following packages. Manual intervention is required: safeeyes - exit status 4
Erim commented on 2026-01-10 00:19 (UTC)
It worked for me when I changed line 28 in the PKGBUILD from 'cd "$srcdir/safeeyes-$pkgver"' to 'cd "$srcdir/SafeEyes-$pkgver"' (capital letters).
piotrv commented on 2025-12-29 20:00 (UTC)
@poir
for some reason sha1sum in the PKGBUILD file seems to have the correct value, but checksum fails. I had to manually apply sha1 checksum to the tar file and copy identical result back in sha1sum variable and this worked for me.
1 2 3 4 5 6 Next › Last »