ulauncher-clipboard icon indicating copy to clipboard operation
ulauncher-clipboard copied to clipboard

The extension didn't install Clipster automatically

Open AlwaysBeCalm opened this issue 3 years ago • 6 comments

Hi I've set the clipboard manager to auto, but the extension didn't install Clipster, and ulauncher keeps on loading (see the image)

image

AlwaysBeCalm avatar May 10 '21 22:05 AlwaysBeCalm

It should download it to ~/.local/share/ulauncher/extensions/com.github.friday.ulauncher-clipboard/clipster_bin, and it worked flawlessly for me when testing just now. If you had a clipboard manager installed when launching ulauncher or the extension, please restart, and also post the ulauncher log (start ulauncher with ulauncher -v in a terminal).

friday avatar May 12 '21 15:05 friday

thank god I've fixed it.

I'm using python 3.+ changed the shebang in clipster_bin to #!/usr/bin/python3.8 instead of #!/usr/bin/python image

and it worked fine... image

I suggest you move it to python 3.+ Thanks 🌹🌹

AlwaysBeCalm avatar May 12 '21 19:05 AlwaysBeCalm

You should update your distro if /usr/bin/python isn't python 3, or make a symlink to overwrite.

And clipster was written for supporing both python2 and python3.

friday avatar May 13 '21 05:05 friday

I got the same problem and managed to fix it in the same way as @AlwaysBeCalm

jrafaaael avatar Aug 13 '21 21:08 jrafaaael

So if you do this python --version it will say Python version 2?

I recommend not switching the shebang to #!/usr/bin/python3.8. My first advice is that you install clipster manually so it's handled by your package manager and stays updated and compatible with your python version. Then the extension will use that version.

If you don't want to do this, then I would at least do which python3, and putting that in the shebang. Changing the shebang to use specifically python3.8 means it will stop working when you upgrade python to 3.9

friday avatar Aug 13 '21 21:08 friday

Sorry to reactive this issue and the shame question, 😅:

If I want install clipster manually, where should I to store to make the ULauncher recognize it?

My distribution's repository does not have clipster.

Base-115 avatar Aug 01 '23 21:08 Base-115