Git Product home page Git Product logo

Comments (4)

rickyrockrat avatar rickyrockrat commented on July 27, 2024

I need specific steps to get to the issue, what you expect and what you are getting. Also, be sure the trim options are as you expect in preferences. It is likely a setting, or if you are using xdotool (automatic paste) it may be an issue with the shell.
This was pasted from Parcellite.
onSubmit="return startUpload()" id="theform"

from parcellite.

ggrrll avatar ggrrll commented on July 27, 2024

Hi,

I moved to CopyQ, which seems to no issues (until now), but for the sake of debugging, I can tell you that these were my settings

image

and that the issue happens when pressing enter on an item in the history (pasting with ctrl + V is fine )

from parcellite.

c88tm avatar c88tm commented on July 27, 2024

I ran into this issue too, it's a problem caused by the unescaped xdotool call.
If you copied just a single quote mark, you will get this log:

xdotool:'/bin/sh -c 'xdotool type "'"''
text:'''

which is worse than trimming, the app just crashes with segmentation fault.

But if the copied string still makes a valid xdotool call, such as aaa"bbb", as the quotes canceled each other out, you'll get:

xdotool:'/bin/sh -c 'xdotool type "aaa"bbb""''
text:'aaa"bbb"'

And xdotool get rid of the quotes when parsing the string, resulting a trimming behavior.

from parcellite.

rickyrockrat avatar rickyrockrat commented on July 27, 2024

Duplicate of #87

from parcellite.

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.