·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
PlasmaZones v3.3.9
Fixed
- The daemon crashed on startup after the Qt 6.11.2 update: window tiling stopped working entirely, and the daemon restarted and crashed in a loop rather than coming up. PlasmaZones reads part of Qt's internal Wayland state directly, and the update moved that state, so the daemon read from the wrong place and crashed on whatever happened to be there. This release is built against the new Qt. Anyone who installed from a distribution package needs the rebuilt package from their distribution, not just a restart (#936).
Installation
Arch Linux (AUR):
yay -S plasmazones # or plasmazones-binArch Linux (manual):
sudo pacman -U plasmazones-3.3.9-*-x86_64.pkg.tar.zstKDE Neon / Debian-based:
sudo dpkg -i plasmazones_3.3.9-*_amd64.deb
sudo apt-get install -f # Install dependencies if neededFedora (COPR):
sudo dnf copr enable fuddlesworth/PlasmaZones
sudo dnf install plasmazonesFedora (manual RPM):
# Fedora 44
sudo dnf install plasmazones-3.3.9-*.fc44.x86_64.rpmopenSUSE Tumbleweed (OBS):
sudo zypper addrepo https://download.opensuse.org/repositories/home:fuddlesworth/openSUSE_Tumbleweed/home:fuddlesworth.repo
sudo zypper refresh
sudo zypper install plasmazonesUniversal Linux (AppDir):
For Fedora Atomic, Steam Deck, or non-root user installation:
tar xzf plasmazones-3.3.9-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 (without flakes):
Build this tag's source against your host's pkgs (no release asset needed):
# configuration.nix
environment.systemPackages = [
(pkgs.callPackage
"${builtins.fetchTarball "https://github.com/fuddlesworth/PlasmaZones/archive/v3.3.9.tar.gz"}/packaging/nix/package.nix"
{ version = "3.3.9"; })
];Post-Installation
systemctl --user enable --now plasmazones.service
systemsettings kcm_plasmazones