-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting
CaptSilver edited this page Jun 6, 2026
·
2 revisions
Symptom → fix recipes. For broader background see Known Issues.
- The install didn't land in a path Plasma scans, or plasmashell wasn't restarted. Run:
systemctl --user restart plasma-plasmashell.service
- Check that the QML plugin is on disk:
At least one of those should exist.
ls /usr/share/plasma/wallpapers/com.github.catsout.wallpaperEngineKde/ \ ~/.local/share/plasma/wallpapers/com.github.catsout.wallpaperEngineKde/ 2>/dev/null
- You probably picked
steamapps/orworkshop/. Go up one level — the path should contain asteamapps/folder, not be it. - Confirm you've actually subscribed to at least one Wallpaper Engine wallpaper from inside Steam.
- Try:
If empty, Steam hasn't downloaded any Workshop content for Wallpaper Engine yet.
ls ~/.local/share/Steam/steamapps/workshop/content/431960/
Likely a Vulkan or driver issue.
- Run
vulkaninfoto verify Vulkan is alive. - AMD: switch to RADV (default on Mesa) rather than AMDVLK.
- NVIDIA: make sure the proprietary driver matches your kernel;
nvidia-smishould succeed. - Try a Video wallpaper instead of Scene — if Video works but Scene doesn't, the problem is in your Vulkan stack.
- Check the plugin's audio mute toggle.
- For QtMultimedia, install GStreamer codec packages (
gst-libav,gst-plugins-good,gst-plugins-bad,gst-plugins-ugly). - Try switching to the MPV backend — see Video Backends.
See Performance Tuning. Cap FPS at 30 first.
This project specifically fixes that bug — confirm you're on CaptSilver/... and not the original catsout/.... If you installed both at different times, uninstall the old one (see Uninstalling) and reinstall this one.
When opening an issue, logs from plasmashell help a lot:
journalctl --user -u plasma-plasmashell.service -b | tail -n 200Run it after reproducing the bug. For Scene-renderer-specific issues, the renderer's debug build can be run standalone — see wallpaper-scene-renderer/standalone_view.
Repo · Scene Renderer · GPL-2.0