[Bug 258679] www/chromium: Unable to download files with chromium-92.0.4515.159_2
Date: Wed, 10 Nov 2021 00:55:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258679 --- Comment #14 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- on FreeBSD 12.3-STABLE stable/12-n234193-89e293e5dcb4-dirty amd64 If ENV HOME has been changed... /home/tatsuki is my default HOME. #!/bin/tcsh setenv HOME `mktemp -d` ; cd ~ ; chrome --incognito & Download to /tmp/tmp.XXXXXXXX/Downloads was successful. Download to /home/tatsuki/Downloads failed. /var/tmp/tmpfs is tmpfs on /var/tmp/tmpfs (tmpfs, local, nosuid). setenv HOME /var/tmp/tmpfs ; cd ~ ; chrome --incognito & Download to /var/tmp/tmpfs/Downloads failed. Download to /home/tatsuki/Downloads failed. It looks like we have more strange conditions again :) -- You are receiving this mail because: You are the assignee for the bug.