Ivan Molodetskikh
Ivan Molodetskikh
Yeah, that's how `getopt` works, it's intentional in wl-clipboard. It would be good to mention it in the man page, e.g. add `[--]` before the arguments in the command example.
Hm, that's odd. What Wayland compositor are you using? Could you try reproducing it on another compositor? Could you try reproducing it by spamming `wl-copy` and `wl-paste` perhaps? If you...
> imagine I can just install and launch one from within sway Yeah, you can do that with `weston` and also with `mutter --nested`. Trying other wlroots-based compositors is probably...
Did you have a chance to test other compositors? Might be an issue in wlroots' Xwayland integration.
> both error with --watch that it requires a compositor that supports wlroots data control protocol Oh, right, forgot about that. Uhh, not sure then actually, do Smithay-based compositors support...
Hey! As far as I can tell, there are two main problems with providing several MIME types. 1. Applications generally offer a wide range of types for the content, performing...
> But I guess by the time it has received the fd, the copying process (Firefox in the example) may well have done a lot of the conversion work already....
Yeah, this is kind of intentional. There's a check in the code for the `text` MIME type, in which case it tries a few text-like types. I can see it...
Hm, is this really a wl-clipboard issue, as opposed to incorrect bash usage? Try `echo "!!"` -- wl-copy will copy the same thing as what this outputs, because the `!!`...
> If we have an `image/jpeg`, we should also advertise `image/png` and use some converter under the hood, and so on. Uhh, please no, image manipulation and conversion is way...