howbea / Overview-Background

GNU General Public License v3.0
13 stars 1 forks source link

Warnings and errors in journal #5

Open rmeissn opened 8 months ago

rmeissn commented 8 months ago

This is extension is causing many warnings and errors in my journal:

Nov 11 19:15:17 framework gnome-shell[3088]: Object Meta.BackgroundActor (0x55a3d3f0f180), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as >
                                             == Stack trace for context 0x55a3cce40200 ==
                                             #0   55a3ccf07df0 i   resource:///org/gnome/shell/ui/background.js:733 (f6d5c6dee70 @ 151)
                                             #1   7ffe5136aa00 b   file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:74 (33d59dfa01a0 @ 74)
                                             #2   55a3ccf07ca8 i   resource:///org/gnome/shell/ui/layout.js:613 (f6d5c6d6600 @ 127)
                                             #3   55a3ccf07c18 i   resource:///org/gnome/shell/ui/init.js:21 (f6d5c670ba0 @ 48)
Nov 11 19:15:17 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Nov 11 19:15:17 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20

...
Nov 12 13:12:54 framework gnome-shell[3088]: Object Meta.BackgroundActor (0x55a3d310d0e0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as >
                                             == Stack trace for context 0x55a3cce40200 ==
                                             #0   7ffe5136acf0 b   resource:///org/gnome/shell/ui/background.js:733 (f6d5c6dee70 @ 151)
                                             #1   7ffe5136ada0 b   file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:74 (33d59dfa01a0 @ 74)
                                             #2   55a3ccf07ca8 i   resource:///org/gnome/shell/ui/layout.js:613 (f6d5c6d6600 @ 127)
                                             #3   55a3ccf07c18 i   resource:///org/gnome/shell/ui/init.js:21 (f6d5c670ba0 @ 48)
Nov 12 13:12:54 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Nov 12 13:12:54 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Nov 12 13:12:54 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Nov 12 13:12:54 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Nov 12 13:12:54 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Nov 12 13:12:54 framework gnome-shell[3088]: JS ERROR: TypeError: this._backgroundGroup is null
                                             _updateBackgrounds@file:///home/.../.local/share/gnome-shell/extensions/overviewbackground@github.com.orbitcorrection/extension.js:77:9
                                             _monitorsChanged@resource:///org/gnome/shell/ui/layout.js:613:14
                                             @resource:///org/gnome/shell/ui/init.js:21:20

The warning and error is often repeated many times right after each other.

System: Fedora 39 Gnome 45 Extension version: Latest Update from extensions.gnome.org (I guess from 28. September 2023)

howbea commented 8 months ago

Thanks for your report. I changed disabling order of it. Test "45-fixed" branch, please.