Package Details: whatpulse 5.7-1

Git Clone URL: https://aur.archlinux.org/whatpulse.git (read-only, click to copy)
Package Base: whatpulse
Description: Measures your keyboard, mouse and application usage, network traffic and uptime.
Upstream URL: http://www.whatpulse.org
Keywords: external statistics
Licenses: custom:whatpulse_tos
Submitter: jelly
Maintainer: ekkelett (ahmubashshir)
Last Packager: ahmubashshir
Votes: 26
Popularity: 0.000000
First Submitted: 2009-06-07 19:22 (UTC)
Last Updated: 2024-03-11 09:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

SQBI commented on 2018-11-20 00:38 (UTC)

whatpulse 2.8.4 for Arch is released! (x64 only) https://static.whatpulse.org/files/whatpulse-linux-archlinux-64bit-2.8.4.tar.gz Anybody managed to run this?

geno1024 commented on 2018-08-27 04:27 (UTC) (edited on 2018-08-27 04:28 (UTC) by geno1024)

On Manjaro GNOME: $ sudo LD_LIBRARY_PATH=/usr/lib/openssl-1.0 QT_X11_NO_MITSHM=1 whatpulse &

Hope this helps.

aptget_rekt commented on 2018-05-07 19:30 (UTC)

I was able to get this working by installing openssl-1.0 and running whatpulse with

sudo LD_LIBRARY_PATH=/usr/lib/openssl-1.0 whatpulse &

I made a post on the WhatPulse forums if you want more information: https://whatpulse.org/forums/showthread.php?tid=8042

Sovex commented on 2018-04-04 12:04 (UTC)

Still "AES functions not available error" with the 2.8.2 package

ekkelett commented on 2018-02-25 19:16 (UTC)

@dewyatt, that's an interesting approach. Problematically enough, setcap prevents this from being used if you wish to have network statistics too, so -- remove setcap, set RPATH and you can at least get the other statistics working. :)

dewyatt commented on 2018-02-24 16:59 (UTC) (edited on 2018-02-25 17:36 (UTC) by dewyatt)

A workaround for the "AES functions not available error":

sudo pacman -S openssl-1.0

sudo patchelf --set-rpath /usr/lib/openssl-1.0/ /usr/bin/whatpulse

env LD_LIBRARY_PATH=/usr/lib/openssl-1.0 whatpulse

Not thoroughly tested.

ronneke commented on 2017-08-21 09:09 (UTC)

For people that do want to pulse, but don't get the official client to work you can use this stripped down version. It will only pulse, you can run it as a background service if you create the service unit file. It works great on my pc. https://github.com/sim642/whatpulse

ronneke commented on 2017-08-07 10:16 (UTC)

Somebody got it to work? I still have the AES functions not available error

ekkelett commented on 2017-08-04 23:10 (UTC)

@xiretza, yup -- dun goof'd majestically. I've updated it now, and bumped the pkgrel.

xiretza commented on 2017-08-04 20:50 (UTC)

2.8.1-1 doesn't build, seems like you used the old sha256sum for whatpulse.desktop without reverting the file itself.