Package Details: obkey-git 1.0.47.gcf99076-1

Git Clone URL: https://aur.archlinux.org/obkey-git.git (read-only, click to copy)
Package Base: obkey-git
Description: Openbox Key Editor - converted to PyGObject.
Upstream URL: https://github.com/stevenhoneyman/obkey
Licenses: GPL2
Conflicts: obkey
Provides: obkey
Submitter: nsf
Maintainer: None
Last Packager: micwoj92
Votes: 112
Popularity: 0.000000
First Submitted: 2009-02-11 15:04 (UTC)
Last Updated: 2022-01-03 02:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

kooothor commented on 2010-11-03 00:37 (UTC)

I have this error : $ obkey ** Message: pygobject_register_sinkfunc is deprecated (GtkWindow) ** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible) ** Message: pygobject_register_sinkfunc is deprecated (GtkObject) Traceback (most recent call last): File "/usr/bin/obkey", line 28, in <module> import obkey_classes ImportError: No module named obkey_classes :/

<deleted-account> commented on 2010-11-02 17:59 (UTC)

error. ─(renan@rdfreitas Ter, 02 Nov 10)─————————————————————————————————————————————————————————————————————————─(/home/renan)────┐ └─(15:48 $)─> obkey Traceback (most recent call last): File "/usr/bin/obkey", line 53, in <module> ktbl = obkey_classes.KeyTable(al, ob) File "/usr/lib/python2.7/site-packages/obkey_classes.py", line 181, in __init__ self.apply_cqk_initial_value() File "/usr/lib/python2.7/site-packages/obkey_classes.py", line 359, in apply_cqk_initial_value cqk_accel_key, cqk_accel_mods = key_openbox2gtk(self.ob.keyboard.chainQuitKey) File "/usr/lib/python2.7/site-packages/obkey_classes.py", line 83, in key_openbox2gtk toks = obstr.split("-") AttributeError: 'NoneType' object has no attribute 'split'

Saint commented on 2010-10-28 16:05 (UTC)

Hi alih, I didn't note, because when I build the pkg, nothing happends http://pastebin.com/YMf0f8XW So, I never try to pull the repo, thanks! Cheers!

<deleted-account> commented on 2010-10-28 15:33 (UTC)

Hi Saint, please note that git pull --all origin gives this: fatal: fetch --all does not take a repository argument Just git pull --all will do. Thanks.

Saint commented on 2010-10-20 01:39 (UTC)

Hi Perre, this was an python 3 issue, I only changed the PKGBUILD, from python to python2, and also the dependencies. Thanks! Cheers

<deleted-account> commented on 2010-10-19 20:34 (UTC)

$ obkey Traceback (most recent call last): File "/usr/bin/obkey", line 26, in <module> import gtk ImportError: No module named gtk