RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1464844 - tigervnc does not support more than 7 mouse buttons
Summary: tigervnc does not support more than 7 mouse buttons
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: tigervnc
Version: 7.5
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: 7.5
Assignee: Jan Grulich
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks: 1479818
TreeView+ depends on / blocked
 
Reported: 2017-06-26 04:28 UTC by Rod Nayfield
Modified: 2021-09-09 12:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-16 14:50:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Rod Nayfield 2017-06-26 04:28:20 UTC
Description of problem:

TigerVNC does not support a typical 9 button mouse.


Version-Release number of selected component (if applicable):

all including upstream source


How reproducible:

Always


Steps to Reproduce:
1.  Own 9-button mouse (L/R/middle, wheel up/down, wheel L/R, back, forward)
2.  view xinput/xev information via vnc and use mouse

Actual results:
first 7 events (through wheel L/R) are sent).  Back/Forward (side buttons) are not sent.


Expected results:
back/Forward buttons work.

Additional info:

https://github.com/TigerVNC/tigervnc/blob/0536d0975bb9e8e4a8aae693bd79157955a896b1/unix/xserver/hw/vnc/Input.c#L47

#define BUTTONS 7

Comment 2 Rod Nayfield 2017-06-26 04:30:15 UTC
This limit requires non-free software for VDI applications.

Comment 4 Joe Giordano 2017-08-10 19:38:15 UTC
Also tested with spice and didn't have the capability of all 7 buttons.

Comment 8 Jan Grulich 2017-08-14 09:09:03 UTC
Testing builds:
https://jgrulich.fedorapeople.org/tigervnc/

Comment 9 Jan Grulich 2017-08-16 14:50:53 UTC
Hmm, it seems that in the end we cannot fix it this way and actually we cannot fix ithis at all. According to specification the RFB protocol can support only up to 7 mouse buttons. I should have read the specs first.

See https://github.com/TigerVNC/tigervnc/pull/497.

Comment 10 Jan Grulich 2017-08-24 10:28:15 UTC
There is possibility of defining a vnc extension, but it doesn't seem to be an easy task and I'm already overhelmed with other packages/bugs. On the other hand you can use the scratch build above where this will work, but it will break compatibility with other VNC server/clients so you can use it only with the exactly same build of tigervnc (both server and the client).


Note You need to log in before you can comment on or make changes to this bug.