linuxdeepin / developer-center

Deepin developer center, provide developer wiki and community forum.
452 stars 73 forks source link

tap 2 fingers(context menu call) triggered the crashing dock #2554

Open stanislav7766 opened 3 years ago

stanislav7766 commented 3 years ago

Hi, latest version deepin 20.2 in usage. The problem occurred with built-in deepin's gestures.

Problem's context: tap 2 fingers (3 also) touchpad leads to crash dock like restart(dock disappears and appears again) or dock might fully disappear for a certain time.

let me know how can I fix it. Or maybe do you know about full disabling built-in gestures in dde-daemon for another gestures-tool usage (like fusuma). I tried to delete gesture.json from /usr/share/dde-daemon or leave empty json but dock disappears after logout \ restart.

log attached bellow(attached Level - Warnings, level - Errors is empty) log_tap_2_fingers_2021-4-15.txt

also noticed that usage of gestures which not presented in gesture.json leads to crash dock(for instance, right swipe 4 fingers)

stanislav7766 commented 3 years ago

Adding additional gesture to config temporary resolved problem with calling context menu via 2 taps but that's still bug { "Event": { "Name": "tap", "Direction": "none", "Fingers": 2 }, "Action": { "Type": "commandline", "Action": "xdotool click 3" } },

tsic404 commented 2 years ago

Is this still shown in 20.5?