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 724119 - [auto-move-windows] stoppped working in 3.11.5
[auto-move-windows] stoppped working in 3.11.5
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-11 14:52 UTC by Tobias Wolf
Modified: 2014-02-11 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
auto-move-windows: Adjust to API changes (925 bytes, patch)
2014-02-11 14:55 UTC, Florian Müllner
committed Details | Review

Description Tobias Wolf 2014-02-11 14:52:00 UTC
I get these kind of errors:


(gnome-shell:6028): Gjs-WARNING **: JS ERROR: TypeError: this._windowTracker.is_window_interesting is not a function
WindowMover<._findAndMove@/kyb/agbu/towolf/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:49
wrapper@resource:///org/gnome/gjs/modules/lang.js:169


(gnome-shell:6028): Gjs-WARNING **: JS ERROR: TypeError: this._windowTracker.is_window_interesting is not a function
WindowMover<._findAndMove@/kyb/agbu/towolf/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:49
wrapper@resource:///org/gnome/gjs/modules/lang.js:169


(gnome-shell:6028): Gjs-WARNING **: JS ERROR: TypeError: this._windowTracker.is_window_interesting is not a function
WindowMover<._findAndMove@/kyb/agbu/towolf/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:49
wrapper@resource:///org/gnome/gjs/modules/lang.js:169


(gnome-shell:6028): Gjs-WARNING **: JS ERROR: TypeError: this._windowTracker.is_window_interesting is not a function
WindowMover<._findAndMove@/kyb/agbu/towolf/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:49
wrapper@resource:///org/gnome/gjs/modules/lang.js:169
Comment 1 Florian Müllner 2014-02-11 14:55:27 UTC
Created attachment 268793 [details] [review]
auto-move-windows: Adjust to API changes
Comment 2 Tobias Wolf 2014-02-11 15:20:47 UTC
Yepp, tested and working alright. Thanks.
Comment 3 Giovanni Campagna 2014-02-11 16:11:12 UTC
Review of attachment 268793 [details] [review]:

Right.
Comment 4 Florian Müllner 2014-02-11 16:17:48 UTC
Attachment 268793 [details] pushed as 0bcb157 - auto-move-windows: Adjust to API changes