Search Criteria
Package Details: autokey-gtk 0.96.0-8
Package Actions
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.000107 |
First Submitted: | 2019-02-12 12:21 (UTC) |
Last Updated: | 2024-12-29 17:51 (UTC) |
Dependencies (12)
- autokey-commonAUR
- gtksourceview3
- libayatana-appindicator
- libnotify (libnotify-gitAUR)
- python-gobject
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
- python-build (make)
- python-installer (make)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-atspi (python-atspi-gitAUR) (optional)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »
dginovker commented on 2019-11-11 17:58 (UTC)
dark-saber, I don't quite understand your comment on how you fix autokey-qt. What packages should I additionally install to fix the following issue?
ImportError: cannot import name 'Qsci' from 'PyQt5' (/usr/lib/python3.7/site-packages/PyQt5/__init__.py)
dark-saber commented on 2019-11-08 23:48 (UTC)
yochananmarqos:
Thank you! I guess most of this should be fixed now.
python-setuptools was moved to deps per fzzy's report on 2019-07-20 07:31.
I'll look into splitting the package slightly later, I wanted to do it for long enough, but the last time I've tried to do that it appeared to be less trivial than I expected.
yochananmarqos commented on 2019-11-05 20:51 (UTC) (edited on 2019-11-05 20:54 (UTC) by yochananmarqos)
@dark-saber: Why not create a split package?
autokey-common
as base andautokey-gtk
/autokey-qt
as meta packages with the corresponding dependencies? See my preliminary PKGBUILD.FYI,
python-six
is not necessary as it's required bypython-xlib
. Same withhicolor-icon-theme
,gtk-update-icon-cache
requires it.It appears
qt5-svg
is missing, see here.dark-saber commented on 2019-10-07 10:59 (UTC)
FrederickZh:
python-qscintilla-qt5 is in optdeps. That's not ideal, because it requires the manual intervention if you need autokey-qt, but it's only one time. The main problem is the main GUI of autokey is GTK, it was built around it initially, and Qt support was broken for prolonged time and restored only recently. And we can create a separate autokey-qt package, but the only difference it would have the Qt optdeps becoming deps; I guess, we won't be able to remove any of the GTK deps.
FrederickZh commented on 2019-10-06 15:41 (UTC)
It seems that autokey-qt needs python-qscintilla-qt5 to run. Otherwise it exits with an
ImportError: cannot import name 'Qsci' from 'PyQt5' (/usr/lib/python3.7/site-packages/PyQt5/__init__.py)
error.dark-saber commented on 2019-07-21 12:11 (UTC)
fzzy: Fixed, thank you!
fzzy commented on 2019-07-20 02:31 (UTC)
the package is missing a dependency: extra/python-setuptools
resulting in error:
Traceback (most recent call last): File "/usr/bin/autokey-gtk", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
dark-saber commented on 2019-05-01 21:13 (UTC)
ectospasm: For monitoring I'm just using the Update Scanner extension for Firefox for now. That's not ideal, I wanted to switch to something better, but too many projects are not on Github (yet? I see a certain trend), so I end up monitoring some random page with a changelog. For GitHub projects, I have some ugly script that downloads the latest release from Releases page, tries to build it and runs namcap, but that doesn't always work, sometimes people change the base filename or compression method over releases, sometimes they publish the latest releases not on GitHub, but in other places for whatever reason. Then I'm looking through the changelog and run the app (or app that uses the library) manually to check if it's broken, unless that's some minor release of a Python/Ruby library.
ectospasm commented on 2019-04-30 23:36 (UTC)
dark-saber: Nope, I missed something. In all the hubbub I had forgotten that I actually uninstalled the AUR package (the setup.py install method won't work otherwise). When I didn't see the update come across in my (pikaur) package list, I was alarmed and thought it hadn't updated. Hence my message.
I guess you have a script that polls GitHub for a new release so it builds automatically? Just curious on how that works.
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »