Hello! ## Problem When I try to plot a graph (e.g. [staticPlot.kt](https://github.com/SciProgCentre/plotly.kt/blob/master/examples/src/main/kotlin/staticPlot.kt)) after executing `plot.makeFile()` and opening **Firefox** browser, I get **"File not found"** message. <img width="741" height="235" alt="Image" src="https://github.com/user-attachments/assets/7f84ff22-b368-410f-9b2b-3d161f77a1fe" /> But the file exists at the specified path. ## System: - Ubuntu 24.04.4 LTS - Firefox 151.0.2 (64-bit) If I try to copy the path and open it in **Google Chrome**, everything works fine. ## Possible cause: > The Firefox [snap](https://en.wikipedia.org/wiki/Snap_(software)) is sandboxed. The sandbox prohibits reading files outside of ~ and /var/www. To check the list of running snap packages in Linux terminal `snap list` The result of executing the command in my case: <img width="1079" height="245" alt="Image" src="https://github.com/user-attachments/assets/29bf1e3f-bab5-4842-ac2d-20a2f0358619" /> ## Possible solutions: Try downloading another copy of Firefox or trying a different browser package: [Link 1](https://askubuntu.com/questions/1491067/firefox-119-0-that-came-with-22-04-wont-open-files-in-tmp), [Link 2](https://support.mozilla.org/en-US/questions/1377872)
Hello!
Problem
When I try to plot a graph (e.g. staticPlot.kt) after executing
plot.makeFile()and opening Firefox browser, I get "File not found" message.But the file exists at the specified path.
System:
If I try to copy the path and open it in Google Chrome, everything works fine.
Possible cause:
To check the list of running snap packages in Linux terminal
snap listThe result of executing the command in my case:
Possible solutions:
Try downloading another copy of Firefox or trying a different browser package: Link 1, Link 2