Jeremy Wootten
Jeremy Wootten
@feltz916 Thanks for the feedback. You are right that the Windows interoperability of Files has not received any recent attention so possibly newer versions of Windows are incompatible. You may...
@ryanoko I am concentrating on the Gtk4 port at the moment as it is fairly near completion. So I am reluctant to add new features if they can wait. There...
I think that by "Archive folder" you mean the Files application icon in the dock (or Application Menu). That looks like a blue folder with a magnifying glass but it...
@dvilelaf The last change to Files was released 3 weeks ago - have you just updated to that release? There is an issue with that release concerning file operations with...
It is possible that another punctuation or non-Latin character could also trigger the bug.
@kabeza You can try running Files from a terminal with the command `G_MESSAGE_DEBUG=all io.elementary.files` to see all Files debugging output. If you are able you can try compiling and running...
@kabeza Thanks, that's very helpful. It means that the statement `var pixbuf = new Gdk.Pixbuf.from_file (filename)` is failing, so the value of `filename` is invalid in some way. I see...
@kabeza By the way, that part of the code should only be reached when using the clipboard (is using Copy, Cut or Paste commands or shortcuts). Is that what you...
@kabeza Sorry - just noticed that the file extension is `.pdf` but the code was related to handling a target type of `PNG_IMAGE` so not sure what was happening there....
Very strange; when pasting into a Files view it should never request a target type of "PNG_IMAGE" from the clipboard. I am not able to reproduce this behaviour at all...