Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ HandleLidSwitchExternalPower=ignore

### Q: I'm having some trouble starting gparted

> Note: It is not recommended to run GUI clients as root.
```
$ pkexec --disable-internal-agent /usr/sbin/gparted
Invalid MIT-MAGIC-COOKIE-1 key
Expand All @@ -336,3 +338,6 @@ Invalid MIT-MAGIC-COOKIE-1 key
Either install `xauth` or run `xhost +si:localuser:root` as the user who
started labwc (not root) to fix this.

If `xauth` and/or `xhost` are not installed, it is possible to run with
`sudo -E gparted`.