Skip to content
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

Open
2 tasks done
ashish0kumar opened this issue Oct 5, 2024 · 4 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@ashish0kumar
Copy link

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

  1. Symlink the flow launcher config
  2. Run flow launcher at startup

Screenshots

No response

Flow Launcher Version

1.19.2

Windows Build Number

10.0.22631.4169

Error Log

log file

@ashish0kumar ashish0kumar added the bug Something isn't working label Oct 5, 2024
@taooceros
Copy link
Member

Yeah to provide atomicity of the file operation we do not support symbolic link to prevent potential data corruption.

@taooceros
Copy link
Member

If more request to this we can consider switching to an embedded database rather than plain text.

@bropines
Copy link

bropines commented Oct 8, 2024

My programs plugin recursively tried to count symlinks in the start menu, which is why the log weighed 15 GB
explorer_j9A7w0Dil0

@taooceros
Copy link
Member

My programs plugin recursively tried to count symlinks in the start menu, which is why the log weighed 15 GB explorer_j9A7w0Dil0

huh that's a different issue. Could you fire another one? Also could you show some snippet inside the very large log that count symlink?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants