PlasmaZones v2.0.1
Fixed
- Arch lib64 file conflict with generic tarball (fixes #203): Force
CMAKE_INSTALL_LIBDIR=libin the generic tarball build so it doesn't inherit Fedora'slib64default, which conflicts with Arch'sfilesystempackage owning/usr/lib64as a symlink - Global show-zone-numbers toggle ignored when layout active (fixes #208): Changed zone number visibility so the global toggle is a master switch — per-layout setting can only further restrict, not override it
- Easing preset dropdown UX (fixes #207): Replaced single 30+ item flat dropdown with two-dropdown Style + Direction selector; clamped elastic/bounce preview animation to prevent overshoot overflow
- Modifier key capture silently broken by qmlformat (fixes #205): Replaced large Qt::KeyboardModifier integer literals with bit-shift expressions (
1 << 25etc.) that qmlformat cannot mangle into lossy scientific notation - Fedora COPR repo name case sensitivity: Fixed COPR repo reference to use correct casing
Added
- Fedora COPR and openSUSE OBS install instructions in README (fixes #209)
Installation
Arch Linux (AUR):
yay -S plasmazones # or plasmazones-binArch Linux (manual):
sudo pacman -U plasmazones-2.0.1-1-x86_64.pkg.tar.zstKDE Neon / Debian-based:
sudo dpkg -i plasmazones_2.0.1-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.0.1-1.fc43.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.0.1-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