You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a button on the pad is configured to emit X11 mouse button events, this events are not emitted. In contrast if configured to emit key stroke events, those are emitted.
Fails with gnome-shell,
works with gnome-flashback and KDE (plasmashell).
How to reproduce
log in with gnome-shell using X11 (no Wayland).
Attach device (USB or Bluetooth) and list devices:
xsetwacom list devices
Wacom Intuos Pro L Pad pad id: 13 type: PAD
...
Test with xev: no mouse event is emitted when Button 13 is pressed on pad, whereas if the left mouse button is clicked then button 1 events (press + release) are emitted.
Test with xev: x key stroke events (press + release) are emitted when Button 13 is pressed on pad.
Similarly button events should also be emitted.
Environment
xsetwacom --version
1.0.0
# fails with gnome-shell:
gnome-shell --version
GNOME Shell 42.4
# works with classic gnome:
gnome-flashback --version
gnome-flashback 3.44.0
# works with kde
plasmashell --version
plasmashell 5.24.6
# running X not Wayland:
echo $XDG_SESSION_TYPE
x11
X -version
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
Current Operating System: Linux r9 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic root=UUID=386f9ec2-0030-460c-b1c1-166123f2c10c ro quiet consoleblank=0 noplymouth
xorg-server 2:21.1.3-2ubuntu2.1 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
cat /etc/issue
Ubuntu 22.04.1 LTS \n \l
uname -a
Linux r9 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
I am heavily dependent on xsetwacom + self baked scripts to configure a decent behaviour, since the gnome-shell's Wacom configuration is still very very very poor...
The text was updated successfully, but these errors were encountered:
Description
If a button on the pad is configured to emit X11 mouse button events, this events are not emitted. In contrast if configured to emit key stroke events, those are emitted.
How to reproduce
log in with gnome-shell using X11 (no Wayland).
Attach device (USB or Bluetooth) and list devices:
Define button event (unexpected behaviour):
Test with
xev
: no mouse event is emitted whenButton 13
is pressed on pad, whereas if the left mouse button is clicked thenbutton 1
events (press + release) are emitted.Expected behaviour
Follow steps 1-3 described above.
Define key press event (expected behaviour):
Test with
xev
:x
key stroke events (press + release) are emitted whenButton 13
is pressed on pad.Similarly button events should also be emitted.
Environment
I am heavily dependent on
xsetwacom
+ self baked scripts to configure a decent behaviour, since the gnome-shell's Wacom configuration is still very very very poor...The text was updated successfully, but these errors were encountered: