-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: application does not support the current operation on symbolic links #3011
Comments
Yeah to provide atomicity of the file operation we do not support symbolic link to prevent potential data corruption. |
If more request to this we can consider switching to an embedded database rather than plain text. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh |
This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen. |
@taooceros Wouldn't this be trivial to solve by simply first resolving the path, then call |
I guess it makes sense? I am not quite familiar with symlink. Are you proposing we resolve the final path and then replace the final file instead of the symlink? |
Correct. If the problem is a path that includes one or more symlinks being passed to one of the functions, it should work to just first resolve it (that is, the resolved path no longer contains any symlink(s), it'll just be a simple absolute path) and then invoke the function. |
@taooceros I tested the build, and I'm now able to symlink files without any issues. Thanks for the fix! |
Checks
I have checked that this issue has not already been reported.
I am using the latest version of Flow Launcher.
Problem Description
Since, I symlinked the config of flow launcher to my dotfiles flow launcher config. This error is showing on startup:
System.IO.IOException: This application does not support the current operation on symbolic links.
To Reproduce
Screenshots
No response
Flow Launcher Version
1.19.2
Windows Build Number
10.0.22631.4169
Error Log
log file
The text was updated successfully, but these errors were encountered: