sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
698 stars 108 forks source link

Slade uses 2 configuation directories in ~/ #1690

Open Person-Who-Exists opened 3 months ago

Person-Who-Exists commented 3 months ago

Editor

Map editor

Description of your feature request

Slade creates 2 directories in ~/ (~/.slade and ~/.slade3) .slade only ever contains one file called SLADE-[Version number]

Slade using 2 directories one of which goes mostly unused should be removed.

Also on a Unix os, config files (Like the ones seen in ~/.slade) should be located in $XDG_CONFIG_HOME/slade although this is not strictly necessary.

I cannot say if this is also the case for MacOs, although it likely is as it complies with POSIX.

Mock-up

No response

Pedro-Beirao commented 3 months ago

On macOS slade uses ~/Library/Application Support/slade3. It is the correct directory for this.