Home > OS >  Chrome doesn't see most of the local files
Chrome doesn't see most of the local files

Time:06-20

I installed Google Chrome on Ubuntu using Flatpak. I can open only the following folders in my home directory:

.config/
.local/
.pki/
.var/
docs/
files/
music/
pictures/
videos/

If I try to open other folders or files I get ERR_FILE_NOT_FOUND. How can I allow Chrome to open other files?

CodePudding user response:

Aha! Made my account just for this issue. The fix is to install Flatseal (i'm sure there's a CLI way to do this, but i'm not sure of it) and select Google Chrome. Then, scroll down to Filesystem and enable "All user files". If you wish, it seems you can also give it access to the rest of the filesystem.

This one was bugging me!

  • Related