Sergey Bugaev

Results 194 comments of Sergey Bugaev

Please also take a look at how [GNOME Music](https://gitlab.gnome.org/GNOME/gnome-music/-/blob/master/data/screenshots/gnome-music-1.png) and [Podcasts](https://gitlab.gnome.org/World/podcasts) deal with this — they put player controls on the bottom, full-width, and use the headerbar for navigation instead.

There's (currently) no way to do this; there is always a single input `wl-copy` uses. If you copy something wl-clipboard believes to be text, it'll also automatically offer `text/plain` and...

> when you copy an image from a browser, `wl-paste --list-types` returns (Quick note: the exact list is of course browser-specific, your seems to come from Firefox) > The lack...

> Yes, it comes from Firefox when copying an image. Pasting the image from the browser trigger file upload and it works as expected. It's only when the image coming...

> The issue is not because of Firefox though. For example, copying image from Gimp gives these mime types How is this relevant? No matter what GIMP is able to...

> Please don't focus on Firefox too much as the behavior is website specific and not because of the browser. It behaves the same way in Chromium too. Well in...

What format does Confluence natively copy/paste its contents in? Does `wl-copy` offer `text/html` the second time? What if you name the file `test.html` instead of `test.xml`?

So your issue seems to be that `xdg-mime` doesn't recognize the file as HTML. Try doing `wl-copy --type text/html` explicitly then.

Hi! I can successfully copy and paste your example. Is there any reason you believe that copying doesn't work? ``` $ wl-copy < example.asc $ wl-paste | head -3 -----BEGIN...

Hi! I agree that persisting the selection after a client exits is an important case to support. However, this solution you propose is not a great one, for the following...