Review of "Gnome Live Wallpaper" version 1.2.0 (7)

Details Page Preview

Transform your static workspace into a dynamic experience. A simple, resource-friendly solution for running live wallpapers natively on GNOME with full GPU acceleration and a modern, user-friendly UI. To run this extension, please ensure you have mpv and ffmpeg installed: Ubuntu/Debian: sudo apt update && sudo apt install mpv ffmpeg Fedora: sudo dnf install mpv ffmpeg Arch Linux: sudo pacman -S mpv ffmpeg openSUSE: sudo zypper in mpv ffmpeg

Extension Homepage
https://github.com/achu94/gnome-wallpaper-engine

No comments.

Diff Against

Files

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

Shexli (experimental) error 1

Shexli found 1 issue that may need reviewer attention.

EGO-C49-004 error

extensions targeting GNOME 49 must not call Meta.Window.get_maximized

This extension explicitly targets GNOME Shell 49 but still calls removed `Meta.Window.get_maximized()`.

Meta.Window

  • modules/windowUtils.js:17
    metaWin.get_maximized()

All Versions

Version Status
1.2.1 (8) Active
1.2.0 (7) Active
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Inactive

Previous Reviews on this Version

Achu posted a review
The automated error regarding Meta.Window.get_maximized is a false positive. I am explicitly using a typeof check to see if the new function exists, so I can maintain backward compatibility with older GNOME versions.
fmuellner active
ok, but you should remove the debug.sh script from the extension archive