You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is annoying, but the core problems doesn't lie in our extension. The core problem is how Gnome handles mime type sand how we have access to it. Without getting into too much technical detail, we only get a list of possible mime types, that a given "selection" can have, but not the current one, most if not all image "selections" (the official term in gnome terms, it has only vaguely to do with the normal selection term in the sense of text selection) only say, they have some image/png capabilities, but loupe says
So we check, if we have a text selection, and gnome says, that we have one, so we get the content.
There are no good solutions to this, as loupe doesn't provide an image as clipboard content, but only "text/plain;charset=utf-8" and "text/uri-list". We could try text/uri-list first (which loupe actually als has available) but that only results in us displaying a file, which is not perfect and checking for "text/uri-list" before normal text may cause some problems with other apps, I'll investigate more and also ask the loupe developers why they do such 💩 (IMO) 🤷🏼♂️
Edit: Loupe explicitly provides a uri-list, for whatever reason (See here)
Description
Extension version:
Loupe (new GNOME Image Viewer) does not copy the image bitmap, instead it copies data for locating the file.
Problem Explanation
Pano interprets this as text and even makes control+v which normally works not working.
Expected Behavior
It interprets it as file / image.
Reprodution
Steps To Reproduce
Steps to reproduce, if applicable:
Details
Mark with [ ] all that applies:
It happens with any application?
It happens only on one computer?
It happens only with some specific gnome configuration?
It happens only with some specific extension installed?
Diagnostics
Fill in all information that applies:
Environment
Screenshots
N/A
Application Details
Clipboard content types
Application Version
Output and Logs
Gnome
Irrelevant
Pano Configuration
Nothing relevant, only cosmetic things like shortcut.
Enabled Extensions
Irrelevant
The text was updated successfully, but these errors were encountered: