martinpl / tray-icons-reloaded

GNOME Shell extension which bring back Tray Icons to top panel, with additional features.
GNU General Public License v3.0
481 stars 29 forks source link

gnome 46 kinda works but still shows errors in the journal #135

Open darix opened 5 months ago

darix commented 5 months ago
JS ERROR: TypeError: wmclass is null
_getWmClass@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/AppManager.js:148:4
_getTrayApp@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/AppManager.js:91:53
getAppSetting@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/AppManager.js:59:25
addIcon@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/TrayIndicator.js:56:38
_onIconAdded@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/extension.js:21:55
@resource:///org/gnome/shell/ui/init.js:21:20
JS ERROR: TypeError: actor is null
removeIcon@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/TrayIndicator.js:120:4
_onIconRemoved@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/extension.js:22:56
@resource:///org/gnome/shell/ui/init.js:21:20
JS ERROR: TypeError: actor.remove_actor is not a function
removeIcon@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/TrayIndicator.js:120:10
_onIconRemoved@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/extension.js:22:56
@resource:///org/gnome/shell/ui/init.js:21:20
Source ID 2483571 was not found when attempting to remove it
JS ERROR: TypeError: actor.remove_actor is not a function
removeIcon@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/TrayIndicator.js:120:10
_onDestroy/<@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/TrayIndicator.js:199:10
_onDestroy@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/TrayIndicator.js:198:16
_destroy@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/extension.js:27:19
disable@file:///usr/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/extension.js:91:18
_callExtensionDisable@resource:///org/gnome/shell/ui/extensionSystem.js:214:32
_onEnabledExtensionsChanged@resource:///org/gnome/shell/ui/extensionSystem.js:634:24
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:726:18
createCheckedMethod/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:730:46
disableExtension@resource:///org/gnome/shell/ui/extensionSystem.js:301:29
DisableExtension@resource:///org/gnome/shell/ui/shellDBus.js:457:38
_handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:329:38
_wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34
@resource:///org/gnome/shell/ui/init.js:21:20

It also seems to leave "ghost tray icons". e.g. for steam after closing a tray slot without a real icon remains and when i click on it starts steam again. but the ghost icons thing could also be an issue that happend in gnome 45 already.