Wow, am I the first one recognized the KDE update? ![]()
Works great so far. ![]()
Wow, am I the first one recognized the KDE update? ![]()
Works great so far. ![]()
Just got it! ![]()

It’s only a bug-killer release, no additional features. Still, updated, rebooted… smooth as silk.
Successfully installed, better blur rebuilt and working. All seems good.
Maybe there’s a new bug
My mirrors haven’t caught up yet.
Where can I enable blur? Do I need to install a plasmoid? Didn’t find that yet …
Mine didn’t either. I updated Arch mirrors with
reflector --protocol https --verbose --latest 25 --sort rate | sudo tee /etc/pacman.d/mirrorlist
Then I checked for updates and Plasma 6.5.4 was available.
We’re in the same boat ![]()
I clone from here and build manually. I believe it’s also available in the AUR (kwin-effects-forceblur-git) and you can enable in desktop effects better blur. Also disable blur. In both cases it will need to be rebuilt when Plasma updates.
Just started my PC and Arch-Update searched for updates. 58 updates were available including KDE Plasma 6.5.4. ![]()
Thanks, will try that. ![]()
@DenalB , In addition to @MyNameIsRichard answer.
This is the package name for better blur in AUR:
kwin-effects-forceblur
I just got the update as well
.
Seems so ![]()
Thanks for pointing to ![]()
There will be a series of KDE updates over the next few days. In addition to the plasma updates, both Gear and Frameworks are also doing releases this week.
Just so you know, the kwin-effects-forceblur repository has now been archived.
There is however a maintained fork with additional features…
kwin-effects-glass
![]()
Thanks for the heads-up. I’ll need to switch up.
EDIT:
No AUR package. Gonna try this (directions from the GitHub page)…
git clone https://github.com/taj-ny/kwin-effects-glass
cd kwin-effects-glass
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make -j$(nproc)
sudo make install
I was just about to ask about this and was searching for info, thanks ![]()
Thanks. Now I need to turn on back my machine ![]()
Edit:
Okay, I’ll do it over the weekend ![]()