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

The app wipes the content of ~/documents/temp when started #3881

Open
eric-void opened this issue Oct 29, 2024 · 1 comment
Open

The app wipes the content of ~/documents/temp when started #3881

eric-void opened this issue Oct 29, 2024 · 1 comment
Labels

Comments

@eric-void
Copy link

Description

When the app starts, it wipe all files and folders inside ~/documents/temp.
If you use that path for other purposes, it's a HUGE problem.
(I store a lot of files there, everything deleted by Ente!)

The app should not use a public path like that (if it needs a temporary folder it should use one in /tmp instead) or, at least, check if the path exists before its initialization, and use a different name (a pseudo-random name or similar).

Version

4.0.2-1

What product are you using?

Ente Auth

What platform are you using?

Desktop - Linux

@eric-void eric-void changed the title The app wipe the content of ~/documents/temp when started The app wipes the content of ~/documents/temp when started Oct 29, 2024
@eric-void
Copy link
Author

Partially related to #2156

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

No branches or pull requests

1 participant