We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8701f8a commit 308f831Copy full SHA for 308f831
src/faq.md
@@ -327,6 +327,8 @@ HandleLidSwitchExternalPower=ignore
327
328
### Q: I'm having some trouble starting gparted
329
330
+> Note: It is not recommended to run GUI clients as root.
331
+
332
```
333
$ pkexec --disable-internal-agent /usr/sbin/gparted
334
Invalid MIT-MAGIC-COOKIE-1 key
@@ -336,3 +338,6 @@ Invalid MIT-MAGIC-COOKIE-1 key
336
338
Either install `xauth` or run `xhost +si:localuser:root` as the user who
337
339
started labwc (not root) to fix this.
340
341
+If `xauth` and/or `xhost` are not installed, it is possible to run with
342
+`sudo -E gparted`.
343
0 commit comments