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 <blackslayer4@gmail.com>
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 blackslayer4@gmail.com