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
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO025 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
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()`.
modules/windowUtils.js:14
metaWin.get_maximized()
| Version | Status |
|---|---|
| 1.2.1 (8) | Active |
| 1.2.0 (7) | Active |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Inactive |
Hello Gnome Review Team! This is my very first GNOME extension: "Gnome Live Wallpaper". I've put a lot of work into this project and tried my best to follow all the official GNOME guidelines and rules. Since I am still new to the GNOME extension ecosystem, please excuse me if I missed anything major or "dramatic" in the code. I am very open to feedback and ready to fix any issues you might find! What the extension does: - Plays live wallpapers using 'mpv' (asynchronous). - Includes a preview gallery and a tray icon for control. - Features auto-pause for battery and fullscreen apps. - Only dependency is 'mpv'. Thank you for your time and for helping me get my first project right!