mmtrt / acrordrdc-snap

Unofficial snap repo for acrordrdc snap
https://snapcraft.io/acrordrdc
GNU Lesser General Public License v2.1
27 stars 5 forks source link

when saving I get "disk full" #32

Open Gunstick opened 1 year ago

Gunstick commented 1 year ago

also tried with candidate

Ubuntu 21.10

I don't know how to debug this, if I log into the snap with shell, the df command has permission denied.

Acrobat puts up a dialog:

The disk you were saving to or the disk used for temporary files is full.

image

Gunstick commented 1 year ago

Seems it is not possible to save to some linux drive but only to C: or similar. Could this be an issue that the snap is containerized and not allowing writes outside?

mmtrt commented 1 year ago

where are you trying to save the file is it in some mounted drive or just home dir?

Gunstick commented 1 year ago

I save it to /home/gunstick/doc/ which is a subdirectory of / partition. So saving it to wine's C:....\Desktop it ended by magic in /home/gunstick/Desktop, which is also on / partition. Is that a link wine creates, or managed by the snap? Anyway, I made it work like that. But it's not intuitive. As the "Save As..." dialog presents also the linux / directory tree, people get confused that this may actually work.