Skip to content
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

Debian 11: Program says "Cannot start the Systemback graphical user interface! Unable to get root permissions." #35

Open
nokel opened this issue Feb 2, 2023 · 0 comments

Comments

@nokel
Copy link

nokel commented Feb 2, 2023

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant