PlasmaZones v2.8.6
Fixed
- Emby and other Electron/CEF apps silently break after class rename (#271): The daemon's runtime primary key was
"appId|uuid"— a composite that baked a mutable attribute into the identity used for every per-window map. Emby opens asemby-beta, gets tracked, then KWin rebroadcasts it asmedia.emby.client.beta; every subsequent lookup under the new composite missed, sotoggleWindowFloat, focus navigation, and snap operations silently failed until a mode toggle rebuilt state from scratch. IntroducedWindowRegistryas the single source of truth for live-window metadata keyed by the stable KWin instance id; the kwin-effect pushes class/desktop-file/title onwindowAddedand on everywindowClassChanged/desktopFileNameChanged/captionChangedso the daemon always reads the live class instead of parsing a frozen first-seen composite. Session persistence usescurrentAppIdFor()at save time so a renamed window lands under its live class on disk.
Installation
Arch Linux (AUR):
yay -S plasmazones # or plasmazones-binArch Linux (manual):
sudo pacman -U plasmazones-2.8.6-1-x86_64.pkg.tar.zstKDE Neon / Debian-based:
sudo dpkg -i plasmazones_2.8.6-1_amd64.deb
sudo apt-get install -f # Install dependencies if neededFedora (COPR):
sudo dnf copr enable fuddlesworth/PlasmaZones
sudo dnf install plasmazonesFedora (manual RPM):
sudo dnf install plasmazones-2.8.6-1.fc43.x86_64.rpmopenSUSE Tumbleweed (manual RPM):
sudo zypper install plasmazones-2.8.6-1.x86_64.rpmopenSUSE Tumbleweed (OBS):
sudo zypper addrepo https://download.opensuse.org/repositories/home:ilFrance/openSUSE_Tumbleweed/home:ilFrance.repo
sudo zypper refresh
sudo zypper install plasmazonesCommunity-maintained package by ilFrance
Universal Linux (AppDir):
For Fedora Atomic, Steam Deck, or non-root user installation:
tar xzf plasmazones-2.8.6-linux-x86_64.tar.gz
cd plasmazones-linux-x86_64
./install.shNixOS (flake):
# flake.nix inputs
plasmazones.url = "github:fuddlesworth/PlasmaZones";
# configuration.nix
programs.plasmazones.enable = true;NixOS (standalone):
Download plasmazones.nix from the release assets, then:
# configuration.nix
environment.systemPackages = [
(pkgs.callPackage ./plasmazones.nix {})
];Post-Installation
systemctl --user enable --now plasmazones.service
systemsettings kcm_plasmazones