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

Respect OS storage path conventions. #4609

Open
MicahZoltu opened this issue May 26, 2019 · 2 comments
Open

Respect OS storage path conventions. #4609

MicahZoltu opened this issue May 26, 2019 · 2 comments
Labels
OS/Windows priority/P4 Planned work. We expect to get to it "soon".
Projects

Comments

@MicahZoltu
Copy link

Description

Currently, Brave is writing cache files to %APPDATA% on Windows. %APPDATA% is synced/backedup over network/internet and is meant to only contain user configuration files and other small irreplaceable data items. Brave should be writing cache files and large replaceable user data files (like scripts, executables, etc.) to %LOCALAPPDATA%, which is meant for that sort of thing.

Steps to Reproduce

Install and use Brave.

Actual result:

Large amounts of data are written to %APPDATA%.

Expected result:

%APPDATA% contains only small user-specific configuration files.

Reproduces how often:

Easily reproduced.

Brave version (brave://version info)

0.64.77 Chromium: 74.0.3729.169 (Official Build) (64-bit)

Miscellaneous Information:

Please respect my hard drive and backup system!

@bsclifton
Copy link
Member

Related: #1473

@rebron rebron added the priority/P4 Planned work. We expect to get to it "soon". label Jun 7, 2019
@rebron rebron added this to Untriaged Backlog in General Jun 10, 2019
@rebron rebron moved this from Untriaged Backlog to P4 Backlog in General Jun 11, 2019
@Neustradamus
Copy link

Dear @brave team,

Have you looked for this historical problem?

Currently, user profile is saved in the bad folder.

%LOCALAPPDATA% must be replaced by %APPDATA%.

But attention, for example, Mozilla Firefox has:

  • Install folder: %PROGRAMFILES%\Mozilla Firefox
  • Profile folder: %APPDATA%\Mozilla\Firefox
  • Cache folder: %LOCALAPPDATA%\Mozilla\Firefox

Linked to:

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS/Windows priority/P4 Planned work. We expect to get to it "soon".
Projects
General
  
P4 Backlog
Development

No branches or pull requests

4 participants