Skip to content

Commit 75b6bd3

Browse files
committed
Update common issues documentation for Linux and MacOS
1 parent 1bc9543 commit 75b6bd3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/src/content/docs/common-issues/linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Clippy currently doenst support Wayland, only X11
77

88
##### out of focus click doesnt hide the window
99

10+
set Focus Prevention to "None" in KDE Plasma settings
1011
![Linux KDE Plasma Focus Prevention](/common-issues/linux_kde_plasma_focus_prevention.png)

docs/src/content/docs/common-issues/macos.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: Common issues and solutions for MacOS users.
77

88
![Mac Quarantine](/common-issues/mac_quarantine_black.png)
99

10+
This is a common issue with MacOS. It happens when the app is downloaded from the internet and not from the App Store. To fix this, you need to remove the quarantine attribute from the app.
11+
1012
```bash
1113
xattr -r -d com.apple.quarantine /Applications/clippy.app
1214
```

0 commit comments

Comments
 (0)