On Manjaro KDE, I installed Renode framework and it’s giving me this error:
Gtk-Message: Failed to load module “xapp-gtk3-module”
I think I have the module installed as I have /usr/lib/gtk-3.0/modules/libxapp-gtk3-module.so
By the way I also had to install other modules, like appmenu-gtk-module, but this last error i tried everything I found (error seems rare) and nothing worked.
Where should I look? I am a newbie, feel free to suggest any docs I should look at.
Sounds like the package may have missing dependencies. I would create an issue upstream as the AUR package maintainer has included the dependencies the developer lists.
Seems like this might be a more general issue with that module
After updating yesterday I get this error for several (packaged) gtk applications. Up to now I’ve at least found it in:
gmrun
ardour6
hexchat
xfce4-notes
The package community/xapp is installed - version 2.0.4-1
This might also be the problem for what a user reported here:
It seems that if (e.g. in a terminal), I remove references to xapp in the $GTK_MODULES environment variable, the error message disappears. For example in my case I have:
From this post on the Arch linux wiki I noticed that I have a file:
/etc/X11/xinit/xinitrc.d/80xapp-gtk3-module.sh
Which I never created or modified by hand, with this contents:
#!/bin/bash
# This file is sourced by xinit(1) or a display manager's Xsession, not executed.
if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="xapp-gtk3-module"
else
GTK_MODULES="$GTK_MODULES:xapp-gtk3-module"
fi
export GTK_MODULES
Not sure if it’s safe to remove that and what impact it could have. Would be good to understand what package created it.
Is not related to AUR packages: so, the category should be changed.
Just for the record, since the last update of stable branch [Stable Update] 2020-12-30
I often see such message Failed to load module "xapp-gtk3-module" also with almost every applications (not only GTK apps, but also with QT apps).
I also have /usr/lib/gtk-3.0/modules/libxapp-gtk3-module.so and /etc/X11/xinit/xinitrc.d/80xapp-gtk3-module.sh owned by xapp package.
I reported on Manjaro’s Gitlab:
Is fixed in the upstream:
commit 5739810550cbd10edf30b7e99c771c0822dd958c
I applyed this patch (for myself) and the warning message is gone.