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
When I run sudo coreboot-configurator, I get the following output:
Authorization required, but no authorization protocol specified
qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted
I'm using Hyprland on Arch on a MkIV StarLite. I've tried Googling the Could not load the Qt platform plugin "xcb" in "" even though it was found. error message, but none of the solutions I found online (running pip install pyqt6, export QT_QPA_PLATFORM=offscreen, etc.) have helped. A few posts online mentioned installing various XCB related packages, but I already have them all installed:
When I run
sudo coreboot-configurator
, I get the following output:I'm using Hyprland on Arch on a MkIV StarLite. I've tried Googling the
Could not load the Qt platform plugin "xcb" in "" even though it was found.
error message, but none of the solutions I found online (runningpip install pyqt6
,export QT_QPA_PLATFORM=offscreen
, etc.) have helped. A few posts online mentioned installing various XCB related packages, but I already have them all installed:(Output from running
pacman -Q | grep -i xcb
)The text was updated successfully, but these errors were encountered: