After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746181 - schemas: Add a way to turn off "PC-style" right-click
schemas: Add a way to turn off "PC-style" right-click
Status: RESOLVED FIXED
Product: gsettings-desktop-schemas
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gsettings-desktop-schemas-maint
gsettings-desktop-schemas-maint
Depends on:
Blocks: 746290
 
 
Reported: 2015-03-13 20:54 UTC by Bastien Nocera
Modified: 2015-03-17 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
schemas: Add a way to turn off "PC-style" right-click (2.30 KB, patch)
2015-03-13 20:54 UTC, Bastien Nocera
none Details | Review
schemas: Add a way to turn off "PC-style" right-click (2.36 KB, patch)
2015-03-16 14:34 UTC, Carlos Garnacho
committed Details | Review

Description Bastien Nocera 2015-03-13 20:54:32 UTC
.
Comment 1 Bastien Nocera 2015-03-13 20:54:35 UTC
Created attachment 299358 [details] [review]
schemas: Add a way to turn off "PC-style" right-click

On Macs, there's no physical touchpad buttons, and right clicks are
performed through 2-finger clicks.

On Lenovos (and many other PCs), specific areas of the device are set
aside to act as buttons.

The default configuration for those is to leave it as is the default for
that specific hardware, but allows to remove button areas on PC laptops.

See equivalent, old-style work-around:
https://gist.github.com/hadess/6779414
Comment 2 Carlos Garnacho 2015-03-16 14:34:58 UTC
Created attachment 299516 [details] [review]
schemas: Add a way to turn off "PC-style" right-click

On Macs, there's no physical touchpad buttons, and right clicks are
performed through 2-finger clicks.

On Lenovos (and many other PCs), specific areas of the device are set
aside to act as buttons.

The default configuration for those is to leave it as is the default for
that specific hardware, but allows to remove button areas on PC laptops.

See equivalent, old-style work-around:
https://gist.github.com/hadess/6779414
Comment 3 Carlos Garnacho 2015-03-16 14:35:45 UTC
This last patch adds 'none' as a managed value.
Comment 4 Rui Matos 2015-03-16 16:29:51 UTC
Review of attachment 299516 [details] [review]:

ok
Comment 5 Bastien Nocera 2015-03-17 15:23:17 UTC
commit 2803f452046b90607bad32dbea487199785823ab
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 13 21:51:25 2015 +0100

    schemas: Add a way to turn off "PC-style" right-click
    
    On Macs, there's no physical touchpad buttons, and right clicks are
    performed through 2-finger clicks.
    
    On Lenovos (and many other PCs), specific areas of the device are set
    aside to act as buttons.
    
    The default configuration for those is to leave it as is the default for
    that specific hardware, but allows to remove button areas on PC laptops.
    
    See equivalent, old-style work-around:
    https://gist.github.com/hadess/6779414

With one +1 from i18n on the list, and the other from me, as the (former?) en_GB coordinator.