-
Hi all this is a simple problem that involves several parties. First off Christian Boxdoerfer makes a truly exceptional search program for Linux called Fsearch. Ryo Nakano Reco - Record talks to remember the contents later https://github.com/ryonakano/reco Take photos and record videos with your webcam The problem I am now facing is that when I do a search for files - mp3's, pictures, videos, documents etc., using Fsearch, these programs that have NOTHING to do with any thing, have backed up a file NAME list - of everything on my hard drives... like 1.5 million files. And Fsearch cannot be faulted, but after much looking I can't see any overt ways to cut specific directories from the search. You see there are legitimate file name pathways, e.g. Home/Desktop/Elvis Movies/ etc. And then there are these files... Mostly these two: And there are copies of EVERY file NAME on the system.... /run/user/1000/doc/by-app/com.github.ryonakano.reco/ etc. /run/user/1000/doc/by-app/io.github.webcamoid.Webcamoid/ etc. So the programs have coding defects. Can the people responsible for the apparently copied or replicated coding error please clean them up. And Christian - if you could include a way to permanently lock out some pathways when doing a search. Thanks to all. Shane T. Hanson |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
First of all―neither Reco, Webcamoid, nor FSearch do NOT back up your files. And any of these apps do NOT have coding defects about this. What happens here is exactly AlternativeOstrich7 answered in this Reddit. If you do think it's weird that your files look like backed up in |
Beta Was this translation helpful? Give feedback.
First of all―neither Reco, Webcamoid, nor FSearch do NOT back up your files. And any of these apps do NOT have coding defects about this.
What happens here is exactly AlternativeOstrich7 answered in this Reddit.
/run/user/1000/doc/by-app/
is used to export files/directories which user explicitly allows access to Flatpak apps (like Reco or Webcamoid). By exporting, we can prevent Flatpak apps from accessing unnecessary files/directories (which so-called sandboxing).If you do think it's weird that your files look like backed up in
/run/user/1000/doc/by-app/
, you can wipe them by trying this. However it would also reset settings (like permission of background activity) of any apps installed…