-
Notifications
You must be signed in to change notification settings - Fork 2
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
assert g_type != TYPE_NONE #21
Comments
Only a problem for |
I am no longer seeing this problem when packaging, only when trying to run code from a jhbuild shell. For some strange reason, we now have to set LD_LIBRARY_PATH=$JHBUILD_PREFIX/lib python3 xpra/platform/path.py |
Re-appeared when building the v5.x branch, and not for master! $ python3 -c "from gi.repository import GLib, GdkPixbuf, Pango, GObject, Gtk, Gdk"
** (process:13827): WARNING **: 12:32:48.766: Failed to load shared library 'libgdk_pixbuf-2.0.0.dylib' \
referenced by the typelib: dlopen(libgdk_pixbuf-2.0.0.dylib, 0x0009): tried: \
'libgdk_pixbuf-2.0.0.dylib' (no such file), \
'/System/Volumes/Preboot/Cryptexes/OSlibgdk_pixbuf-2.0.0.dylib' (no such file), \
'/usr/lib/libgdk_pixbuf-2.0.0.dylib' (no such file, not in dyld cache), \
'libgdk_pixbuf-2.0.0.dylib' (no such file), \
'/usr/local/lib/libgdk_pixbuf-2.0.0.dylib' (no such file), \
'/usr/lib/libgdk_pixbuf-2.0.0.dylib' (no such file, not in dyld cache)
(..)
assert g_type != TYPE_NONE Workaround in Xpra-org/xpra@262cffc Why doesn't setting |
Just like #20 (comment) and #7 (comment).
Really not sure what causes this or how to fix it.
IIRC, last time I saw this was caused by a DLL path issue, perhaps caused by #19?
The text was updated successfully, but these errors were encountered: