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.031161
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 8 .. 13 Next › Last »

buzuddha commented on 2020-12-17 02:23 (UTC)

Hmmm...

[user@Squarch autokey]$ makepkg -s
==> ERROR: The package group has already been built. (use -f to overwrite)
[user@Squarch autokey]$ sudo pacman -U --asdeps autokey-common
[sudo] password for user: 
loading packages...
error: 'autokey-common': could not find or read package

I get the same with

makepkg -sf
and then the pacman install. Any thoughts?

yochananmarqos commented on 2020-12-17 01:55 (UTC) (edited on 2020-12-17 01:56 (UTC) by yochananmarqos)

@buzuddha: Build the package without -i, then install manually after:

sudo pacman -U --asdeps autokey-common

Then either:

sudo pacman -U autokey-gtk

Or:

sudo pacman -U autokey-qt

buzuddha commented on 2020-12-17 01:39 (UTC)

I'm having an issue with updating autokey. The long story is here: https://bbs.archlinux.org/viewtopic.php?pid=1943997#p1943997

The short story is :: autokey-gtk and autokey-qt are in conflict during makepkg -si of auotkey-common. Anything I'm missing?

yochananmarqos commented on 2020-12-16 23:07 (UTC)

@zhimsel: Good catch, fixed.

zhimsel commented on 2020-12-16 22:55 (UTC)

FYI, the PKGBUILD as-is is broken (at least on my system). All the rm commands for the pycache files need to be rm -f. Those file don't exist (on my system), so the plain rm command fails.

https://gist.github.com/zhimsel/2c794f552d19e175f7fb8f5854cfa85e

yochananmarqos commented on 2020-12-12 15:13 (UTC)

PSA: You may need to uninstall the old autokey package before you can upgrade to autokey-common + autokey-gtk / autokey-qt due to conflicting files.

ectospasm commented on 2020-12-09 04:28 (UTC)

It looks like Arch pushed out a new version of Python (3.9). I ran into errors running autokey-gtk and autokey-qt, because the Python module autokey was not found. My AUR helper (pikaur) does not rebuild AUR packages when this happens (not sure if that's just the default pikaur configuration or I have it configured not to rebuild). I had to install the PKGBUILD manually to workaround it.

I probably could have fixed it by telling pikaur to rebuild the PKGBUILD, instead of running makepkg -sri in the directory where the PKGBUILD lives. Just a gotcha that seems to be hitting a lot of my Python programs lately.

ectospasm commented on 2020-12-04 02:58 (UTC) (edited on 2020-12-09 04:24 (UTC) by ectospasm)

@F-D: What makes you think we can support you here? Either consult your non-Arch OS's forums/bug trackers (Manjaro is NOT Arch!), or seek help from upstream.

The phrase "patched as well as non-patched" has no relevance here. What have you patched? What patch(es) did you apply? Since you don't use Arch we can't help you, as we know nothing of the customization Manjaro has introduced when you installed it. Would you go to Debian to get help with Ubuntu? Would you go to Gentoo to get help with Sabayon? Would you go to Red Hat to get help with Fedora, or CentOS? The answer should be,"No." If your chosen OS's forums/bug tracker is useless or dead, pick a better Linux distribution, or go upstream to get help.

EDIT: Oh, I see. There are two AUR packages for autokey: autokey (this page), and autokey-patched. You're still barking up the wrong tree, Manjaro is NOT Arch. See https://wiki.archlinux.org/index.php/Code_of_conduct#Arch_Linux_distribution_support_ONLY in the Arch Linux Code of Conduct.

properlypurple commented on 2020-12-03 10:16 (UTC)

I just copied the dependencies from the main autokey package. I'm glad it worked out :)

sebastiansam55 commented on 2020-12-02 21:16 (UTC)

This package needs to be split into Gtk and Qt versions. If you install this package and intend to use it on Qt based systems you MUST install the optional dependencies.