Skip to content

Commit 1bc9543

Browse files
committed
Add common issues documentation for Linux, MacOS, and Windows users
- Created a new Linux documentation page detailing common issues and solutions, including Wayland support and focus prevention in KDE Plasma. - Added a MacOS documentation page addressing the "clippy" app quarantine issue with a solution command. - Established a Windows documentation page summarizing support status for Windows 7/8, 10, and 11.
1 parent 52918d4 commit 1bc9543

22 files changed

+1016
-1128
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ Before you begin, ensure you have met the following requirements:
116116

117117
- Linux(x11) KDE Plasma (Disable Focus Stealing Prevention)
118118
- Windows
119-
- Mac (hotkeys needs to be changed in settings)
119+
- Mac (run command below to remove quarantine attribute)
120+
```bash
121+
xattr -r -d com.apple.quarantine /Applications/clippy.app
122+
```
120123

121124
<!-- DEBIAN GNOME X11 -->
122125
<!-- su - -->

docs/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ export default defineConfig({
2222
items: [
2323
// Each item here is one entry in the navigation menu.
2424
{ label: "Installation Guide", slug: "guides/installation" },
25+
{
26+
label: "Common Issues",
27+
items: [
28+
{ label: "Linux", slug: "common-issues/linux" },
29+
{ label: "Windows", slug: "common-issues/windows" },
30+
{ label: "MacOS", slug: "common-issues/macos" },
31+
],
32+
},
2533
{
2634
label: "Features",
2735
items: [
113 KB
Loading
39 KB
Loading
37.7 KB
Loading
-41.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)