Package Details: safeeyes-git 3.0.0b3.r15.gde504da-1

Git Clone URL: https://aur.archlinux.org/safeeyes-git.git (read-only, click to copy)
Package Base: safeeyes-git
Description: A Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI). Latest version from the git repository
Upstream URL: https://github.com/slgobinath/SafeEyes
Licenses: GPL3
Conflicts: safeeyes
Submitter: TPXP
Maintainer: cuihao (krotesk)
Last Packager: krotesk
Votes: 2
Popularity: 0.000000
First Submitted: 2019-07-19 08:24 (UTC)
Last Updated: 2025-06-05 07:44 (UTC)

Latest Comments

« First ‹ Previous 1 2

yochananmarqos commented on 2020-08-03 15:45 (UTC) (edited on 2020-08-03 15:53 (UTC) by yochananmarqos)

git is missing from makedepends() and python-pip is not required.

The v should not be part of the pkgver. You can use s/^v// to remove it:

    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

Packages should not install anything to a user's home directory. Dirty fix to add at the end of the package() function:

    install -d "$pkgdir/usr/share"
    mv "$pkgdir"/home/*/.local/share/{applications,icons} "$pkgdir/usr/share"
    rm -rf "$pkgdir/home"

E3LDDfrK commented on 2020-04-28 23:59 (UTC) (edited on 2020-05-02 17:03 (UTC) by E3LDDfrK)

Could be just me, but the desktop entry in ~/.config/autostart is a broken link to a desktop entry in /usr/share/applications/. There is no desktop entry for safeeyes in that directory. So I just copy the safeeyes desktop entry from ~/.local/share/applications to it.

I think the program automatically create the broken link in ~/.config/autostart when started for the first time.

There is also a problem with the icon not showing up for different users. Still need to figure this out.

E3LDDfrK commented on 2020-04-25 23:28 (UTC) (edited on 2020-04-25 23:29 (UTC) by E3LDDfrK)

Got this warnings:

warning: directory permissions differ on /home/username/
filesystem: 700  package: 755
warning: directory permissions differ on /home/username/.local/share/applications/
filesystem: 700  package: 755