phocean / TopIcons-plus

An gnome-shell extension to put the icons back to the tray.
678 stars 98 forks source link

undefined property blacklist #69

Closed olafhering closed 7 years ago

olafhering commented 7 years ago

Running 679e5ca on Tumbleweed gives this warning:

May 17 08:07:50 probook gnome-shell[2090]: JS WARNING: [/usr/share/gnome-shell/extensions/TopIcons@phocean.net/extension.js 73]: reference to undefined property blacklist[(i + 1)]
May 17 08:07:51 probook gnome-shell[2090]: Allocating size to ShellEmbeddedWindow 0x3af2380 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
May 17 08:07:53 probook gnome-shell[2090]: JS WARNING: [resource:///org/gnome/shell/ui/messageList.js 392]: reference to undefined property this._useBodyMarkup
May 17 08:07:53 probook gnome-shell[2090]: JS WARNING: [resource:///org/gnome/shell/ui/messageList.js 169]: reference to undefined property this._container

It does not seem to cause any trouble.

Hativ commented 7 years ago

Same here on up-to-date Arch Linux with up-to-date TopIcons Plus extension.

JS WARNING: [/home/user/.local/share/gnome-shell/extensions/TopIcons@phocean.net/extension.js 73]: reference to undefined property blacklist[(i + 1)]

phocean commented 7 years ago

Thank you, it is because I forgot a reference. I will delete this, but only make a release when I make more significant changes.