Effect Stops Working After Upgrade
After upgrading your system or Plasma version, you may notice that the blur effect is no longer working. This is because Better Blur DX is compiled against specific KWin libraries, and any version mismatch will cause the effect to fail.Solution
For package installations: Simply reinstall or update the package using your package manager:After reinstalling or rebuilding, you must restart KWin to load the updated version of the effect. The easiest way to do this is to log out and log back in.
Bug Fixes Included in Better Blur DX
Better Blur DX includes fixes for several blur-related Plasma bugs that haven’t been patched upstream yet:Blur Disappearing During Animations
In the default KWin blur effect, blur may sometimes disappear during window animations or transitions. Better Blur DX includes patches to prevent this issue, ensuring consistent blur rendering throughout all animations.Transparent Color Schemes with Breeze Style
When using transparent color schemes (such as the Alpha color scheme) with the Breeze application style, the default KWin blur doesn’t work properly. Better Blur DX includes a fix that allows transparent color schemes to work correctly. This fix is based on this pull request from the original Better Blur project.Missing Features
Static Blur
Static Blur is currently not available in Better Blur DX. This feature is being tracked in issue #16.
- Follow the progress on the GitHub issue
- Consider contributing to the implementation if you have C++ and KWin development experience
X11 Support Status
While Better Blur DX can be built for both X11 and Wayland, X11 support is not a priority:- X11 is not regularly tested and may have undiscovered issues
- KWin X11 hasn’t seen API changes since version 6.5, meaning the Wayland and X11 codebases will continue to diverge
- Future Plasma releases may make maintaining X11 support increasingly difficult
Reporting Issues
If you encounter a bug or issue not listed here:- Check the GitHub issue tracker to see if it’s already reported
- If not, create a new issue with:
- Your Plasma and KWin version
- Whether you’re using Wayland or X11
- Steps to reproduce the issue
- Any relevant KWin logs or error messages