QubesOS / qubes-issues

The Qubes OS Project issue tracker
https://www.qubes-os.org/doc/issue-tracking/
543 stars 48 forks source link

Issue with File Transfer with Emojis #9567

Closed vzvva closed 1 week ago

vzvva commented 2 weeks ago

Hi,

In Fedora 39 with the Xfce desktop environment and Thunar file manager, I can't send files with emojis. When I use the "Copy to other Qube" and "Move to other Qube" buttons, I receive the following error:

qfile-agent: Fatal error: File copy: "Unknown error -84; Last file: Korn - Requiem (2022) Mp3 320kbps [PMEDIA] ______" (error type: Unknown error -84)

A screenshot of the filename is attached. Korn - Requiem (2022) Mp3 320kbps [PMEDIA] ⭐️

When I use the following commands, I get the same error:

/usr/bin/qvm-copy
/usr/bin/qvm-move

This bug seems to be related to issue #9506.

Screenshot_2024-11-09_12-28-36

DemiMarie commented 2 weeks ago

I think this is a duplicate of #9506 which is fixed in the testing repository.

vzvva commented 2 weeks ago

I upgraded Fedora 39 to the testing repository using the following command: sudo dnf update --enablerepo=qubes-vm-r4.2-current-testing

9506 is fixed, but this new bug has appeared."

DemiMarie commented 2 weeks ago

Did you upgrade your destination qube?

vzvva commented 2 weeks ago

I checked now, and both AppVMs are using the same template, which has been updated to the testing repository. Files with emojis are causing errors.

vzvva commented 2 weeks ago

Sorry, one point: the folder has this issue. You can reproduce it like this:

mkdir  "Korn - Requiem (2022) Mp3 320kbps [PMEDIA] ⭐️"
qvm-copy Korn\ -\ Requiem\ \(2022\)\ Mp3\ 320kbps\ \[PMEDIA\]\ ⭐️

qfile-agent: Fatal error: File copy: "Unknown error -84; Last file: Korn - Requiem (2022) Mp3 320kbps [PMEDIA] ______" (error type: Unknown error -84)