-
Notifications
You must be signed in to change notification settings - Fork 816
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
Bring back .lnk files on Windows and always treat them as non-virtual files. #4968
Conversation
@mgallien @tobiasKaminsky One other possible fix for .lnk files on Windows. This PR turns .lnk files to always be treated as normal files instead of placeholders. This allows for avoiding having a VFS hydration freeze. Two other possible solutions that we have discussed:
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4968 +/- ##
==========================================
+ Coverage 56.98% 57.10% +0.12%
==========================================
Files 138 138
Lines 17232 17230 -2
==========================================
+ Hits 9819 9839 +20
+ Misses 7413 7391 -22
|
this solution looks interesting. |
Sounds promising! |
… files. Signed-off-by: alex-z <[email protected]>
abef937
to
225c2dd
Compare
I have tested it with different scenarios. Seems to be working. |
Kudos, SonarCloud Quality Gate passed! |
AppImage file: nextcloud-PR-4968-225c2dda4c3fe57c24abccb3616bd2614fc812ec-x86_64.AppImage |
/backport to stable-3.6 |
Fix #3244
Signed-off-by: alex-z [email protected]