Search Criteria
Package Details: safeeyes 2.1.5-1
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 (otuva, PopeRigby, ilario) |
Last Packager: | otuva |
Votes: | 55 |
Popularity: | 0.57 |
First Submitted: | 2016-10-25 04:33 (UTC) |
Last Updated: | 2023-02-11 10:56 (UTC) |
Dependencies (15)
- alsa-utils (alsa-utils-transparent, alsa-utils-git, alsa-utils-nosystemd-minimal-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libappindicator-gtk3 (libappindicator-bzr)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310)
- python-babel
- python-dbus (dbus-python)
- python-gobject (python-gobject-git)
- python-psutil
- python-xlib
- xorg-xprop
- python-pip (make)
- python-setuptools (make)
- python-croniter (optional) – for Health Stats plugin
- wlrctl (wlrctl-git) (optional) – for Do Not Disturb plugin in Wayland
- xprintidle (optional) – for Smart Pause plugin
Latest Comments
1 2 3 4 Next › Last »
ugjdgdto commented on 2023-05-09 04:03 (UTC)
Note that safeeyes 2.1.5 doesn't have the Python 3.11 patch, so it is needed to build from git (safeeyes-git).
qubit commented on 2023-03-10 13:22 (UTC)
I noticed this warning in my journal today:
Configuration file ${HOME}/.config/autostart/safeeyes.desktop is marked executable. Please remove executable permission bits. Proceeding anyway
. Should the permissions of thesafeeyes.desktop
file be modified in the package or can I just ignore this warning?ilario commented on 2023-02-28 15:22 (UTC)
python-xlib
has been updated to follow the upstream 0.33 version, and this fixedsafeeyes
. So the workaround I proposed in my comment below is not needed anymore, and you should delete it in case you were using it.otuva commented on 2023-02-24 08:27 (UTC)
@ilario Instead of that workaround, IMO, it seems clearer to just wait upstream to up dependency version and then use the latest
python-xlib
from github.ilario commented on 2023-02-13 15:35 (UTC)
An old bug in
python-xlib
0.31 is causing safeeyes to crash on start, with the messageXlib.error.DisplayConnectionError: Can't connect to display ":0": b'Authorization required, but no authorization protocol specified\n'
. Until when a newer version ofpython-xlib
is packaged, you can try the workaround described here: https://github.com/slgobinath/SafeEyes/issues/495#issuecomment-1428099149gobinath commented on 2022-11-22 13:36 (UTC) (edited on 2022-11-22 13:36 (UTC) by gobinath)
Anyone willing to take over the maintenance of safeeyes AUR package, please let me know at GitHub. Related issue: https://github.com/slgobinath/SafeEyes/issues/490
ilario commented on 2022-10-13 09:43 (UTC)
I just observed a crash of safeeyes (and also the version from safeeyes-git) on my Arch 64bit laptop. Installing
python-croniter
fixed.nihalani commented on 2022-05-14 03:32 (UTC)
@hcra I ran into the same problem. It seems like the python-cronter dependency has become mandatory. I installed that and it seemed to work. @gobinath do you want to update the PKGBUILD to make it manditory.
hetoc88319 commented on 2022-02-19 08:10 (UTC) (edited on 2022-02-19 08:11 (UTC) by hetoc88319)
@E3LDDfrK hi, i also have the icon problem too. And
strace safeeyes
shows that it tried to access$HOME/.local/share/icons/hicolor/16x16/status/safeeyes_enabled.png
.In my case, this is a symlink to
/usr/lib/python3.9/site-packages/safeeyes/platform/icons/hicolor/16x16/status/safeeyes_enabled.png
. So after the python upgrade, the symlink is broken and safeeyes cannot display icons properly.Just use
find $HOME/.local/share/icons/ -iname 'safeeyes*' -delete
to remove these symlinks, and the icon works again.E3LDDfrK commented on 2022-02-17 13:33 (UTC) (edited on 2022-02-19 17:34 (UTC) by E3LDDfrK)
For what it's worth, rebuilding the package doesn't seem to solve the autostart and icon problem I mentioned below. I'm on xfce if it matters.
edit: Thanks hetoc88319. Deleting the symlinks and rebuild works for the icon problem. For autostart I just did it manually with desktop entry in
~/.config/autostart/
. Perhaps there's a similar problem/solution for autostart too.1 2 3 4 Next › Last »