Skip to content

Commit 2d4bb31

Browse files
authored
docs: update linux non-gui installation instructions in README
1 parent 4a63f64 commit 2d4bb31

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ sudo dnf install -y python3-xxhash python3-pyperclip python3-requests python3-we
425425

426426

427427
#### Step 3: Install Gtk 3.0 for Clipboard Sharing
428+
If you encounter difficulties or errors while performing Step 3, you can skip it and proceed to Step 4.
428429

429430
##### Arch:
430431
```
@@ -448,8 +449,10 @@ Start ClipCascade by running:
448449
sudo python3 main.py
449450
```
450451

452+
#### Step 4.1: Fix 'Error: Can't open display: :1 - Authorization required, but no authorization protocol specified' Error (if applicable)
453+
Run `python3 main.py` without using `sudo`
451454

452-
#### Step 4.1: Fix 'No module named `Crypto`' Error (if applicable)
455+
#### Step 4.2: Fix 'No module named `Crypto`' Error (if applicable)
453456

454457
If you encounter the `No module named 'Crypto'` error, create a symbolic link for the Cryptodome library:
455458
[see more](https://github.com/openthread/openthread/issues/1137#issuecomment-140879139)
@@ -465,7 +468,7 @@ sudo ln -s /usr/lib/python3/dist-packages/Cryptodome /usr/lib/python3/dist-packa
465468
sudo ln -s /usr/lib/python3/site-packages/Cryptodome /usr/lib/python3/site-packages/Crypto
466469
```
467470

468-
#### Step 4.2: Fix '`g-exec-error-quark`' Error (if applicable)
471+
#### Step 4.3: Fix '`g-exec-error-quark`' Error (if applicable)
469472

470473
##### Debian/Ubuntu:
471474
```

0 commit comments

Comments
 (0)