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

--- Comment #28 from Martin Gräßlin <mgraess...@kde.org> ---
(In reply to h.goebel from comment #27)
> Could please some developer point me to a how-to quickly compile an run a
> developement-version of kglobalaccel? Then I could try digging deeper into
> the issue and try Thomas' fix from Comment 23.

Thanks for investigating and of course I'm happy to help with setting up a
build. I'm only familiar with debian system so, I'll point out that, can
probably be adapted to other distros.

sudo apt-get build-dep libkf5globalaccel5
git clone git://anongit.kde.org/kglobalaccel
mkdir build
cd build
cmake ../kglobalaccel
make
cd src/runtime
killall kglobalaccel5
./kglobalaccel5

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

Reply via email to