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.044950
First Submitted: 2019-02-12 12:21 (UTC)
Last Updated: 2024-01-20 20:23 (UTC)

Latest Comments

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

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

hicklemon commented on 2021-12-14 17:44 (UTC)

I'm on python 3.10.1 and I got it working again. I had to manually reinstall autokey-common && autokey-gtk

Archanfel80HUN commented on 2021-12-14 17:16 (UTC) (edited on 2021-12-14 17:20 (UTC) by Archanfel80HUN)

Broken with python 3.10.x (works with 3.9.x):

Traceback (most recent call last): File "/usr/bin/autokey-gtk", line 33, in <module> sys.exit(load_entry_point('autokey==0.95.10', 'console_scripts', 'autokey-gtk')()) File "/usr/bin/autokey-gtk", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/usr/lib/python3.10/importlib/metadata/init.py", line 919, in distribution return Distribution.from_name(distribution_name) File "/usr/lib/python3.10/importlib/metadata/init.py", line 518, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for autokey

hicklemon commented on 2021-04-12 14:26 (UTC)

Hello,

A recent update seems to have created some conflicts with autokey-common and autokey-gtk if the user has pyenv installed.

In order to get around this, I cleaned up my PATH and pyenv vars temporarily:

PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

unset PYENV_ROOT
unset PYENV_SHELL
unset PYENV_VIRTUALENVWRAPPER_PYENV_VERSION

yay -Syy autokey-gtk

This seems to have worked

Ray commented on 2021-01-16 21:19 (UTC)

I just found this AUR and used it to replace old Autokey that no longer functioned. Autokey is a critical application for so many of us. I hope development will continue. Thank you for updating this package.

buzuddha commented on 2020-12-17 02:32 (UTC) (edited on 2020-12-17 02:38 (UTC) by buzuddha)

Gotcha. Was in the autokey directory. Just didn't realize I needed to add the version numbers and extension.

 $ sudo pacman -U --asdeps autokey-common-0.95.10-2-x86_64.pkg.tar.zst 

seemed to do it. Same worked for for autokey-gtk.

Thanks for your help!

yochananmarqos commented on 2020-12-17 02:28 (UTC)

@buzuddha: You already built the packages, now go to the $PKGDEST and install them. Also see man makepkg and read the Arch wiki page.