-
Notifications
You must be signed in to change notification settings - Fork 67
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
Pasting from clipboards managers don't work correctly #575
Comments
Hmm, think I might have an idea. What cm do you use? |
Diodon inside elementaryOS |
@nilnor any updates on this? Can I help with anything else? This is my main issue with the editor, as it's harder to use it for daily work. Thx! |
@megatux In general development has been slow, but I have made progress with a Gtk-4 port which I use myself and what will eventually become the next release. I won't be doing anything for the old Gtk-3 version, but it would be interesting to hear how it works there if you have the time at some point. The work is being done in the gtk-4 branch, but it's rough still with only the Steinom theme ported so far. |
Great to know there is a newer branch, with gtk4!. I just tried it, and the issue seems to be there, too. |
How do you invoke the pick and paste? |
Right now, I'm using
with Just tested with two editors and Firefox, and only Howl has this issue (gtk4 branch). |
Seems to be the case that we manage to synchronize the clipboard before the store from the clip manager was done. I added a slight delay for the syncing, which seem to work for me locally when I tried it with clipman. Try it out when you have the time (as with everything going forward, it's in the gtk-4 branch). |
Seems to work fine now 💪🏼. Is it something easy to backport to main branch? |
Yes, just use the change for application.moon from here: b4ca383 |
This only happened to me with Howl, no other program.
I use a clipboard manager to have a history of texts & reuse them.
Selecting an old item and pasting it from clipboard does not paste the selected text, but the previously selected one, I think.
Leave a screencast.
The text was updated successfully, but these errors were encountered: