Where the setting file of indicator-multiload exists?
It is needed to backup and restore the preferences.
Where the setting file of indicator-multiload exists?
It is needed to backup and restore the preferences.
The setting is stored in dconf.
To backup, run the following command:
dconf dump /de/mh21/indicator-multiload/ > ./backup
And to restore it, run the following:
dconf load /de/mh21/indicator-multiload/ < ./backup