-
Notifications
You must be signed in to change notification settings - Fork 4
Known Issues
From the project's README:
-
Some Scene wallpapers may crash KDE. Remove the
WallpaperSourceline in~/.config/plasma-org.kde.plasma.desktop-appletsrcand restart KDE to recover. - Mouse long-press to enter panel edit mode is broken on desktop while a live wallpaper is running.
- Screen locking is not supported. The lock screen will show a static image, not the live wallpaper.
If picking a Scene wallpaper kills plasmashell and it crashes again on every login:
- Switch to a TTY (Ctrl+Alt+F2) or open KRunner.
- Stop plasmashell so the config file isn't overwritten:
systemctl --user stop plasma-plasmashell.service
- Edit
~/.config/plasma-org.kde.plasma.desktop-appletsrcand delete any line beginning withWallpaperSource=. Optionally setImage=to a plain image path in the same[Wallpaper]block to guarantee a static fallback. - Restart Plasma:
systemctl --user start plasma-plasmashell.service
Long-press on the desktop to bring up Plasma's edit overlay does not work while a live wallpaper is running.
Workaround: use the desktop toolbox icon (the hamburger in the corner) or right-click → Enter Edit Mode.
When the screen is locked, KDE uses its own greeter renderer that doesn't load this plugin. Your lock screen will show a static image (set in System Settings → Colours & Themes → Login Screen / Lock Screen), not the live wallpaper.
The plugin's web view supports basic web APIs, but WebGL may not work properly. Workshop wallpapers that depend on it (custom shaders rendered through WebGL canvases, three.js scenes) often render as a black screen or with glitches. Prefer the Scene or Video version if the author published one.
Repo · Scene Renderer · GPL-2.0