Package Details: autokey-gtk 0.96.0-4

Git Clone URL: https://aur.archlinux.org/autokey.git (read-only, click to copy)
Package Base: autokey
Description: A desktop automation utility for Linux and X11 - GTK frontend
Upstream URL: https://github.com/autokey/autokey
Licenses: GPL-3.0-or-later
Submitter: dark-saber
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 69
Popularity: 0.055113
First Submitted: 2019-02-12 12:21 (UTC)
Last Updated: 2024-01-20 20:23 (UTC)

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

yochananmarqos commented on 2023-05-22 14:31 (UTC)

@aggregat: You need to rebuild your AUR Python packages for Python 3.11. It's neither an upstream nor a packaging issue.

aggregat commented on 2023-05-22 09:06 (UTC)

Current version of this package doesn't start for me with python related package errors. According to https://github.com/autokey/autokey/issues/851 this could be related to a recent Python upgrade to 3.11 in Arch? I think the packager here needs to do something, although I'm not sure what.

The workaround documented in https://github.com/autokey/autokey/issues/851#issuecomment-1534715173 worked for me.

luuuciano commented on 2022-07-26 13:55 (UTC)

Same here... it says 0.96.4 is available, but it seems keeps building & installing 0.96.3 at the end?

MidnightStarSign commented on 2022-07-18 18:48 (UTC)

I'm getting a successful install, but it still says that the version is available for installation...

I think there is some kind of versioning issue.

yi0 commented on 2022-07-16 11:57 (UTC)

Great thanks, works for me! Someone already opened an issue on Github :)

yochananmarqos commented on 2022-07-15 20:40 (UTC)

@yi0: Create an issue upstream, they need to add support for libnotify 0.8. I manually bumped the version, it seems to work.

yi0 commented on 2022-07-15 19:19 (UTC) (edited on 2022-07-15 19:21 (UTC) by yi0)

I'm getting

Traceback (most recent call last):
File "/usr/bin/autokey-gtk", line 5, in <module>
from autokey.gtkui.__main__ import main
File "/usr/lib/python3.10/site-packages/autokey/gtkui/__main__.py", line 4, in <module>
from autokey.gtkapp import Application
File "/usr/lib/python3.10/site-packages/autokey/gtkapp.py", line 40, in <module>
from autokey.gtkui.notifier import get_notifier
File "/usr/lib/python3.10/site-packages/autokey/gtkui/notifier.py", line 25, in <module>
gi.require_version('Notify', '0.7')
File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace Notify not available for version 0.7

AvidSeeker commented on 2022-06-30 12:29 (UTC)

autokey-common could not find packages Tried installing autokey from AUR.

yay -S autokey-common

gives the error:

 -> Could not find all required packages:
        wmctrl (Wanted by: autokey-common)
        xautomation (Wanted by: autokey-common)
        xorg-xwd (Wanted by: autokey-common)

am I missing some repos in my mirror list? I tried manually installing these packages (with adding them to PATH), still not solved.

BlueDrink9 commented on 2022-06-06 00:02 (UTC)

New release! https://github.com/autokey/autokey/releases/tag/v0.96.0

ronjouch commented on 2022-04-15 16:22 (UTC)

@yochananmarqos confirmed! Thanks for the quick fix, and thanks for the package maintenance.