PlasmaZones v1.2.1
Installation
Arch Linux:
# Download and install
sudo pacman -U plasmazones-1.2.1-1-x86_64.pkg.tar.zstUbuntu/Debian (25.10+):
sudo dpkg -i plasmazones_1.2.1-1_amd64.deb
sudo apt-get install -f # Install dependencies if neededFedora:
sudo dnf install plasmazones-1.2.1-1.fc41.x86_64.rpmPost-Installation
# Enable the daemon
systemctl --user enable --now plasmazones.service
# Open settings
systemsettings kcm_plasmazonesChanges
- fix(debian): remove .install file - debhelper handles install directly (b830984)
- fix(debian): correct file paths in plasmazones.install (678db78)
- fix(packaging): add missing dependencies and desktop file (8eb9bcc)
- fix(packaging): correct file paths and package names for release builds (ff28d28)
- fix(floating): persist floating state across sessions and fix restoration (87f59d9)
- fix(ci): use correct Ubuntu 25.10 package names for KF6 (f725200)
- fix(ci): use Ubuntu 25.10 (Questing Quokka) for Debian builds (9e5e54e)
- feat(ci): re-enable Ubuntu builds using 24.10 (Oracular) (8524e2b)
- fix(ci): disable Debian builds until Ubuntu has KF6 (4e0588d)
- fix(ci): add sudo for KDE Neon, add libdrm-devel for Fedora (8cd8e73)
- fix(ci): use KDE Neon for Debian builds, add libepoxy (7050f4b)
- fix(ci): add missing dependencies for Ubuntu and Fedora (fe827a6)
- feat(ci): add GitHub Actions for multi-distro CI/CD (0ebfe96)
- chore(arch): add sha256sums to release PKGBUILD (17742e4)