Search Criteria
Package Details: desktime 6.0.0-0
Package Actions
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: | custom |
Submitter: | avion |
Maintainer: | michalzuber |
Last Packager: | michalzuber |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-06 03:02 (UTC) |
Last Updated: | 2022-12-27 09:10 (UTC) |
Latest Comments
1 2 Next › Last »
michalzuber commented on 2022-02-19 12:32 (UTC)
After start I was getting error "Error: No polkit authentication agent found." Had to enable polkit debugging https://wiki.archlinux.org/title/Polkit#Debugging/logging so I could see the following in journalctl
polkitd[806]: <no filename>:2: action=[Action id='org.freedesktop.policykit.exec' program='/usr/bin/usermod' user.display='root' command_line='/usr/bin/usermod -a -G input mike' user='root'
So I only had to add my user to the input group
luckyone commented on 2019-11-18 18:07 (UTC) (edited on 2019-11-18 20:58 (UTC) by luckyone)
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 (UTC)
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 (UTC) (edited on 2019-06-04 13:26 (UTC) by lfelipe1501)
(ˆڡˆ) very good package thx
michalzuber commented on 2019-06-04 05:30 (UTC)
Thank you. Fixed.
lfelipe1501 commented on 2019-06-02 16:36 (UTC) (edited on 2019-06-02 16:37 (UTC) by lfelipe1501)
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 (UTC)
Fixed by reinstalling Manjaro and using 'sudo pacman -S gconf'
luckyone commented on 2019-05-17 18:49 (UTC) (edited on 2019-05-17 18:49 (UTC) by luckyone)
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 (UTC)
1 2 Next › Last »