Autokey stopped working after recent update

I’m at a lost here, any help guys

autokey-qt                                                                                                                                                                                                                   ✔ 
Traceback (most recent call last):
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/autokey-qt", line 33, in <module>
    sys.exit(load_entry_point('autokey==0.95.10', 'console_scripts', 'autokey-qt')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/autokey-qt", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 981, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 565, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for autokey
    ~  autokey-qt -l                                                                                                                                                                                                              1 ✘ 
Traceback (most recent call last):
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

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

I have this Manjaro since last year, and had many errors after update since around a few years back. I’m planning to do a fresh install but a quick fix to my issue right now would be nice. Thanks…

That’s from the AUR, you probably need to rebuild it.

It is an AUR package, you have to rebuild it.

pamac build autokey-qt

is it different from updating? I did an update through package manager.

it changed the results, but still not working.

autokey-qt                                                                                                                                                                                                                 1 ✘ 
Traceback (most recent call last):
  File "/usr/bin/autokey-qt", line 5, in <module>
    from autokey.qtui.__main__ import Application
  File "/usr/lib/python3.11/site-packages/autokey/qtui/__main__.py", line 23, in <module>
    from autokey.qtapp import Application
  File "/usr/lib/python3.11/site-packages/autokey/qtapp.py", line 31, in <module>
    import autokey.model.script
ModuleNotFoundError: No module named 'autokey.model.script'

I continued building, still got same result

pamac build autokey-qt                                                                                                                                                                                                     1 ✘ 
Preparing...
Checking autokey-qt dependencies...
bsdtar: Failed to set default locale
Warning: autokey-qt-0.96.0-4 is up to date -- reinstalling
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  autokey-qt  0.96.0-4              AUR


Edit build files : [e] 
Apply transaction ? [e/y/N] y

==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: ざいあ (zaiakursed)
Password: 
==== AUTHENTICATION COMPLETE ====

Building autokey...
==> Making package: autokey 0.96.0-4 (Tue Jun  6 19:35:41 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found autokey-0.96.0.tar.gz
==> Validating source files with sha256sums...
    autokey-0.96.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting autokey-0.96.0.tar.gz with bsdtar
bsdtar: Failed to set default locale
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating lib/autokey.egg-info
writing lib/autokey.egg-info/PKG-INFO
writing dependency_links to lib/autokey.egg-info/dependency_links.txt
writing entry points to lib/autokey.egg-info/entry_points.txt
writing requirements to lib/autokey.egg-info/requires.txt
writing top-level names to lib/autokey.egg-info/top_level.txt
writing manifest file 'lib/autokey.egg-info/SOURCES.txt'
reading manifest file 'lib/autokey.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'lib/autokey.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating /var/tmp/pamac-build-zaiakursed/autokey/src/autokey-0.96.0/lib/autokey/qtui/resources/icons
creating build
creating build/lib
creating build/lib/autokey
creating build/lib/autokey/qtui
copying lib/autokey/service.py -> build/lib/autokey
copying lib/autokey/qtapp.py -> build/lib/autokey
copying lib/autokey/monitor.py -> build/lib/autokey
copying lib/autokey/dbus_service.py -> build/lib/autokey
copying lib/autokey/argument_parser.py -> build/lib/autokey
copying lib/autokey/common.py -> build/lib/autokey
copying lib/autokey/__init__.py -> build/lib/autokey
copying lib/autokey/gtkapp.py -> build/lib/autokey
copying lib/autokey/logger.py -> build/lib/autokey
copying lib/autokey/interface.py -> build/lib/autokey
copying lib/autokey/macro.py -> build/lib/autokey
copying lib/autokey/UI_common_functions.py -> build/lib/autokey
creating build/lib/autokey/model
copying lib/autokey/model/button.py -> build/lib/autokey/model
copying lib/autokey/model/script.py -> build/lib/autokey/model
copying lib/autokey/model/modelTypes.py -> build/lib/autokey/model
copying lib/autokey/model/phrase.py -> build/lib/autokey/model
copying lib/autokey/model/folder.py -> build/lib/autokey/model
copying lib/autokey/model/key.py -> build/lib/autokey/model
copying lib/autokey/model/abstract_window_filter.py -> build/lib/autokey/model
copying lib/autokey/model/__init__.py -> build/lib/autokey/model
copying lib/autokey/model/abstract_abbreviation.py -> build/lib/autokey/model
copying lib/autokey/model/store.py -> build/lib/autokey/model
copying lib/autokey/model/helpers.py -> build/lib/autokey/model
copying lib/autokey/model/abstract_hotkey.py -> build/lib/autokey/model
creating build/lib/autokey/scripting
copying lib/autokey/scripting/engine.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/system.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/keyboard.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/dialog_gtk.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/clipboard_qt.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/window.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/common.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/clipboard_gtk.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/dialog_qt.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/highlevel.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/__init__.py -> build/lib/autokey/scripting
copying lib/autokey/scripting/mouse.py -> build/lib/autokey/scripting
copying lib/autokey/qtui/scriptpage.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/phrasepage.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/popupmenu.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/settingswidget.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/folderpage.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/dbus_service.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/centralwidget.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/configwindow.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/autokey_treewidget.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/common.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/__init__.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/notifier.py -> build/lib/autokey/qtui
copying lib/autokey/qtui/__main__.py -> build/lib/autokey/qtui
creating build/lib/autokey/configmanager
copying lib/autokey/configmanager/predefined_user_files.py -> build/lib/autokey/configmanager
copying lib/autokey/configmanager/configmanager.py -> build/lib/autokey/configmanager
copying lib/autokey/configmanager/configmanager_constants.py -> build/lib/autokey/configmanager
copying lib/autokey/configmanager/autostart.py -> build/lib/autokey/configmanager
copying lib/autokey/configmanager/__init__.py -> build/lib/autokey/configmanager
copying lib/autokey/configmanager/version_upgrading.py -> build/lib/autokey/configmanager
creating build/lib/autokey/iomediator
copying lib/autokey/iomediator/waiter.py -> build/lib/autokey/iomediator
copying lib/autokey/iomediator/keygrabber.py -> build/lib/autokey/iomediator
copying lib/autokey/iomediator/iomediator.py -> build/lib/autokey/iomediator
copying lib/autokey/iomediator/windowgrabber.py -> build/lib/autokey/iomediator
copying lib/autokey/iomediator/__init__.py -> build/lib/autokey/iomediator
copying lib/autokey/iomediator/constants.py -> build/lib/autokey/iomediator
creating build/lib/autokey/gtkui
copying lib/autokey/gtkui/popupmenu.py -> build/lib/autokey/gtkui
copying lib/autokey/gtkui/settingsdialog.py -> build/lib/autokey/gtkui
copying lib/autokey/gtkui/configwindow.py -> build/lib/autokey/gtkui
copying lib/autokey/gtkui/dialogs.py -> build/lib/autokey/gtkui
copying lib/autokey/gtkui/shared.py -> build/lib/autokey/gtkui
copying lib/autokey/gtkui/__init__.py -> build/lib/autokey/gtkui
copying lib/autokey/gtkui/notifier.py -> build/lib/autokey/gtkui
copying lib/autokey/gtkui/__main__.py -> build/lib/autokey/gtkui
creating build/lib/autokey/qtui/settings
copying lib/autokey/qtui/settings/engine.py -> build/lib/autokey/qtui/settings
copying lib/autokey/qtui/settings/settingsdialog.py -> build/lib/autokey/qtui/settings
copying lib/autokey/qtui/settings/specialhotkeys.py -> build/lib/autokey/qtui/settings
copying lib/autokey/qtui/settings/general.py -> build/lib/autokey/qtui/settings
copying lib/autokey/qtui/settings/__init__.py -> build/lib/autokey/qtui/settings
creating build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/abbrsettings.py -> build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/hotkeysettings.py -> build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/about_autokey_dialog.py -> build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/recorddialog.py -> build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/detectdialog.py -> build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/__init__.py -> build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/windowfiltersettings.py -> build/lib/autokey/qtui/dialogs
copying lib/autokey/qtui/dialogs/show_recent_script_errors.py -> build/lib/autokey/qtui/dialogs
creating build/lib/autokey/configmanager/predefined_user_scripts
copying lib/autokey/configmanager/predefined_user_scripts/_README.txt -> build/lib/autokey/configmanager/predefined_user_scripts
copying lib/autokey/configmanager/predefined_user_scripts/new_abbreviation_from_selection.pyi -> build/lib/autokey/configmanager/predefined_user_scripts
copying lib/autokey/configmanager/predefined_user_scripts/list_menu.pyi -> build/lib/autokey/configmanager/predefined_user_scripts
copying lib/autokey/configmanager/predefined_user_scripts/create_phrase_from_selection.pyi -> build/lib/autokey/configmanager/predefined_user_scripts
copying lib/autokey/configmanager/predefined_user_scripts/display_window_info.pyi -> build/lib/autokey/configmanager/predefined_user_scripts
copying lib/autokey/configmanager/predefined_user_scripts/insert_date.pyi -> build/lib/autokey/configmanager/predefined_user_scripts
copying lib/autokey/configmanager/predefined_user_scripts/selection_test.pyi -> build/lib/autokey/configmanager/predefined_user_scripts
creating build/lib/autokey/qtui/data
copying lib/autokey/qtui/data/api.txt -> build/lib/autokey/qtui/data
creating build/lib/autokey/qtui/resources
creating build/lib/autokey/qtui/resources/icons
copying lib/autokey/qtui/resources/icons/autokey-status.svg -> build/lib/autokey/qtui/resources/icons
copying lib/autokey/qtui/resources/icons/autokey-status-dark.svg -> build/lib/autokey/qtui/resources/icons
copying lib/autokey/qtui/resources/icons/autokey.png -> build/lib/autokey/qtui/resources/icons
copying lib/autokey/qtui/resources/icons/autokey-status-error.svg -> build/lib/autokey/qtui/resources/icons
copying lib/autokey/qtui/resources/icons/autokey.svg -> build/lib/autokey/qtui/resources/icons
creating build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/record_dialog.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/centralwidget.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/show_recent_script_errors_dialog.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/specialhotkeysettings.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/window_filter_settings_dialog.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/folderpage.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/detectdialog.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/abbrsettings.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/enginesettings.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/hotkeysettings.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/about_autokey_dialog.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/settingsdialog.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/settingswidget.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/phrasepage.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/mainwindow.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/generalsettings.ui -> build/lib/autokey/qtui/resources/ui
copying lib/autokey/qtui/resources/ui/scriptpage.ui -> build/lib/autokey/qtui/resources/ui
creating build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/mainwindow.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/settingsdialog.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/hotkeysettings.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/show_script_errors_dialog.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/abbrsettings.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/recorddialog.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/windowfiltersettings.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/menus.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/renamedialog.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/scriptpage.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/detectdialog.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/settingswidget.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/blankpage.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/phrasepage.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/folderpage.xml -> build/lib/autokey/gtkui/data
copying lib/autokey/gtkui/data/autokey.svg -> build/lib/autokey/gtkui/data
running build_scripts
creating build/scripts-3.11
copying and adjusting autokey-run -> build/scripts-3.11
copying and adjusting autokey-shell -> build/scripts-3.11
changing mode of build/scripts-3.11/autokey-run from 644 to 755
changing mode of build/scripts-3.11/autokey-shell from 644 to 755
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/autokey
copying build/lib/autokey/service.py -> build/bdist.linux-x86_64/wheel/autokey
creating build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/button.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/script.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/modelTypes.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/phrase.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/folder.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/key.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/abstract_window_filter.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/abstract_abbreviation.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/store.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/helpers.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/model/abstract_hotkey.py -> build/bdist.linux-x86_64/wheel/autokey/model
copying build/lib/autokey/qtapp.py -> build/bdist.linux-x86_64/wheel/autokey
copying build/lib/autokey/monitor.py -> build/bdist.linux-x86_64/wheel/autokey
copying build/lib/autokey/dbus_service.py -> build/bdist.linux-x86_64/wheel/autokey
copying build/lib/autokey/argument_parser.py -> build/bdist.linux-x86_64/wheel/autokey
creating build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/engine.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/system.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/keyboard.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/dialog_gtk.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/clipboard_qt.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/window.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/common.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/clipboard_gtk.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/dialog_qt.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/highlevel.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/scripting/mouse.py -> build/bdist.linux-x86_64/wheel/autokey/scripting
copying build/lib/autokey/common.py -> build/bdist.linux-x86_64/wheel/autokey
creating build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/scriptpage.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/phrasepage.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/popupmenu.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/settingswidget.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
creating build/bdist.linux-x86_64/wheel/autokey/qtui/settings
copying build/lib/autokey/qtui/settings/engine.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/settings
copying build/lib/autokey/qtui/settings/settingsdialog.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/settings
copying build/lib/autokey/qtui/settings/specialhotkeys.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/settings
copying build/lib/autokey/qtui/settings/general.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/settings
copying build/lib/autokey/qtui/settings/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/settings
copying build/lib/autokey/qtui/folderpage.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/dbus_service.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/centralwidget.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/configwindow.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
creating build/bdist.linux-x86_64/wheel/autokey/qtui/resources
creating build/bdist.linux-x86_64/wheel/autokey/qtui/resources/icons
copying build/lib/autokey/qtui/resources/icons/autokey-status.svg -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/icons
copying build/lib/autokey/qtui/resources/icons/autokey-status-dark.svg -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/icons
copying build/lib/autokey/qtui/resources/icons/autokey.png -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/icons
copying build/lib/autokey/qtui/resources/icons/autokey-status-error.svg -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/icons
copying build/lib/autokey/qtui/resources/icons/autokey.svg -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/icons
creating build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/record_dialog.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/centralwidget.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/show_recent_script_errors_dialog.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/specialhotkeysettings.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/window_filter_settings_dialog.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/folderpage.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/detectdialog.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/abbrsettings.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/enginesettings.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/hotkeysettings.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/about_autokey_dialog.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/settingsdialog.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/settingswidget.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/phrasepage.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/mainwindow.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/generalsettings.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
copying build/lib/autokey/qtui/resources/ui/scriptpage.ui -> build/bdist.linux-x86_64/wheel/autokey/qtui/resources/ui
creating build/bdist.linux-x86_64/wheel/autokey/qtui/data
copying build/lib/autokey/qtui/data/api.txt -> build/bdist.linux-x86_64/wheel/autokey/qtui/data
copying build/lib/autokey/qtui/autokey_treewidget.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/common.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/notifier.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/compiled_resources.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
copying build/lib/autokey/qtui/__main__.py -> build/bdist.linux-x86_64/wheel/autokey/qtui
creating build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/abbrsettings.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/hotkeysettings.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/about_autokey_dialog.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/recorddialog.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/detectdialog.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/windowfiltersettings.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/qtui/dialogs/show_recent_script_errors.py -> build/bdist.linux-x86_64/wheel/autokey/qtui/dialogs
copying build/lib/autokey/__init__.py -> build/bdist.linux-x86_64/wheel/autokey
creating build/bdist.linux-x86_64/wheel/autokey/configmanager
copying build/lib/autokey/configmanager/predefined_user_files.py -> build/bdist.linux-x86_64/wheel/autokey/configmanager
copying build/lib/autokey/configmanager/configmanager.py -> build/bdist.linux-x86_64/wheel/autokey/configmanager
creating build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/predefined_user_scripts/_README.txt -> build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/predefined_user_scripts/new_abbreviation_from_selection.pyi -> build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/predefined_user_scripts/list_menu.pyi -> build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/predefined_user_scripts/create_phrase_from_selection.pyi -> build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/predefined_user_scripts/display_window_info.pyi -> build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/predefined_user_scripts/insert_date.pyi -> build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/predefined_user_scripts/selection_test.pyi -> build/bdist.linux-x86_64/wheel/autokey/configmanager/predefined_user_scripts
copying build/lib/autokey/configmanager/configmanager_constants.py -> build/bdist.linux-x86_64/wheel/autokey/configmanager
copying build/lib/autokey/configmanager/autostart.py -> build/bdist.linux-x86_64/wheel/autokey/configmanager
copying build/lib/autokey/configmanager/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/configmanager
copying build/lib/autokey/configmanager/version_upgrading.py -> build/bdist.linux-x86_64/wheel/autokey/configmanager
copying build/lib/autokey/gtkapp.py -> build/bdist.linux-x86_64/wheel/autokey
creating build/bdist.linux-x86_64/wheel/autokey/iomediator
copying build/lib/autokey/iomediator/waiter.py -> build/bdist.linux-x86_64/wheel/autokey/iomediator
copying build/lib/autokey/iomediator/keygrabber.py -> build/bdist.linux-x86_64/wheel/autokey/iomediator
copying build/lib/autokey/iomediator/iomediator.py -> build/bdist.linux-x86_64/wheel/autokey/iomediator
copying build/lib/autokey/iomediator/windowgrabber.py -> build/bdist.linux-x86_64/wheel/autokey/iomediator
copying build/lib/autokey/iomediator/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/iomediator
copying build/lib/autokey/iomediator/constants.py -> build/bdist.linux-x86_64/wheel/autokey/iomediator
copying build/lib/autokey/logger.py -> build/bdist.linux-x86_64/wheel/autokey
copying build/lib/autokey/interface.py -> build/bdist.linux-x86_64/wheel/autokey
copying build/lib/autokey/macro.py -> build/bdist.linux-x86_64/wheel/autokey
creating build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/gtkui/popupmenu.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/gtkui/settingsdialog.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/gtkui/configwindow.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/gtkui/dialogs.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/gtkui/shared.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
creating build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/mainwindow.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/settingsdialog.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/hotkeysettings.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/show_script_errors_dialog.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/abbrsettings.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/recorddialog.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/windowfiltersettings.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/menus.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/renamedialog.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/scriptpage.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/detectdialog.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/settingswidget.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/blankpage.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/phrasepage.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/folderpage.xml -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/data/autokey.svg -> build/bdist.linux-x86_64/wheel/autokey/gtkui/data
copying build/lib/autokey/gtkui/__init__.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/gtkui/notifier.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/gtkui/__main__.py -> build/bdist.linux-x86_64/wheel/autokey/gtkui
copying build/lib/autokey/UI_common_functions.py -> build/bdist.linux-x86_64/wheel/autokey
running install_data
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/scalable
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps
copying config/autokey.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps
copying config/autokey-status.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps
copying config/autokey-status-dark.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps
copying config/autokey-status-error.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/96x96
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/96x96/apps
copying config/autokey.png -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/hicolor/96x96/apps
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/Humanity
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/Humanity/scalable
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/Humanity/scalable/apps
copying config/Humanity/autokey-status.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/Humanity/scalable/apps
copying config/Humanity/autokey-status-error.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/Humanity/scalable/apps
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-dark
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-dark/apps
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-dark/apps/48
copying config/ubuntu-mono-dark/autokey-status.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-dark/apps/48
copying config/ubuntu-mono-dark/autokey-status-error.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-dark/apps/48
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-light
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-light/apps
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-light/apps/48
copying config/ubuntu-mono-light/autokey-status.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-light/apps/48
copying config/ubuntu-mono-light/autokey-status-error.svg -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/icons/ubuntu-mono-light/apps/48
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/applications
copying config/autokey-qt.desktop -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/applications
copying config/autokey-gtk.desktop -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/applications
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/man
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/man/man1
copying doc/man/autokey-qt.1 -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/man/man1/
copying doc/man/autokey-gtk.1 -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/man/man1/
copying doc/man/autokey-run.1 -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/data/share/man/man1/
running install_egg_info
running egg_info
writing lib/autokey.egg-info/PKG-INFO
writing dependency_links to lib/autokey.egg-info/dependency_links.txt
writing entry points to lib/autokey.egg-info/entry_points.txt
writing requirements to lib/autokey.egg-info/requires.txt
writing top-level names to lib/autokey.egg-info/top_level.txt
reading manifest file 'lib/autokey.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'lib/autokey.egg-info/SOURCES.txt'
Copying lib/autokey.egg-info to build/bdist.linux-x86_64/wheel/autokey-0.96.0-py3.11.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/scripts
copying build/scripts-3.11/autokey-run -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/scripts
copying build/scripts-3.11/autokey-shell -> build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/scripts
changing mode of build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/scripts/autokey-run to 755
changing mode of build/bdist.linux-x86_64/wheel/autokey-0.96.0.data/scripts/autokey-shell to 755
creating build/bdist.linux-x86_64/wheel/autokey-0.96.0.dist-info/WHEEL
creating '/var/tmp/pamac-build-zaiakursed/autokey/src/autokey-0.96.0/dist/.tmp-t85epm1o/autokey-0.96.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'autokey/UI_common_functions.py'
adding 'autokey/__init__.py'
adding 'autokey/argument_parser.py'
adding 'autokey/common.py'
adding 'autokey/dbus_service.py'
adding 'autokey/gtkapp.py'
adding 'autokey/interface.py'
adding 'autokey/logger.py'
adding 'autokey/macro.py'
adding 'autokey/monitor.py'
adding 'autokey/qtapp.py'
adding 'autokey/service.py'
adding 'autokey/configmanager/__init__.py'
adding 'autokey/configmanager/autostart.py'
adding 'autokey/configmanager/configmanager.py'
adding 'autokey/configmanager/configmanager_constants.py'
adding 'autokey/configmanager/predefined_user_files.py'
adding 'autokey/configmanager/version_upgrading.py'
adding 'autokey/configmanager/predefined_user_scripts/_README.txt'
adding 'autokey/configmanager/predefined_user_scripts/create_phrase_from_selection.pyi'
adding 'autokey/configmanager/predefined_user_scripts/display_window_info.pyi'
adding 'autokey/configmanager/predefined_user_scripts/insert_date.pyi'
adding 'autokey/configmanager/predefined_user_scripts/list_menu.pyi'
adding 'autokey/configmanager/predefined_user_scripts/new_abbreviation_from_selection.pyi'
adding 'autokey/configmanager/predefined_user_scripts/selection_test.pyi'
adding 'autokey/gtkui/__init__.py'
adding 'autokey/gtkui/__main__.py'
adding 'autokey/gtkui/configwindow.py'
adding 'autokey/gtkui/dialogs.py'
adding 'autokey/gtkui/notifier.py'
adding 'autokey/gtkui/popupmenu.py'
adding 'autokey/gtkui/settingsdialog.py'
adding 'autokey/gtkui/shared.py'
adding 'autokey/gtkui/data/abbrsettings.xml'
adding 'autokey/gtkui/data/autokey.svg'
adding 'autokey/gtkui/data/blankpage.xml'
adding 'autokey/gtkui/data/detectdialog.xml'
adding 'autokey/gtkui/data/folderpage.xml'
adding 'autokey/gtkui/data/hotkeysettings.xml'
adding 'autokey/gtkui/data/mainwindow.xml'
adding 'autokey/gtkui/data/menus.xml'
adding 'autokey/gtkui/data/phrasepage.xml'
adding 'autokey/gtkui/data/recorddialog.xml'
adding 'autokey/gtkui/data/renamedialog.xml'
adding 'autokey/gtkui/data/scriptpage.xml'
adding 'autokey/gtkui/data/settingsdialog.xml'
adding 'autokey/gtkui/data/settingswidget.xml'
adding 'autokey/gtkui/data/show_script_errors_dialog.xml'
adding 'autokey/gtkui/data/windowfiltersettings.xml'
adding 'autokey/iomediator/__init__.py'
adding 'autokey/iomediator/constants.py'
adding 'autokey/iomediator/iomediator.py'
adding 'autokey/iomediator/keygrabber.py'
adding 'autokey/iomediator/waiter.py'
adding 'autokey/iomediator/windowgrabber.py'
adding 'autokey/model/__init__.py'
adding 'autokey/model/abstract_abbreviation.py'
adding 'autokey/model/abstract_hotkey.py'
adding 'autokey/model/abstract_window_filter.py'
adding 'autokey/model/button.py'
adding 'autokey/model/folder.py'
adding 'autokey/model/helpers.py'
adding 'autokey/model/key.py'
adding 'autokey/model/modelTypes.py'
adding 'autokey/model/phrase.py'
adding 'autokey/model/script.py'
adding 'autokey/model/store.py'
adding 'autokey/qtui/__init__.py'
adding 'autokey/qtui/__main__.py'
adding 'autokey/qtui/autokey_treewidget.py'
adding 'autokey/qtui/centralwidget.py'
adding 'autokey/qtui/common.py'
adding 'autokey/qtui/compiled_resources.py'
adding 'autokey/qtui/configwindow.py'
adding 'autokey/qtui/dbus_service.py'
adding 'autokey/qtui/folderpage.py'
adding 'autokey/qtui/notifier.py'
adding 'autokey/qtui/phrasepage.py'
adding 'autokey/qtui/popupmenu.py'
adding 'autokey/qtui/scriptpage.py'
adding 'autokey/qtui/settingswidget.py'
adding 'autokey/qtui/data/api.txt'
adding 'autokey/qtui/dialogs/__init__.py'
adding 'autokey/qtui/dialogs/abbrsettings.py'
adding 'autokey/qtui/dialogs/about_autokey_dialog.py'
adding 'autokey/qtui/dialogs/detectdialog.py'
adding 'autokey/qtui/dialogs/hotkeysettings.py'
adding 'autokey/qtui/dialogs/recorddialog.py'
adding 'autokey/qtui/dialogs/show_recent_script_errors.py'
adding 'autokey/qtui/dialogs/windowfiltersettings.py'
adding 'autokey/qtui/resources/icons/autokey-status-dark.svg'
adding 'autokey/qtui/resources/icons/autokey-status-error.svg'
adding 'autokey/qtui/resources/icons/autokey-status.svg'
adding 'autokey/qtui/resources/icons/autokey.png'
adding 'autokey/qtui/resources/icons/autokey.svg'
adding 'autokey/qtui/resources/ui/abbrsettings.ui'
adding 'autokey/qtui/resources/ui/about_autokey_dialog.ui'
adding 'autokey/qtui/resources/ui/centralwidget.ui'
adding 'autokey/qtui/resources/ui/detectdialog.ui'
adding 'autokey/qtui/resources/ui/enginesettings.ui'
adding 'autokey/qtui/resources/ui/folderpage.ui'
adding 'autokey/qtui/resources/ui/generalsettings.ui'
adding 'autokey/qtui/resources/ui/hotkeysettings.ui'
adding 'autokey/qtui/resources/ui/mainwindow.ui'
adding 'autokey/qtui/resources/ui/phrasepage.ui'
adding 'autokey/qtui/resources/ui/record_dialog.ui'
adding 'autokey/qtui/resources/ui/scriptpage.ui'
adding 'autokey/qtui/resources/ui/settingsdialog.ui'
adding 'autokey/qtui/resources/ui/settingswidget.ui'
adding 'autokey/qtui/resources/ui/show_recent_script_errors_dialog.ui'
adding 'autokey/qtui/resources/ui/specialhotkeysettings.ui'
adding 'autokey/qtui/resources/ui/window_filter_settings_dialog.ui'
adding 'autokey/qtui/settings/__init__.py'
adding 'autokey/qtui/settings/engine.py'
adding 'autokey/qtui/settings/general.py'
adding 'autokey/qtui/settings/settingsdialog.py'
adding 'autokey/qtui/settings/specialhotkeys.py'
adding 'autokey/scripting/__init__.py'
adding 'autokey/scripting/clipboard_gtk.py'
adding 'autokey/scripting/clipboard_qt.py'
adding 'autokey/scripting/common.py'
adding 'autokey/scripting/dialog_gtk.py'
adding 'autokey/scripting/dialog_qt.py'
adding 'autokey/scripting/engine.py'
adding 'autokey/scripting/highlevel.py'
adding 'autokey/scripting/keyboard.py'
adding 'autokey/scripting/mouse.py'
adding 'autokey/scripting/system.py'
adding 'autokey/scripting/window.py'
adding 'autokey-0.96.0.data/data/share/applications/autokey-gtk.desktop'
adding 'autokey-0.96.0.data/data/share/applications/autokey-qt.desktop'
adding 'autokey-0.96.0.data/data/share/icons/Humanity/scalable/apps/autokey-status-error.svg'
adding 'autokey-0.96.0.data/data/share/icons/Humanity/scalable/apps/autokey-status.svg'
adding 'autokey-0.96.0.data/data/share/icons/hicolor/96x96/apps/autokey.png'
adding 'autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps/autokey-status-dark.svg'
adding 'autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps/autokey-status-error.svg'
adding 'autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps/autokey-status.svg'
adding 'autokey-0.96.0.data/data/share/icons/hicolor/scalable/apps/autokey.svg'
adding 'autokey-0.96.0.data/data/share/icons/ubuntu-mono-dark/apps/48/autokey-status-error.svg'
adding 'autokey-0.96.0.data/data/share/icons/ubuntu-mono-dark/apps/48/autokey-status.svg'
adding 'autokey-0.96.0.data/data/share/icons/ubuntu-mono-light/apps/48/autokey-status-error.svg'
adding 'autokey-0.96.0.data/data/share/icons/ubuntu-mono-light/apps/48/autokey-status.svg'
adding 'autokey-0.96.0.data/data/share/man/man1/autokey-gtk.1'
adding 'autokey-0.96.0.data/data/share/man/man1/autokey-qt.1'
adding 'autokey-0.96.0.data/data/share/man/man1/autokey-run.1'
adding 'autokey-0.96.0.data/scripts/autokey-run'
adding 'autokey-0.96.0.data/scripts/autokey-shell'
adding 'autokey-0.96.0.dist-info/LICENSE'
adding 'autokey-0.96.0.dist-info/METADATA'
adding 'autokey-0.96.0.dist-info/WHEEL'
adding 'autokey-0.96.0.dist-info/entry_points.txt'
adding 'autokey-0.96.0.dist-info/top_level.txt'
adding 'autokey-0.96.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built autokey-0.96.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package_autokey-common()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "autokey-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
bsdtar: Failed to set default locale
  -> Compressing package...
bsdtar: Failed to set default locale
==> Starting package_autokey-gtk()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "autokey-gtk"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
bsdtar: Failed to set default locale
  -> Compressing package...
bsdtar: Failed to set default locale
==> Starting package_autokey-qt()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "autokey-qt"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
bsdtar: Failed to set default locale
  -> Compressing package...
bsdtar: Failed to set default locale
==> Leaving fakeroot environment.
==> Finished making: autokey 0.96.0-4 (Tue Jun  6 19:35:50 2023)
==> Cleaning up...

Checking keyring...                                                                                                                                                                                                                    [1/1]
Checking integrity...                                                                                                                                                                                                                  [1/1]
Loading packages files...                                                                                                                                                                                                              [1/1]
Checking file conflicts...                                                                                                                                                                                                             [1/1]
Checking available disk space...                                                                                                                                                                                                       [1/1]
Reinstalling autokey-qt (0.96.0-4)...                                                                                                                                                                                                  [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate...                                                                                                                                                                                                         [1/3]
Refreshing PackageKit...                                                                                                                                                                                                               [2/3]
Updating the desktop file MIME type cache...                                                                                                                                                                                           [3/3]
Transaction successfully finished.
autokey-qt                                                                                                                                                                                                          
Traceback (most recent call last):
  File "/usr/bin/autokey-qt", line 5, in <module>
    from autokey.qtui.__main__ import Application
  File "/usr/lib/python3.11/site-packages/autokey/qtui/__main__.py", line 23, in <module>
    from autokey.qtapp import Application
  File "/usr/lib/python3.11/site-packages/autokey/qtapp.py", line 31, in <module>
    import autokey.model.script
ModuleNotFoundError: No module named 'autokey.model.script'

Probably there is more python dependencies from AUR. Rebuild all:

pamac build $(pacman -Qoq /usr/lib/python3.10)
1 Like

I got this

Error: target not found: mlt6


I had an issue like this before, same as after update, and my archive of Fix is below:

sudo pacman -S python-qscintilla-qt5

the difference is, before, I installed: autokey-qt5, and somehow after update, it became: autokey-qt
the fix I had was for autokey-qt5, I don’t know if it will also fix it the same way?

Probably this package was removed from repositories. Remove it, you probably don’t need it.

Nothing changed here. python-qscintilla-qt5 is in autokey-qt dependencies, so it’s impossible to install it without that package.

yep same, I proceed to reinstall it, nothing changed too.

Have you specifically rebuilt autokey-common? It looks like the only dependency of autokey-qt that comes from the AUR.

I thought that Tomek’s suggestion should have covered it, but maybe the package was skipped.

This thread from the autokey GitHub issues page appears similar and may offer additional suggestions.

I tried this and got this error:

Error: target not found: mlt6

I only did updates, and didn’t rebuild autokey-common

I see, I guess I should do this then. but my configs will be gone, any way I can get those autokey shortcuts I made, so I can restore them back?

Please read the latest Stable Updates Announcements thread. You can rebuild all your Python AUR packages at once instead of playing Whac-A-Mole blindly:

my mistake before has gotten me today, I used to just shutdown before, instead of restart when prompted to, I actually had a lot of errors on my system now, I should probably do a fresh install…

I’m disappointed with myself now, I said I’ll read the Manjaro manual, but haven’t done that till now.
I am guilty of that “playing Whac-A Mole blindly”.

Again? You didn’t removed this package as I suggested. Remove it and repeat:

pamac remove mlt6
pamac build $(pacman -Qoq /usr/lib/python3.10)

You can also chroot and finish installation.

Nope, I just repeated the answer, did not redo the method.
I got it fixed now, I did not see that there is also an update for autokey-common, after updating that, it got fixed.

I had been thinking since yesterday, and I have decided that it is time that I learn how arch works, I have already backed up my files and will install Arch soon, and build everything from scratch so I really get to learn how things go. Manjaro gave me an introductory idea, and really, I liked the arch-based OS. and that is actually why I switched to linux, because of Freedom and the experience of learning something new.

Wish me luck, I am a Noob and wants to be a superuser.
Thanks a lot, guys for supporting me with my many questions.

pamac build $(pacman -Qoq /usr/lib/python3.10)

This fixed the issue for me. I had the same issues mentioned above