https://bugs.kde.org/show_bug.cgi?id=420959
--- Comment #15 from avlas <jsar...@gmail.com> --- By the way, I workarounded the issue starting flatpak's octave as follows (it makes system's /tmp accessible to flatpak's sandbox): ``` #!/bin/sh exec /usr/bin/flatpak run --branch=stable --arch=x86_64 --filesystem=/tmp org.octave.Octave "$@" ``` -- You are receiving this mail because: You are watching all bug changes.