From 7ac56a07f7378edb0bbd03cd8c99261e59aaa296 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 17 Sep 2014 08:34:55 +0200 Subject: [PATCH] added settings for all providers --- src/psensor.gschema.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/psensor.gschema.xml b/src/psensor.gschema.xml index df86d76..a2befd7 100644 --- a/src/psensor.gschema.xml +++ b/src/psensor.gschema.xml @@ -157,5 +157,55 @@ Update interface of the sensor values. + + + true + Whether the lm-sensors librairy is used to retrieve + sensors information. + Whether the lm-sensors librairy is used to + retrieved sensors information. + + + true + Whether the NVCtrl library is used to retrieve + sensors information. + Whether the NVCtrl library is used to + retrieved sensors information. + + + true + Whether the ATI ADL SDK library is used to retrieve + sensors information. + Whether the ATI ADL SDK library is used to + retrieved sensors information. + + + true + Whether the gtop2 library is used to retrieve + system information. + Whether the gtop2 library is used to + system information. + + + false + Whether the hddtemp daemon is used to retrieve + hard disks information. + Whether the hddtemp daemon is used to + retrieved hard disks information. + + + false + Whether the atasmart library is used to retrieve + hard disks information. + Whether the atasmart library is used to + retrieved hard disks information. + + + true + Whether the udisks2 library is used to retrieve + hard disks information. + Whether the lm-sensors library is used to + retrieved hard disks information. + -- 2.7.4