Git Product home page Git Product logo

Comments (6)

AlwaysBeCalm avatar AlwaysBeCalm commented on May 30, 2024 1

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

from ulauncher-clipboard.

friday avatar friday commented on May 30, 2024

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

from ulauncher-clipboard.

friday avatar friday commented on May 30, 2024

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.

from ulauncher-clipboard.

jrafaaael avatar jrafaaael commented on May 30, 2024

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

from ulauncher-clipboard.

friday avatar friday commented on May 30, 2024

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

from ulauncher-clipboard.

Base-115 avatar Base-115 commented on May 30, 2024

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.

from ulauncher-clipboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.