Comment 28 for bug 1951210

Revision history for this message
Bill Weinel (bweinel) wrote :

This issue also occurs with GIMP and Firefox. When trying to access the GIMP help folder with Firefox, it reports "File not found".

Steps to reproduce:

Firefox 104.0.1 snap in Kubuntu attempts to access the Gimp application help file "index.html" which is located in folder "/usr/share/gimp/2.0/help/en/" using command URL "file:///usr/share/gimp/2.0/help/en/index.html".

Actual results:

Firefox is unable to access that folder and reports the following:

File not found

Firefox can’t find the file at /usr/share/gimp/2.0/help/en/index.html.

Check the file name for capitalization or other typing errors.
Check to see if the file was moved, renamed or deleted.

Expected results:

Firefox should be able to access the folder and files at that location since they are accessible using the same user id with a bash command line command:

cat /usr/share/gimp/2.0/help/en/index.html