Skip to content
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

Open
brackleian opened this issue Nov 12, 2024 · 3 comments
Open

Failed to load module "xapp-gtk3-module" #93

brackleian opened this issue Nov 12, 2024 · 3 comments

Comments

@brackleian
Copy link

[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.

@AudioBabbL
Copy link

AudioBabbL commented Dec 4, 2024

I have a similar issue on Linux Debian 12

(process:97623): Gtk-WARNING **: 02:28:36.753: Locale not supported by C library.
	Using the fallback 'C' locale.
Gtk-Message: 02:28:36.794: Failed to load module "xapp-gtk3-module"

(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:

Capslock::LWin
!Capslock::Capslock
!`::`
`::Esc

As far as I can tell this should work with a small amount of syntax changes:

CapsLock::#
!CapsLock::CapsLock
!`::`
`::Esc

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.

@phil294
Copy link
Owner

phil294 commented Dec 4, 2024

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.

@AudioBabbL
Copy link

AudioBabbL commented Dec 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants