Comment 8 for bug 1923267

Revision history for this message
fprietog (fprietog) wrote :

BTW: as I said the problem is solved with the proposed builds.

So, the indicator-multiload app is working as expected. But I just realized that is throwing another messages at its start, messages that it's not throwing in Ubuntu 20.10 groovy. These are the messages:

amd64:
------
abr 23 02:54:52 fprietog-VirtualBox gnome-shell[1339]: value "nan" of type 'gfloat' is invalid or out of range for property 'x' of type 'gfloat'
abr 23 02:54:52 fprietog-VirtualBox gnome-shell[1339]: value "nan" of type 'gfloat' is invalid or out of range for property 'y' of type 'gfloat'
abr 23 02:54:52 fprietog-VirtualBox gnome-shell[1339]: JS ERROR: Exception in callback for signal: shown: Error: Wrong type number; float expected. But it's out of range: -Infinity
_init/GObject.Object.prototype.set@resource:///org/gnome/gjs/modules/core/overrides/GObject.js:553:16
_easeActor@resource:///org/gnome/shell/ui/environment.js:155:15
init/Clutter.Actor.prototype.ease@resource:///org/gnome/shell/ui/environment.js:294:19
_syncWorkspacesActualGeometry@resource:///org/gnome/shell/ui/workspacesView.js:728:21
_init/this._overviewShownId<@resource:///org/gnome/shell/ui/workspacesView.js:396:18
_emit@resource:///org/gnome/gjs/modules/core/_signals.js:114:47
_showDone@resource:///org/gnome/shell/ui/overview.js:604:14
onComplete@resource:///org/gnome/shell/ui/overview.js:589:36
_makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:85:13
_easeActor/<@resource:///org/gnome/shell/ui/environment.js:168:64

arm64:
------
abr 23 00:18:31 fpgrpi gnome-shell[1494]: value "nan" of type 'gfloat' is invalid or out of range for property 'x' of type 'gfloat'
abr 23 00:18:31 fpgrpi gnome-shell[1494]: value "nan" of type 'gfloat' is invalid or out of range for property 'y' of type 'gfloat'
abr 23 00:18:31 fpgrpi gnome-shell[1494]: JS ERROR: Exception in callback for signal: shown: Error: Wrong type number; float expected. But it's out of range: -Infinity
_init/GObject.Object.prototype.set@resource:///org/gnome/gjs/modules/core/overrides/GObject.js:553:16
_easeActor@resource:///org/gnome/shell/ui/environment.js:155:15
init/Clutter.Actor.prototype.ease@resource:///org/gnome/shell/ui/environment.js:294:19
_syncWorkspacesActualGeometry@resource:///org/gnome/shell/ui/workspacesView.js:728:21
_init/this._overviewShownId<@resource:///org/gnome/shell/ui/workspacesView.js:396:18
_emit@resource:///org/gnome/gjs/modules/core/_signals.js:114:47
_showDone@resource:///org/gnome/shell/ui/overview.js:604:14
onComplete@resource:///org/gnome/shell/ui/overview.js:589:36
_makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:85:13
_easeActor/<@resource:///org/gnome/shell/ui/environment.js:168:64
abr 23 00:18:31 fpgrpi gnome-shell[1494]: value "nan" of type 'gfloat' is invalid or out of range for property 'x' of type 'gfloat'
abr 23 00:18:31 fpgrpi gnome-shell[1494]: value "nan" of type 'gfloat' is invalid or out of range for property 'y' of type 'gfloat'
abr 23 00:18:31 fpgrpi gnome-shell[1494]: JS ERROR: Error: Wrong type number; float expected. But it's out of range: -Infinity
_init/GObject.Object.prototype.set@resource:///org/gnome/gjs/modules/core/overrides/GObject.js:553:16
_easeActor@resource:///org/gnome/shell/ui/environment.js:155:15
init/Clutter.Actor.prototype.ease@resource:///org/gnome/shell/ui/environment.js:294:19
_syncWorkspacesActualGeometry@resource:///org/gnome/shell/ui/workspacesView.js:728:21
_updateWorkspacesActualGeometry/this._syncActualGeometryLater<@resource:///org/gnome/shell/ui/workspacesView.js:716:22

But, as I said, I think these messages are not having impact in the execution of indicator-multiload app. At least I didn't notice any problem.

Just wanted to comment it, just in case.