unix-streamdeck / streamdeckd

BSD 3-Clause "New" or "Revised" License
51 stars 8 forks source link

Location of config-files #12

Closed ScuttleSE closed 2 years ago

ScuttleSE commented 3 years ago

I suggest moving config files to $XDG_CONFIG_HOME/streamdeck, or similar, instead of putting the config directly in $HOME.

What with the streamdeck requiring multiple resources, it would be nice with a common place to put it all.

andydotxyz commented 3 years ago

Maybe in Fyne's App.Storage().RootURI() perhaps - that picks based on OS, based on XDG_CONFIG_HOME for linux

The-Jonsey commented 2 years ago

Maybe in Fyne's App.Storage().RootURI() perhaps - that picks based on OS, based on XDG_CONFIG_HOME for linux

That would require adding fyne as a dependency to the daemon, which is quite a large dependency to be adding to a command line daemon

The-Jonsey commented 2 years ago

Resolved in v1.0.1