https://bugs.kde.org/show_bug.cgi?id=357692

--- Comment #5 from Thomas Lübking <thomas.luebk...@gmail.com> ---
Apply the patch from https://git.reviewboard.kde.org/r/126716/ to the
Plasma/5.5 branch of https://quickgit.kde.org/?p=kwin.git

Briefly:
------
git clone git://anongit.kde.org/kwin.git
cd kwin
git checkout Plasma/5.5
patch -p1 < /path/to/downloaded/patch.diff
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ..
[optionally run "ccmake .." for nice curses based configuration]
make && sudo make install
kwin_x11 --replace &


----
Watch out for config or compile errors (though Arch installs all required
headers you might lack gcc, cmake or extra-cmake-modules)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to