[filelight] [Bug 486549] filelight: doesn't correctly process OneDrive cloud files

Harald Sitter bugzilla_noreply at kde.org
Tue May 7 13:08:43 BST 2024


https://bugs.kde.org/show_bug.cgi?id=486549

Harald Sitter <sitter at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #2 from Harald Sitter <sitter at kde.org> ---
As it turns out processes aren't by default privy to see onedrive files as
spares files. That has the advantage that most apps simply don't need to care
about what's what. One would need to set
RtlSetProcessPlaceholderCompatibilityMode to change that and I am not sure is a
good idea because it is NT API and could break things elsewhere in the stack
(e.g. in Qt).

Unhydrated files seem to have the FILE_ATTRIBUTE_UNPINNED attribute set though,
so we could just hold on to that in absence of other information. Supposedly an
unpinned file would only ever be ephemerally present, if at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list