Data folder path on Linux
See original GitHub issueCurrently production Brave (electron) stores data in folders:
/home/<user>/.config/brave
and
/home/<user>/.config/brave-beta
Chromium-fork Brave stores in
/home/<user>/.config/brave
and
/home/<user>/.config/brave-development
for non-official builds
Beta and unstable channels
/home/<user>/.config/brave-beta
and
/home/<user>/.config/brave-unstable
This may cause a conflict.
It makes sense to rename dir to
/home/<user>/.config/brave-browser
until it is not released.
It is already has a patch near https://github.com/brave/browser-android-tabs/blob/master/chrome/common/chrome_paths_linux.cc#L78 .
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Linux FHS Data Directory - Javatpoint
Data directory is used to store data of the system. Data directory contains following directories. /home; /root; /srv; /media; /mnt; /tmp. /home.
Read more >Understanding file paths and how to use them in Linux
A file path is the human-readable representation of a file or folder's location on a computer system. You've seen file paths, although you ......
Read more >An Introduction to Linux Directories and the PATH Variable
/var - Variable data files ... Writable counterpart to the /usr directory. It includes spool directories and files, administrative and logging ...
Read more >Linux distro with '/data' in root directory? - Stack Overflow
I'm trying to run an install script for J2V8 on Ubuntu and it appears to reference a non-existant directory called /data/jenkins/node .
Read more >[Chapter 4] 4.3 How Linux Organizes Data - O'Reilly
The filesystem organizes the available space and provides a directory that lets you assign a name to each file, which is a set...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@srirambv , yes now path is
.config/BraveSoftware/Brave-Browser-Dev
/home/<user>/.config/brave
is an obsolete. ok to mark as Pass.Verification Passed on