Document new location of the configuration file
Distribute ui/widget/fuse.font in SDL2 build for Windows
I think GLIB_DISABLE_DEPRECATION_WARNINGS and GDK_DISABLE_DEPRECATION_WARNINGS are a better way. Allow to enable or disable warnings easily without digging into source files. Plus being independent from the compiler.
Hi all, Fuse team is busy with real life issues (me too) and I think we are not in a position to do a new release :-( Master branch is stable, though. Code contributions deserve more attention and all the gratitude. I'll try to review them if I get free time.
ZX Spectrum icons don't appear in the file chooser
Looks good to me. Committed in [039d7d]. Thank you.
Keep only the mime types for the most common formats
I'm up to allow the use of $XDG_CONFIG_HOME. Some modern applications use $HOME/.config for configuration files, with notable exceptions like OpenSSH [1]. If $XDG_CONFIG_HOME is not set, the config file is stored in the working directory. Maybe we should check this case. The XDG Base Directory Specification [2] says: $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used. IMO we should also document this location in the manual. Opinions? [1] https://web.archive.org/web/20190925004614/https://bugzilla.mindrot.org/show_bug.cgi?id=2050...