Hello,
I’m testing packaging applications with Flatpak and I’m having questions regarding the usage of XDG folders.
It is an application that is currently using the /app path for some read-write files so I’m patching it so that it uses the Flatpak XDG folders for those.
Since these changes are only for Flatpak packaging, I’m having questions whether is best to use the typical behaviour (XDG_CONFIG_HOME/APP_NAME/CFG_FILE) or a simplified one (XDG_CONFIG_HOME/CFG_FILE).
Examples of possible options:
- ~/.var/app/org.apache.jmeter/config/user.properties
- ~/.var/app/org.apache.jmeter/config/jmeter/user.properties
- ~/.var/app/org.apache.jmeter/config/org.apache.jmeter/user.properties
I’m not sure which option would be the recommended for this packaging.
For further information about the tests I’m doing, those are jmeter and soapui.