https://bugs.kde.org/show_bug.cgi?id=506593

--- Comment #1 from Taneli Tavi <[email protected]> ---
(In reply to Taneli Tavi from comment #0)
> STEPS TO REPRODUCE
> 1. Mount a Android device filesystem using kdeconnect
> 2. touch "Test file: the test" && cp "Test file: the test" 
> /run/user/1000/(your_uuid_here)/storage/emulated/0/
> 
> OBSERVED RESULT
> File not copied
> "cp: cannot create regular file
> '/run/user/1000/(your_uuid_here)/storage/emulated/0/Test file: the test':
> Operation not permitted"
> 
> EXPECTED RESULT
> File copied successfully
> 
> SOFTWARE/OS VERSIONS
> Operating System: Bazzite 42
> KDE Plasma Version: 6.4.0
> KDE Frameworks Version: 6.15.0
> Qt Version: 6.9.1
> 
> Android 15 /w Kdeconnect 1.33.4(F-Droid)
> 
> ADDITIONAL INFORMATION
> Fails similarly from other systems as well, such as from my Alpine Linux
> laptop. Given that sshfs normally works fine from a Linux host to another
> with the same filename and the sshfs options used in kdeconnect do not seem
> to be the culprit, the issue is likely on the Android side.

It seems that the device(moto g32 running CalyxOS) uses sdcardfs on
/data/media, so this is likely a strange edge-case. Regardless, the way Android
filemanager for example handles colons on fat32/sdcardfs is to change them into
underscores when moving or creating files with them, which would be preferred
behavior as when trying to copy such files with Dolphin for example currently
it fails silently.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to