You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more like a suggestion rather than an issue, but can indicator store its JSON with settings in different directory than $HOME? Preferably $HOME/.config or $HOME/.cache
And while we are on this, why are those paths different?
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33278858-json-file-location?utm_campaign=plugin&utm_content=tracker%2F1443743&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1443743&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
They are recording different things. Yes you are correct, the sensors path should be the same as preferences. Can you throw a pull request and I'll merge?
Hi,
This is more like a suggestion rather than an issue, but can indicator store its JSON with settings in different directory than $HOME? Preferably $HOME/.config or $HOME/.cache
And while we are on this, why are those paths different?
./sensors.py:52: SETTINGS_FILE = os.getenv("HOME") + '/.indicator-sysmonitor.json'
./preferences.py:222: SETTINGS_FILE = os.getenv("HOME") + '/.cache/indicator-sysmonitor/preferences.json'
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33278858-json-file-location?utm_campaign=plugin&utm_content=tracker%2F1443743&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1443743&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: