On Xubuntu Xenial (16.04.3 LTS, 64bit), I got a "general I/O" error when trying to save files in LibreOffice Draw
The error message was something like this:
Regardless of content or location or filename. Just to my home folder.General Error. General input/output error
No network drive, no USB disk - and (luckily), according to "dmesg": No general input/output error
[SOLUTION]
I don't know why, but the meta-package "libreoffice" wasn't installed on my machine.
So I just installed it, and it pulled in some additional packages:
Code: Select all
$ apt install libreoffice
Would like to know what caused the error, but don't have time to debug/reproduce it now.
Happy it works.