1
0
mirror of synced 2024-11-16 20:07:12 +01:00
ImHex/lib/libimhex/source
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
..
api fix: std::u8string usage with nlohmann::json 2022-07-05 09:01:09 +02:00
data_processor sys: Enable -Wall, -Wextra, -Werror and fix all warnings on all Platforms (#483) 2022-03-27 00:01:28 +01:00
helpers fix: Add Config/DataHomeDir paths before Config/DataDirs paths (#586) 2022-07-25 12:08:10 +02:00
providers sys: Remove remaining references to hex.builtin from libimhex 2022-07-02 17:53:13 +02:00
ui ui: Added filter to bookmarks view 2022-07-23 20:38:38 +02:00