Package Details: whatpulse 5.8.2-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.085142
First Submitted: 2009-06-07 19:22 (UTC)
Last Updated: 2024-08-06 05:42 (UTC)

Latest Comments

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

fennectech commented on 2018-12-24 17:42 (UTC)

Can someone provide a package (or even the binary) for 2.8.3 or 2.8.2

dreieck commented on 2018-12-05 16:06 (UTC)

arch lists i686, but there is only a source_x86_64 but no source_i686.

dreieck commented on 2018-12-05 16:05 (UTC)

This AUR package downloads a prebuilt binary, and does not build locally.

So your package should be named whatpulse-bin then (and provides=("whatpulse=${pkgver}"), conflicts=("whatpulse")).

Can you change that?

Thanks!

Wieschie commented on 2018-11-20 15:26 (UTC)

I'm currently getting the "Application crashed with signal 11!" error that traces back to libsqlite. I don't think it's a packaging issue: http://whatpulse.org/forums/showthread.php?tid=8105

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.