File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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:
448449sudo 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
454457If 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
465468sudo 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` ` `
You can’t perform that action at this time.
0 commit comments