Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The extension didn't install Clipster automatically #26

Open
AlwaysBeCalm opened this issue May 10, 2021 · 6 comments
Open

The extension didn't install Clipster automatically #26

AlwaysBeCalm opened this issue May 10, 2021 · 6 comments

Comments

@AlwaysBeCalm
Copy link

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

@friday
Copy link
Owner

friday commented May 12, 2021

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).

@AlwaysBeCalm
Copy link
Author

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 🌹🌹

@friday
Copy link
Owner

friday commented May 13, 2021

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 friday closed this as completed May 13, 2021
@jrafaaael
Copy link

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

@friday
Copy link
Owner

friday commented Aug 13, 2021

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 friday reopened this Aug 13, 2021
@Base-115
Copy link

Base-115 commented Aug 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants