GNOME Bugzilla – Bug 783896
References to undefined properties in JavaScript
Last modified: 2017-06-17 16:49:15 UTC
Created attachment 353944 [details] Journalctl excerpt of the JS warnings Some variables are either not properly declared or misused in JavaScript and GNOME therefore logs some undesirable warnings. The full log output is attached below. I am using gnome-shell version 3.24.2, Linux version 4.11.5 and X as window system.
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 781471 ***
They are definitely similar but not the same! Some warning do overlap but others do not, like e.g. this.provider.canLaunchSearch, this._preemptingService and actor._delegate. Hence I though it might be useful to get additional log output.
Sure, but the underlying issue - gjs starting to warn about code it didn't warn about before - is really the same. It doesn't really make sense to split patches according to which bug report mentions a particular warning first, so best to just add additional information to the existing bug.