Search Criteria
Package Details: desktime 5.1.30-0
Git Clone URL: | https://aur.archlinux.org/desktime.git (read-only, click to copy) |
---|---|
Package Base: | desktime |
Description: | Desktime client for Linux |
Upstream URL: | https://desktime.com |
Licenses: | |
Submitter: | avion |
Maintainer: | michalzuber |
Last Packager: | michalzuber |
Votes: | 3 |
Popularity: | 0.000005 |
First Submitted: | 2016-10-06 03:02 |
Last Updated: | 2020-05-09 13:48 |
Latest Comments
1 2 Next › Last »
luckyone commented on 2019-11-18 18:07
Getting this : ERROR: One or more files did not pass the validity check!
That's because the link in PKGBUILD now directs to 5.1.30
Have to update those lines in PKGBUILD:
2: pkgver=5.1.30
13: md5sums=('124d4dc0bfc27dd12c1f7bdd01c842e1')
16: md5sums=('4521ce6d95e24af9377109252a12334a')
jvh commented on 2019-06-22 19:48
I'm getting
rm: cannot remove '/bin/desktime-linux': Permission denied
Tried changing the pkgbuild file to use sudo but this didn't change anything either
lfelipe1501 commented on 2019-06-04 13:25
(ˆڡˆ) very good package thx
michalzuber commented on 2019-06-04 05:30
Thank you. Fixed.
lfelipe1501 commented on 2019-06-02 16:36
The install package is broken....
the /bin link is broken, this point to /tmp/yaour....
when should point to /usr/lib/desktime-linux/desktime-linux
in this case to fix this error you need delete the link in /bin/ and execute this to create a new one:
rm -rf /bin/desktime-linux
ln -s /usr/lib/desktime-linux/desktime-linux /bin/desktime-linux
for now this fix the error.
luckyone commented on 2019-05-23 06:09
Fixed by reinstalling Manjaro and using 'sudo pacman -S gconf'
luckyone commented on 2019-05-17 18:49
Does the latest version work?
I cloned from git, built/installed the package.
But when launching desktime - nothing happens.
4 processes are open in the background, but there's no GUI or anything.
Any advice?
michalzuber commented on 2017-09-13 06:54
Update to 1.47 at https://github.com/mikaelz/desktime-aur-pkgbuild
michalzuber commented on 2017-09-04 12:36
Updated PKGBUILD https://github.com/mikaelz/desktime-aur-pkgbuild
Got URLs from DeskTime support via email.
avion commented on 2016-11-23 20:47
Desktime has changed their url scheme for the packages. I've updated the package to 1.41 and changed the md5sums. Let me know if it works for you.