Hello all, Hope my message and requests as newbie on Snapcraft make total sense. I have submitted my first snap of omniscope-evo, and to have it working I had to use the “personal-files” interface and create 2 plugs for these reasons:
-
the app is a Java web app, and it stores/reads user preferences to/from the typical ~/.java/.userPrefs folder.
-
the app stores settings, libraries, db drivers, and other working files in the ~/.visokioappdata .
plugs: dot-visokioappdata: interface: personal-files read: [$HOME/.visokioappdata] write: [$HOME/.visokioappdata] dot-java-dot-userprefs: interface: personal-files read: [$HOME/.java/.userPrefs] write: [$HOME/.java/.userPrefs]
Happy to explain in more detail to clarify the request
Thanks and regards Antonio