I am using curlftpfs to map a folder:
mkdir ~/ftp_docs;
curlftpfs -o "user=myusername:mypassword" myftpserver.co.uk ~/ftp_docs/
here I can see ftp_docs and access the directory as any other on the system.
When I try to open a draw document by doing:
libreoffice --draw EveningChecklist.odg
I get a dialog showing:
General input/output error while accessing /path/to/file.odg.
Only other changes I have made to the system is installing at-spi2-core which seemed recommended.
Can anyone advise?
EDIT: just a bit more information. The same thing happens when using gio mount to mount the directory.