Package Details: safeeyes 2.2.2-1

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: 61
Popularity: 0.67
First Submitted: 2016-10-25 04:33 (UTC)
Last Updated: 2024-08-06 00:18 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

yochananmarqos commented on 2020-12-25 17:56 (UTC)

This now requires python-croniter.

sinah commented on 2019-12-05 06:19 (UTC) (edited on 2019-12-05 07:18 (UTC) by sinah)

About the problem rusio have mentioned, the owner of the repository commented

https://github.com/slgobinath/SafeEyes/issues/304#issuecomment-557956477

in the corresponding issue. Does it eliminate the concerns?

I think it does. We should install safeeyes-git from AUR (as safeeyes does not contain the corresponding commit yet), and then deselect "Use RPC server ..." from UI or set "use_rpc_server" to false in ~/.config/safeeyes/safeeyes.json.

moskitos80 commented on 2019-11-17 10:34 (UTC)

jiri.one - the same problem! But I was reinstalled the package (with git pulling) and it's work!

jiri.one commented on 2019-11-17 10:05 (UTC)

After python 3.8 this version stoped working with this message:

Traceback (most recent call last): File "/usr/bin/safeeyes", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3251, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3234, in _call_aside f(args, *kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3263, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'safeeyes==2.0.9' distribution was not found and is required by the application

Rebuild didnt help, but git package works great.

rusio commented on 2019-06-07 18:54 (UTC) (edited on 2019-06-07 19:18 (UTC) by rusio)

I recently installed the package and after some routine activity on my PC with nmap scanning I discovered it was running an HTTP server on open port 7200. This is highly suspicious.

EDIT. I discovered that the programmer is aware of the issue, but has no plan to change it. If you continue using the application and trust the source you should block TCP 7200 in your Firewall at least. I myself have removed the application.

https://github.com/slgobinath/SafeEyes/issues/304

di72nn commented on 2018-08-13 18:45 (UTC)

The package needs to be rebuilt, otherwise this happens:

$ safeeyes
Traceback (most recent call last):
  File "/usr/bin/safeeyes", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 570, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 888, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 774, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'safeeyes==2.0.6' distribution was not found and is required by the application

FredBezies commented on 2018-01-17 12:34 (UTC)

python-setuptools must be added in depends().

addictgamer commented on 2018-01-05 04:31 (UTC)

Had to install package python-setuptools, otherwise makepkg failed.

imdn commented on 2017-10-05 21:36 (UTC)

Like @third_man commented python-gobject is a necessary dependency. Without it you will encounter the following error: AttributeError: module 'gi' has no attribute 'require_version'

third_man commented on 2016-10-26 05:06 (UTC)

Please add python2-gobject as dependency. It provides necessary gi module.