flathub / net.codeindustry.MasterPDFEditor

https://flathub.org/apps/details/net.codeindustry.MasterPDFEditor
0 stars 4 forks source link

MasterPDF loosing all initials after restart #65

Open sonicnkt opened 1 year ago

sonicnkt commented 1 year ago

I noticed that when i completely close MasterPDF it looses all initials i created previously: https://code-industry.net/masterpdfeditor-help/inserting-initials/

This works fine on windows and the native linux releases on their homepage.

Initials (and custom stamps) will be stored in ~/.masterpdfeditor/ in the official linux version and can be fixed in the flatpak by adding this directory using flatseal.

muelli commented 1 year ago

yeah, we're not exposing that directory: https://github.com/flathub/net.codeindustry.MasterPDFEditor/blob/86538d7727264b54b8cd745f27e1abf13afe9047/net.codeindustry.MasterPDFEditor.yaml#L6

Hm. Ideally, the app would use the XDG directories.

I see two ways to make it work: 1) We could probably symlink ~/.masterpdfeditor to $XDG_CONFIG_HOME 2) add ~/.masterpdfeditor to the manifest.

muelli commented 1 year ago

https://github.com/flathub/net.codeindustry.MasterPDFEditor/issues/19 seems related, somehow.