Comment 2 for bug 1748298

Revision history for this message
Olivier Tilloy (osomon) wrote :

The same operation (opening a template file) succeeds with libreoffice installed as a deb, and the template is read-only too. The major difference between the two is that in the case of the deb the error code when trying to open the file in write mode is EACCES, whereas for the snap it's EROFS. I guess libreoffice handles those two situations differently.