After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783896 - References to undefined properties in JavaScript
References to undefined properties in JavaScript
Status: RESOLVED DUPLICATE of bug 781471
Product: gnome-shell
Classification: Core
Component: background
3.24.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-06-17 14:23 UTC by Gordian Edenhofer
Modified: 2017-06-17 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Journalctl excerpt of the JS warnings (6.23 KB, text/plain)
2017-06-17 14:23 UTC, Gordian Edenhofer
Details

Description Gordian Edenhofer 2017-06-17 14:23:07 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.
Comment 1 Florian Müllner 2017-06-17 14:28:20 UTC
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 ***
Comment 2 Gordian Edenhofer 2017-06-17 14:37:29 UTC
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.
Comment 3 Florian Müllner 2017-06-17 16:49:15 UTC
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.