We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09cdb4 commit ad14969Copy full SHA for ad14969
src/faq.md
@@ -19,6 +19,8 @@
19
8. [Hardware](#hardware)
20
1. [Nvidia](#nvidia)
21
2. [Laptop Lid](#laptop-lid)
22
+9. [Applications](#applications)
23
+ 1. [gparted](#gparted)
24
25
# 1. Keybinds {#keybinds}
26
@@ -319,3 +321,18 @@ HandleLidSwitch=ignore
319
321
HandleLidSwitchExternalPower=ignore
320
322
```
323
324
+# 9. [Applications]{#applications}
325
+
326
+## 9.1 [gparted]{#gparted}
327
328
+### Q: I'm having some trouble starting gparted
329
330
+```
331
+$ pkexec --disable-internal-agent /usr/sbin/gparted
332
+Invalid MIT-MAGIC-COOKIE-1 key
333
+(gpartedbin:1286199): Gtk-WARNING **: 17:31:50.245: cannot open display: :0
334
335
336
+Either install `xauth` or run `xhost +si:localuser:root` as the user who
337
+started labwc (not root) to fix this.
338
0 commit comments