Hello reviewers,
This is a follow on request very similar to Request auto-connection of personal-files for platform-bible snap - #2 by jslarraz.
- name:
paratext-10-studio
- description: Software Bible translation tool
- snapcraft: We’re using
electron-builder
so there isn’t a full snapcraft file available, but here is very similar electron config for thepersonal-files
interface we’re requesting. Note that we change this fromdot-platform-bible
todot-paratext-10-studio
and the folder from.platform.bible
to.paratext-10-studio
. - upstream: The repo is private but under Paranext · GitHub
- upstream-relation: I am one of the developers working on this project.
- interfaces:
- personal-files:
- request-type: auto-connection
- reasoning: Our software is intended to run on Linux, Windows, and macOS. The application directory that stores user data and settings has been standardized across all OSes to be the
{USER_HOME_DIRECTORY}/.paratext-10-studio
. We may need to distribute the application in Linux on forms other than a snap, so we want to make sure the snap is able to read and write to the actual directory within the user’s home directory. Also, we don’t want user data to be lost if they remove the snap and have not uploaded it somewhere.
- personal-files:
Thanks, Matt