mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-15 00:44:22 +09:00
* replace global.log() with logError()
* remove run_dispose calls
This function should only be called from object system implementations.
https://gjs-docs.gnome.org/gobject20~2.0/gobject.object#method-run_dispose
* use pkexec instead of sudo for ipmi-sensors
This commit is contained in:
@@ -70,7 +70,7 @@ export default class LiquidctlUtil extends CommandLineUtil {
|
||||
this._temp = null;
|
||||
this._rpm = null;
|
||||
this._volt = null;
|
||||
global.log('failed to process data from liquidctl: ' + e.toString());
|
||||
logError(e, 'failed to process data from liquidctl');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user