File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,7 @@ sudo dnf install -y python3-xxhash python3-pyperclip python3-requests python3-we
425
425
426
426
427
427
# ### 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.
428
429
429
430
# #### Arch:
430
431
` ` `
@@ -448,8 +449,10 @@ Start ClipCascade by running:
448
449
sudo python3 main.py
449
450
` ` `
450
451
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`
451
454
452
- # ### Step 4.1 : Fix 'No module named `Crypto`' Error (if applicable)
455
+ # ### Step 4.2 : Fix 'No module named `Crypto`' Error (if applicable)
453
456
454
457
If you encounter the ` No module named ' Crypto' ` error, create a symbolic link for the Cryptodome library:
455
458
[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
465
468
sudo ln -s /usr/lib/python3/site-packages/Cryptodome /usr/lib/python3/site-packages/Crypto
466
469
` ` `
467
470
468
- # ### Step 4.2 : Fix '`g-exec-error-quark`' Error (if applicable)
471
+ # ### Step 4.3 : Fix '`g-exec-error-quark`' Error (if applicable)
469
472
470
473
# #### Debian/Ubuntu:
471
474
` ` `
You can’t perform that action at this time.
0 commit comments