Description
Wayland compositor and X11 window manager
Installation Instructions
You should enable zawertun/kde
first, here is full instruction:
sudo dnf copr enable zawertun/kde
sudo dnf copr enable zawertun/kwinft
Also if you're using x86_64 architecture you probably need to enable i386 repo as well,
to do it edit /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:zawertun:kwinft.repo
as described below:
[copr:copr.fedorainfracloud.org:zawertun:kwinft]
name=Copr repo for kwinft owned by zawertun
baseurl=https://download.copr.fedorainfracloud.org/results/zawertun/kwinft/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/zawertun/kwinft/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
[copr:copr.fedorainfracloud.org:zawertun:kwinft:i386]
name=Copr repo for kwinft owned by zawertun
baseurl=https://download.copr.fedorainfracloud.org/results/zawertun/kwinft/fedora-$releasever-i386/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/zawertun/kwinft/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
Switching to KWinFT:
sudo dnf up --refresh
;LAST_VERSION=$(sudo dnf --showduplicates list kwinft |awk 'END{print $2}')
;sudo dnf install --allowerasing kwinft-$LAST_VERSION
;sudo dnf up
(reinstall back latest versions of plasma-desktop, plasma-workspace and some other packages);kwin --replace & disown
.
Switching back to normal KWin:
LAST_VERSION=$(sudo dnf --refresh --showduplicates list kwin |awk 'END{print $2}')
;sudo dnf install --allowerasing kwin-$LAST_VERSION
;sudo dnf up
(reinstall back latest versions of plasma-desktop, plasma-workspace and some other packages);kwin --replace & disown
.
Done!
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable zawertun/kwinft
More info about enabling Copr repositories