This, obviously is not a Racket problem, but maybe somebody has seen this before, and can offer a fix.
Yesterday, and today, I installed several Linux distros on my computer, just to see if my math-quiz package works everywhere. So they are all freshly installed distros, without any modifications, and the first thing I did was to install Racket (directly off of Racket download site), and install it in Unix style (that I always do).
Next I opened DrRacket window, and with Package Manager installed math-quiz.
When math-quiz was started, first I opened the documentation /scribblings/math-quiz.html file. Results are as follows:
My previously installed Mint (Cinnamon) - works OK
Newly installed Fedora (Gnome) - works OK
Newly installed Manjaro (Plasma) - works OK
Newly installed Ubuntu 23.10 - does not work! - 23-10 Trashed after that.
Newly installed Ubuntu 22.04 - does not work! But it's worse than just math-quiz!
On Ubuntu 22,04 I also tried to access Racket help desk. Also does not work!
The errors displayed by Firefox are following:
The file at /var/tmp/plt-sendurl-contents-file-16993613621699361362870.html is not readable.
It may have been removed, moved, or file permissions may be preventing access.
This is Racket help desk, and below is for math-quiz:
The file at /home/hrvoje064/.local/share/racket/8.10/pkgs/math-quiz/scribblings/math-quiz.html is not readable.
It may have been removed, moved, or file permissions may be preventing access.
I did not check Racket help desk file, but I run some tests on math-quiz file:
The file can be opened with any ordinary editor (in place), but Firefox (I also tried Opera) will not open the file, even if directly clicking on it in the scribblings folder.
Further to this I tested (following the path in error message all the way up to my home folder), and Firefox will not open any files that are in a path starting with .local
Is there a way to fix this? Or I just forget about Ubuntu?