I'm trying to launch the chromium-browser for my scraping project and I'm getting this error on my Ubuntu 20.04.2 LTS (GNU/Linux 5.8.0-1038-aws x86_64)
Chrome process stopped before startup completed. Additional info: /usr/bin/chromium-browser: 12: xdg-settings: not found cmd_run.go:1002: WARNING: cannot create user data directory: cannot create "/var/www/snap/chromium/1732": mkdir /var/www/snap: permission denied Sorry, home directories outside of /home are not currently supported. See https://forum.snapcraft.io/t/11209 for details.
It works on my local machine and when run the df
command to see mount points I could see that it's also similar to my local environment.
click to see output of df command
Can someone help me with this? Thanks in advance
snap connect
(see an answer at https://askubuntu.com/questions/1184357/why-cant-chromium-suddenly-access-any-partition-except-for-home) but no exceptions exist for /var/ which is a system directory. That would require a classic confined snap – guiverc Sep 02 '21 at 08:54