btrfs icon indicating copy to clipboard operation
btrfs copied to clipboard

Cannot save file in Qt creator, throws ERROR_SYMLINK_NOT_SUPPORTED

Open maz-1 opened this issue 3 years ago • 6 comments

src

The error message says "This application does not support the current operation on symbolic links", however the file being saved is not a symbolic link

maz-1 avatar Feb 27 '22 15:02 maz-1

What version of Qt Creator is this? I couldn't reproduce on 6.0.2.

Also, where did you get "ERROR_SYMLINK_NOT_SUPPORTED" from?

maharmstone avatar Feb 28 '22 19:02 maharmstone

Qt creator 4.14 From what I searched "This application does not support the current operation on symbolic links" is a win32 error, code 1464 (ERROR_SYMLINK_NOT_SUPPORTED)

maz-1 avatar Mar 01 '22 03:03 maz-1

I tried to compress the source and extract, the message is gone So I guess there is some permission problem, but winbtrfs does not report it correctly

maz-1 avatar Mar 01 '22 03:03 maz-1

Permissions seem to mess up after I copy my project from onedrive to btrfs (Files have permissions inherited from "None") This does not happen to all files. I still don't know the exact way to reproduce 捕获

maz-1 avatar Mar 01 '22 03:03 maz-1

I'm not sure if OneDrive perserves Unix permissions on files, considering it expects a Windows permission model

Masamune3210 avatar Mar 01 '22 05:03 Masamune3210

I'm not sure if OneDrive perserves Unix permissions on files, considering it expects a Windows permission model

I am copying from onedrive to btrfs not vise versa

maz-1 avatar Mar 01 '22 05:03 maz-1

Closing old issues

maharmstone avatar Nov 30 '23 01:11 maharmstone