Package Details: autokey-qt 0.96.0-8

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 - Qt 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.000107
First Submitted: 2019-02-12 12:21 (UTC)
Last Updated: 2024-12-29 17:51 (UTC)

Latest Comments

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

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.

yochananmarqos commented on 2022-04-15 16:02 (UTC)

@ronjouch: Oops. It's fixed now.

ronjouch commented on 2022-04-15 15:23 (UTC)

Even after removing autokey-gtk autokey-common , installing -5 is impossible because of conflicts:

error: failed to commit transaction (conflicting files)
/usr/lib/python3.10/site-packages/autokey-0.95.10.dist-info/LICENSE exists in both 'autokey-common' and 'autokey-gtk'
/usr/lib/python3.10/site-packages/autokey-0.95.10.dist-info/METADATA exists in both 'autokey-common' and 'autokey-gtk'
/usr/lib/python3.10/site-packages/autokey-0.95.10.dist-info/RECORD exists in both 'autokey-common' and 'autokey-gtk'
/usr/lib/python3.10/site-packages/autokey-0.95.10.dist-info/WHEEL exists in both 'autokey-common' and 'autokey-gtk'
/usr/lib/python3.10/site-packages/autokey-0.95.10.dist-info/entry_points.txt exists in both 'autokey-common' and 'autokey-gtk'
/usr/lib/python3.10/site-packages/autokey-0.95.10.dist-info/top_level.txt exists in both 'autokey-common' and 'autokey-gtk'
Errors occurred, no packages were upgraded.

mpj4 commented on 2022-02-02 07:50 (UTC)

Can't connect to display ":0.0": b'Invalid MIT-MAGIC-COOKIE-1 key'

fixed it by deleting $HOME/.Xauthority and rebooting