We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On ubuntu 24.04, taggui fail to open, leaving an unresponsive transparent window.
2024-07-27 19:41:21.258582844 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:2133 CreateInferencePybindStateModule] Init provider bridge failed. /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so: undefined symbol: g_assertion_message_cmpint Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so /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
on the left side there's a transparent window, which is taggui but fail to open.
The text was updated successfully, but these errors were encountered:
As a workaround you can use QT_QPA_PLATFORM=xcb python taggui/run_gui.py to force it to use X11.
QT_QPA_PLATFORM=xcb python taggui/run_gui.py
Sorry, something went wrong.
No branches or pull requests
On ubuntu 24.04, taggui fail to open, leaving an unresponsive transparent window.
step to reproduce
command line output
2024-07-27 19:41:21.258582844 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:2133 CreateInferencePybindStateModule] Init provider bridge failed.
/usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so: undefined symbol: g_assertion_message_cmpint
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
/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
screenshot
on the left side there's a transparent window, which is taggui but fail to open.
The text was updated successfully, but these errors were encountered: