BrowserWorks / Waterfox

The official Waterfox 💧 source code repository
https://www.waterfox.net
Other
3.72k stars 334 forks source link

Waterfox breaks when profile located on exFat filesystem #3503

Open AdamCalculator opened 1 month ago

AdamCalculator commented 1 month ago

What happened?

I use VaraCrypt container with exFat filesystem, waterfox soo slow and js code randommicaly crashes when profile located in exFat. May be it related with symlink 'lock'. exFat not support symlinks

Reproducible?

Version

G6

What platform are you seeing the problem on?

Linux

Relevant log output

No response

AdamCalculator commented 1 month ago

If i make a ext4 container, browser works correctly (but, i can't be mount this container on Windows :sob:)

AdamCalculator commented 1 month ago

File structure

/media/veracrypt1/.waterfox (exFat) /home/user/.waterfox (symlink by ln -s /media/veracrypt1/.waterfox)

RobertZenz commented 1 month ago

This could be caused by exFAT not supporting UNIX permissions.