Hello. Currently ~/.config and ~/.local/share paths are hardcoded in the app. The problem is that non-compliance with the XDG standard doesn't allow to control the location of data/configurations when using environment variables XDG_DATA_HOME/XDG_CONFIG_HOME as prescribed by the specification.
This especially important for packaging app in Flatpak format. This is must have for solving this issue #147.
See:
Hello. Currently
~/.configand~/.local/sharepaths are hardcoded in the app. The problem is that non-compliance with the XDG standard doesn't allow to control the location of data/configurations when using environment variablesXDG_DATA_HOME/XDG_CONFIG_HOMEas prescribed by the specification.This especially important for packaging app in Flatpak format. This is must have for solving this issue #147.
See: