-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load module "xapp-gtk3-module" #93
Comments
I have a similar issue on Linux Debian 12
(xapp-gtk3-module is installed on my system and the latest version, and my system is X11) However the GUI installer runs and seems to install AHK_X11. Yet, I'm not really sure is it's working properly. I have a fairly basic script I want to implement from Windows AHK:
As far as I can tell this should work with a small amount of syntax changes:
However, when I try to run the above script I get a syntax error 'multiple keys aren't allowed for hotkey definitions'. Not sure is this is because AHK_X11 isn't installed properly or some other reason. |
These messages are warnings that are usually harmless, they only appear due to the weird setup inside the AppImage, so ignore them for ow. @AudioBabbL the problem is surely not related to this. Some of the hotkeys are seemingly not support. CapsLock should work but fails to disable the original capslock function, so might not be very useful. I suspect that backticks in hotkeys don't do what one would expect. |
Thank you, i understand. Just in case anyone comes across this post in the future, I managed to achieve what I wanted with a combination of xdotool, xbindkeys and python3(using pynput) scripts. https://forums.debian.net/viewtopic.php?t=161149 |
[OS = Xubuntu 24.04]
When I invoke the app image, it gives me
Failed to load module "xapp-gtk3-module" /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
and then fires up the interactive AHK_X11 console.
The package
libxapp-gtk3-module
is installed.The text was updated successfully, but these errors were encountered: