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

Apps for x11 with root privileges (Synaptic, GParted..) #731

Open
jeremie2 opened this issue Aug 15, 2024 · 0 comments
Open

Apps for x11 with root privileges (Synaptic, GParted..) #731

jeremie2 opened this issue Aug 15, 2024 · 0 comments

Comments

@jeremie2
Copy link

Can't run apps for x11 like Synaptic and GParted that require root privileges.
Error message:

Authorization required, but no authorization protocol specified

..unless using old workarounds used when Wayland was first introduced:

Synaptic:

  1. Run in the terminal:
    xhost +si:localuser:root && synaptic-pkexec ; xhost -si:localuser:root
    

GParted:

  1. In the current terminal session run:
    xhost +SI:localuser:root
    
  2. Then run:
    gparted
    

Not really expert but those issues are probably due to the use of a new compositor and maybe a fix will at some point arrive. In the meantime I've just in case opened this issue.

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