CharaChorder / nexus

CharaChorder's logging and analysis desktop app, supporting Linux, Windows, and macOS.
GNU Affero General Public License v3.0
19 stars 7 forks source link

Freqlog DB file should be stored in XDG_DATA_HOME #92

Closed GetPsyched closed 11 months ago

GetPsyched commented 11 months ago

Currently, the SQLite file for the Freqlog db is stored wherever you run the app. This breaks the app when running it from different directories where it thinks the DB doesn't exist anymore. This shouldn't happen.

On Linux, this DB must be stored in XDG_DATA_HOME, falling back onto .local/share/nexus. I'm unsure what the conventions are for Windows and MacOS.

Raymo111 commented 11 months ago

This is already captured in #48.

GetPsyched commented 11 months ago

Ah, sorry; I didn't find that issue