BrowserWorks / Waterfox

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

Waterfox breaks when profile located on exFat filesystem #3503

Open AdamCalculator opened 4 months ago

AdamCalculator commented 4 months 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 4 months ago

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

AdamCalculator commented 4 months ago

File structure

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

RobertZenz commented 3 months ago

This could be caused by exFAT not supporting UNIX permissions.