A GNOME Shell extension that lets you use any video/gif as your lock screen background. Features: • Video and gif playback with looping and optional audio • Multiple scaling modes • Blur and grayscale effects • Multi-monitor support Note: Requires MPV (recommended) or GStreamer plugins to be installed. See the README on GitHub for more information. If you encounter bugs or issues, please report them on GitHub.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-C49-002 error
extensions targeting GNOME 49 must not use removed Clutter action classes
This extension explicitly targets GNOME Shell 49 but still uses removed `Clutter.ClickAction` or `Clutter.TapAction`.
Clutter.ClickAction() and Clutter.TapAction()
extension.js:246
new Clutter.TapAction()
EGO-P-007 warning
JavaScript files should be reachable from extension.js or prefs.js
Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.
Don't include unnecessary files
external/command_handler.js
external/pipeline.js
external/player.js
external/run.js
utils/shell_version_dbus.js
| Version | Status |
|---|---|
| 4.0.0 (10) | Active |
| 4.0.0 (9) | Rejected |
| 3.2.0 (8) | Active |
| 3.2.0 (7) | Rejected |
| 3.2.0 (6) | Rejected |
| 3.0.0 (5) | Active |
| 4 | Inactive |
| 3 | Rejected |
| 2 | Active |
| 1 | Rejected |
Timeout should be removed on destroy and before creating a new one: - line 2 `utils/base.js` - line 86 `core/gst_player_process.js` [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources)