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
launching with pkexec asks for root password then crashes with
"qt.qpa.xcb: could not connect to display
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.
launching with pkexec asks for root password then crashes with
"qt.qpa.xcb: could not connect to display
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, xcb."
You CAN get it to work by typing the following into terminal on the desktop manually:
xhost +local:
sudo su -
export DISPLAY=:0.0
systemback
but trying to make that into a bash script to automate it doesn't seem to work...
The text was updated successfully, but these errors were encountered: