You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently purchased a Launch Lite. The AppImage refused to open, citing "Failed to initialize GTK" even though I knew I had all of the libraries installed. After recompiling Rust, gtk3, glib, cairo, installing gtk4 (even though it wasn't needed; done as a sanity check), I realized it was a wayland thing. Running the appimage with "xhost + local; ..." fixes the issue, but this was not clear at all. Using the privilege escalation in the application itself did not work for me OOTB, citing that "this incident will be reported" and such even though i'm in the wheel group and used the right password.
The text was updated successfully, but these errors were encountered:
I recently purchased a Launch Lite. The AppImage refused to open, citing "Failed to initialize GTK" even though I knew I had all of the libraries installed. After recompiling Rust, gtk3, glib, cairo, installing gtk4 (even though it wasn't needed; done as a sanity check), I realized it was a wayland thing. Running the appimage with "xhost + local; ..." fixes the issue, but this was not clear at all. Using the privilege escalation in the application itself did not work for me OOTB, citing that "this incident will be reported" and such even though i'm in the wheel group and used the right password.
The text was updated successfully, but these errors were encountered: