Sergey Bugaev

Results 246 comments of Sergey Bugaev

> I had also edited the comment afterwards with logs (Yeah, please don't do that. Even if you haven't deleted the comment, all of us who rely on notifications to...

@kleshas Please attach `WAYLAND_DEBUG` logs (see above for the instructions).

That looks like `wl-copy` succeeds in copying, but then something else — presumably, clipman — takes over the selection. If to you it looks like the copy failed, it would...

Ah, so your problem is not with `wl-copy`, but with `wl-paste --watch` and clipman? Then I don't think I understand why you say it's the same issue — this issue...

Also, `application/csv`

Thanks for the report! I think I know what's happening here. First of all, this is not how you're really supposed to use `wl-paste --watch`: the command you're spawning shouldn't...

That doesn't sound related to this issue. Mind opening a separate one?

Hi! > It is unclear to me whether this is a bug in wl-clipboard or a limitation of wayland. It would be better to not miss clipboard changes due to...

Hi, yes, this makes perfect sense, and I have wanted to implement this ever since implementing the `--watch` mode. Unfortunately there are complications, see https://github.com/bugaevc/wl-clipboard/pull/93 for a previous discussion.

Actually no, the least surprising way this could work is: * For text formats such as HTML, `wl-copy` should always advertise _the original text content_, no matter the mime type,...