Review of "Wandering Pixel" version 4

Details Page Preview

Slide 1 pixel back and forth in the top bar as a workaround for various bugs in GNOME Shell and/or Mutter.

Extension Homepage
https://github.com/justinrdonnelly/wandering-pixel

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

justinrdonnelly auto- active
JustPerfection posted a review
Lang is a deprecated module. Please remove it for the next version: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#General_Advice Learn more about removing Lang: https://wiki.gnome.org/Projects/GnomeShell/Extensions/MigratingShellClasses If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions
justinrdonnelly posted a review
Thanks for taking the time to review my extension and provide feedback. I had also seen the same recommendations in one of your very helpful [YouTube videos](https://www.youtube.com/watch?v=9UOtUM_imEE), but didn't have time to make the changes for GNOME 41. I plan to make the changes in time for GNOME 42, and will reach out for help if necessary. Thanks again.
JustPerfection posted a review
Great. We also updated this page that can make removing Lang much easier for you: https://gjs.guide/guides/gjs/legacy-class-syntax.html#binding Basically it is like this: ## Old Code Lang.bind(this, this._changeDirection) ## New Code this._changeDirection.bind(this) After removing Lang you need to remove "shell-version"s older than 3.36 from metadata.json.