Skip to content
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

Location of file results_duplicates.txt #1000

Open
chryxc opened this issue Jun 13, 2023 · 5 comments
Open

Location of file results_duplicates.txt #1000

chryxc opened this issue Jun 13, 2023 · 5 comments

Comments

@chryxc
Copy link

chryxc commented Jun 13, 2023

Hi,

I compiled czkawka myself for Apple M1 and tried to store all found duplicates in a file via the "save" button. It seems to store it somewhere "Saved results to file ⁨results_duplicates.txt⁩", but I couldn't find this file on the drive. Also I didn't see the default location mentioned in the description on github or settings of czkawka. The only workaround I found is to copy the corresponding lines from a file in the Caches folder.

@Jogai
Copy link

Jogai commented Aug 5, 2023

It writes it to the home directory.

What I want to know is, can this be reused as cache? I closed the program after hours of scanning, but to scan again would take the same amount of time again (roughly, since I did delete a lot of duplicates in the meantime).

@chryxc
Copy link
Author

chryxc commented Aug 12, 2023

That's where I looked first, just tested again: No such file in my home folder (also no hidden one) on macOS
I also searched a file with that name via Finder, no results 😕

@chryxc
Copy link
Author

chryxc commented Oct 15, 2023

With the latest update to version 6.1.0 I get the following error when trying to save the results: Failed to save results to file Read-only file system (os error 30)

@qarmin
Copy link
Owner

qarmin commented Oct 15, 2023

It save files into current path

If app works, when current dir is:

/home/user

It will try to write files into

/home/user/dupliactes*.txt

so changing current folder will change location where files are written.

From CLI changing this is quite simple

cd /any/folder;
czkawka_gui

this will save results into /any/folder

@chryxc
Copy link
Author

chryxc commented Feb 25, 2024

The new update 7.0.0 helps to understand the problem, as I get the error Failed to save results to folder /, reason Read-only file system (os error 30). As I compiled the GUI as native macOS .app bundle, the folder from which it gets executed seems to be the root one, so it would be cool to add the possibility to change the folder for saving results independently from the execution path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants