Comment 57 for bug 1240957

Revision history for this message
Stephan Sokolow (ssokolow) wrote :

Still affecting KDE users on 14.04 LTS.

Here's a workaround I found on the KDE bug tracker:

cat > ~/.kde/env/fix_gtk3.sh << EOF
#!/bin/sh
export GDK_CORE_DEVICE_EVENTS=1
EOF
chmod +x ~/.kde/env/fix_gtk3.sh

Source: https://bugs.kde.org/show_bug.cgi?id=348270#c26