Skip to content

faq: describe using gparted with xauth/xhost #71

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

Merged
merged 1 commit into from
Apr 18, 2025
Merged
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
17 changes: 17 additions & 0 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
8. [Hardware](#hardware)
1. [Nvidia](#nvidia)
2. [Laptop Lid](#laptop-lid)
9. [Applications](#applications)
1. [gparted](#gparted)

# 1. Keybinds {#keybinds}

Expand Down Expand Up @@ -319,3 +321,18 @@ HandleLidSwitch=ignore
HandleLidSwitchExternalPower=ignore
```

# 9. [Applications]{#applications}

## 9.1 [gparted]{#gparted}

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

```
$ pkexec --disable-internal-agent /usr/sbin/gparted
Invalid MIT-MAGIC-COOKIE-1 key
(gpartedbin:1286199): Gtk-WARNING **: 17:31:50.245: cannot open display: :0
```

Either install `xauth` or run `xhost +si:localuser:root` as the user who
started labwc (not root) to fix this.