De repente, depois de tentar o wayland e voltar para o Xorg, a emulação do botão do meio para de funcionar.
Abaixo as informações do meu sistema:
OS: Fedora 25 TwentyFive
Kernel: x86_64 Linux 4.10.8-200.fc25.x86_64
Shell: bash
DE: KDE 5.33.0 / Plasma 5.8.6
WM: KWin
WM Theme: Aurorae
libinput mostra isso sobre o touchpad da seguinte maneira:
Dispositivo: SynPS/2 Synaptics TouchPad Kernel: /dev/input/event6 Grupo: 7 Assento: assento0, padrão Tamanho: 98,04x48,03mm Capacidades: ponteiro Toque para clicar: desabilitado Toque e arraste: habilitado Toque em arrastar bloqueio: desabilitado Canhoto: desabilitado Nat.scrolling: desabilitado Emulação intermediária: n/a Calibração: n/a Métodos de rolagem: *borda com dois dedos Métodos de clique: nenhum Desabilitar-w-digitação: habilitado Perfis de aceleração: nenhum Rotação: n/a
xinput diz:
xinput list-props 12
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled (115): 1
Coordinate Transformation Matrix (117): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (252): 0
libinput Tapping Enabled Default (253): 0
libinput Tapping Drag Enabled (254): 1
libinput Tapping Drag Enabled Default (255): 1
libinput Tapping Drag Lock Enabled (256): 0
libinput Tapping Drag Lock Enabled Default (257): 0
libinput Tapping Button Mapping Enabled (258): 1, 0
libinput Tapping Button Mapping Default (259): 1, 0
libinput Accel Speed (260): 0.000000
libinput Accel Speed Default (261): 0.000000
libinput Natural Scrolling Enabled (262): 0
libinput Natural Scrolling Enabled Default (263): 0
libinput Send Events Modes Available (237): 1, 1
libinput Send Events Mode Enabled (238): 0, 0
libinput Send Events Mode Enabled Default (239): 0, 0
libinput Left Handed Enabled (264): 0
libinput Left Handed Enabled Default (265): 0
libinput Scroll Methods Available (266): 1, 1, 0
libinput Scroll Method Enabled (267): 1, 0, 0
libinput Scroll Method Enabled Default (268): 1, 0, 0
libinput Disable While Typing Enabled (269): 1
libinput Disable While Typing Enabled Default (270): 1
Device Node (240): "/dev/input/event6"
Device Product ID (241): 2, 7
libinput Drag Lock Buttons (271): <no items>
libinput Horizontal Scroll Enabled (272): 1
Não consigo configurar manualmente:
xinput set-prop '12' 'libinput Middle Emulation Enabled' 1
property 'libinput Middle Emulation Enabled' doesn't exist, you need to specify its type and format
Existe um conflito entre Wayland e Xorg? Como posso redefinir a emulação do botão do meio do mousepad?
ATUALIZAR
Encontrei saídas de libinput-debug-events:
-event6 POINTER_BUTTON +2.50s BTN_MIDDLE (274) pressed, seat count: 1
event6 POINTER_BUTTON +2.72s BTN_MIDDLE (274) released, seat count: 0
Então é uma questão de colar (na verdade, o texto é copiado no klipper), alguma ideia?
Responder1
Eu encontrei o motivo. Eu criei uma Mouse Gesture Action
configuração do sistema no Plasma, e se eu escolher o botão 2, colar com o botão do meio emulado não funciona.
Alterar o botão para 3 corrige o problema.