Reproducing:
- clone https://github.com/diddledan/snapcraft-preload-glib-test
- build and install the snap
- run the command
glib-test
TWICE
The first run creates the test file, which works, and the second run attempts to rewrite it, which fails.
The error is related to GIO’s g_file_replace()
function. Using snapcraft-preload
does not fix the problem. This is preventing the GIMP beta from working successfully.
cc/ @sergiusens