Elektrine lite

← Feed

@argv_minus_one@mastodon.sdf.org

Post #2624518

2026-05-13 15:25 UTC

@kimapr@ublog.kimapr.net I just “copy image”'d a WebP image from LibreWolf (a Firefox variant) and got: $ wl-paste -l text/html text/_moz_htmlinfo text/_moz_htmlcontext image/png image/avif image/jxl image/tiff image/webp audio/x-riff image/jpeg SAVE_TARGETS So, not unconditionally, but PNG is listed first, and that isn't the native format of that image. 🤦‍♂️ @soft@normal.style

Replies (2)

  • @kimapr@ublog.kimapr.net 2026-05-13 15:41

    @argv_minus_one@mastodon.sdf.org @soft@normal.style the fact that it lists html before any image format at all is even crazier IMO. this actually bit me in the ass when i was making a shell script that involves the clipboard. That’s for x11 though, but it seems like wayland clipboard is not all that different

    Open ##2624519

  • @novenary@akko.wtf 2026-05-13 15:51

    @argv_minus_one@mastodon.sdf.org @kimapr@ublog.kimapr.net @soft@normal.style firefox actually seems to completely ignore other formats no matter what $ wl-copy images/grrreat.jpg -t image/jpeg $ wl-paste -l image/jpeg i cannot paste this, nothing happens if i pass image/png instead, the paste succeeds but it passes that type on to the site and the image can’t be decoded afterwards edit: same behavior with chromium

    Open ##2624525