1
0
mirror of synced 2024-09-25 12:08:26 +02:00
ImHex/lib/libimhex
catsout 3b8b95a22f
fix: Add Config/DataHomeDir paths before Config/DataDirs paths (#586)
fix not saving to "XDG_DATA_HOME", when "XDG_DATA_DIRS" is available.  
fix "Content Store" persist in flatpak.

XDG specification specifies how to find config and data directories on
linux systems. Specifically, it says this:

- Data should be written to $XDG_DATA_HOME
- Config should be written to $XDG_CONFIG_HOME
- Data should be read from $XDG_DATA_HOME:$XDG_DATA_DIRS
- Config should be read from $XDG_CONFIG_HOME:$XDG_CONFIG_DIRS
2022-07-25 12:08:10 +02:00
..
include ui: Added filter to bookmarks view 2022-07-23 20:38:38 +02:00
source fix: Add Config/DataHomeDir paths before Config/DataDirs paths (#586) 2022-07-25 12:08:10 +02:00
CMakeLists.txt build: Use Portal instead of GTK file dialogs on Linux 2022-07-02 20:11:43 +02:00