-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cannot run #11
Comments
It seems like an issue with Wayland support in PyQt6 ( as far as I've searched ). Try this and let me know if the problem persists. |
Having the same issue here. Running with GDK_BACKEND=x11, program is launching but crashing right after clicking on "Select iso". `Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. (androidx86-installer:221627): Gtk-WARNING **: 01:40:53.777: Could not load a pixbuf from icon theme. |
@FalconSN workaround: drag and drop the iso on the window. |
Describe the bug
while trying to launch the android installer it does not launches and prints following errors
androidx86-installer
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
/tmp/_MEI0FKbZF/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so: undefined symbol: g_tls_channel_binding_error_quark
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so
(androidx86-installer:31026): GLib-GIO-ERROR **: 14:53:04.540: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)
To Reproduce
execute androidx86-installer via Terminal
$ androidx86-installer
Expected behavior
it should open the program
Linux Distro:
The text was updated successfully, but these errors were encountered: