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

--- Comment #30 from Malte S. Stretz <m...@apache.org> ---
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)
```

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

Reply via email to