https://bugs.kde.org/show_bug.cgi?id=459188
Jason Playne <ja...@jasonplayne.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ja...@jasonplayne.com --- Comment #33 from Jason Playne <ja...@jasonplayne.com> --- (In reply to Malte S. Stretz from comment #30) > I tried the patch and it doesn't seem to fix the issue for me. The error > might be on my side of course. > > The steps I took are (on Neon): > ``` > mkdir bug-459188 > cd bug-459188 > > apt-get source libkf5waylandclient5 > > sudo true && sudo apt-get --assume-no build-dep libkf5waylandclient5 > 2>/dev/null | grep '^ ' | tr ' ' '\n' | grep -v '^$' > build-dep.txt > sudo apt-get build-dep libkf5waylandclient5 > > pushd kwayland-5.98.0 > curl -L https://invent.kde.org/frameworks/kwayland/-/merge_requests/75.diff > | patch -p1 > dch -l +hotfix 'Fix KDE bug 459188' > dpkg-buildpackage -rfakeroot -uc -b > popd > > sudo dpkg -i > libkf5waylandclient5_5.98.0-0xneon+20.04+focal+release+build55+hotfix1_amd64. > deb kwayland-data_5.98.0-0xneon+20.04+focal+release+build55+hotfix1_all.deb > sudo apt remove $(<build-dep.txt) > ``` Following your instructions I too built the package. For me the problem persists as well. -- You are receiving this mail because: You are watching all bug changes.