Package Details: key-mon 1.20-3

Git Clone URL: https://aur.archlinux.org/key-mon.git (read-only, click to copy)
Package Base: key-mon
Description: A screencast utility that displays your keyboard and mouse status
Upstream URL: https://github.com/scottkirkwood/key-mon
Licenses: Apache
Submitter: None
Maintainer: lkrms
Last Packager: lkrms
Votes: 56
Popularity: 0.002679
First Submitted: 2009-12-16 06:15 (UTC)
Last Updated: 2024-05-17 01:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

<deleted-account> commented on 2010-07-21 13:14 (UTC)

@kaaposc: fixit it. But this will REALLY going to be my last release of this small uility, I still recommend people to use pip install this kind of pure python package.

<deleted-account> commented on 2010-07-13 08:24 (UTC)

@willll just edit out last part of that cd statement leaving "cd $startdir/src" - it solves problem. @neokuno could you do the same in your PKGBUILD?

<deleted-account> commented on 2010-07-07 03:17 (UTC)

@willll: I recommand that you shoud use pip to install this package. First: yaour -S python-pip Then: sudo pip install key-mon

willll commented on 2010-07-02 19:36 (UTC)

Hi, I have got an issue during install : tar (child): key-mon-0.16.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now it looks the "cd $startdir/src/$pkgname-$pkgver" is wrong. Hope it can help.

<deleted-account> commented on 2010-06-13 02:34 (UTC)

Notice: This is my last release on this package. Because I found out It's much easier to install this kind of pure python package use pip. Example: sudo pip install key-mon. Of cause, you should install python-pip package before you can actually use this command. yaourt -S python-pip Please feel free to take over this package from aur. Thank your support in the past time. kuno

<deleted-account> commented on 2010-03-26 03:27 (UTC)

sorry, I am not sure what caused your problem for now. Could you offer some detail abourt your system? BTW, I have made some modifications to restrict all the dependencies up-to-date. You can make a try. And make sure, you had enabled dbus daemon and evdev kernel module in /etc/rc.conf, or you can turn them on manually. cheers

t4k1t commented on 2010-03-25 14:58 (UTC)

Installs fine, but when I try to run it (as root) I get: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.6/site-packages/keymon/key_mon.py", line 615, in Main keymon = KeyMon(options) File "/usr/lib/python2.6/site-packages/keymon/key_mon.py", line 87, in __init__ self.finder = InputFinder() File "/usr/lib/python2.6/site-packages/keymon/devices.py", line 102, in __init__ self.bus = dbus.SystemBus() File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 202, in __new__ private=private) File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 108, in __new__ bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 125, in __new__ bus = cls._new_for_bus(address_or_type, mainloop=mainloop) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /var/run/dbus/system_bus_socket: Verbindungsaufbau abgelehnt