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

--- Comment #7 from lestofant...@gmail.com ---
@Nate Graham was looking into it and intercepting "file open" to hang them
until filtered require quite a bit of magic in the kernel
(https://unix.stackexchange.com/questions/394323/intercepting-file-access-events)

or there is the quick and dirty way to use inotify, on new file change them to
disable (hidden proprierty to true?), change ownership to something else non
application writable (probably a custom user here), and finally visualize the
request windows to the user asking for confirmation.  

the order of operation is made in a way that even if the application that check
crash/fail (inotify may fail, or pc may get shut down in that very moment) at
the next start the .desktop that has no correct ownership will not started, and
the later when the script start it will process them.  

I think i can quickly write the script if the idea is accepted.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to