Bug 1854679
Summary: | [RFE] Disable left edge gesture | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Lili Huang <lilhuang> | ||||
Component: | gnome-shell | Assignee: | Carlos Garnacho <cgarnach> | ||||
Status: | CLOSED ERRATA | QA Contact: | Michael Boisvert <mboisver> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 8.1 | CC: | cgarnach, fmuellner, jadahl, mcatanza, mclasen, mkrajnak, sbarcomb, toneata, tpelka, tpopela | ||||
Target Milestone: | rc | Keywords: | FutureFeature, Triaged, ZStream | ||||
Target Release: | 8.3 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | gnome-shell-extensions-3.32.1-18.el8 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1962169 (view as bug list) | Environment: | |||||
Last Closed: | 2021-11-09 19:33:50 UTC | Type: | Feature Request | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1962169 | ||||||
Attachments: |
|
Description
Lili Huang
2020-07-08 01:49:12 UTC
Hi Lili, I think the following command should do what the customer wants: $ gsettings set org.gnome.desktop.interface enable-hot-corners false That was implemented in bug #1704355. Please let us know if that suffices. Sorry, I deleted the customer's info in comment #1. I tried enable-hot-corners key just now (with dconf update and logout/login), but left edge still brings overviews and applications. I loaded a screen snapshot which shows what left edge opens. Created attachment 1700249 [details]
left edge opens overviews and applications
Hm, it works for me in 8.2. This was supposed to work in 8.1 as well; I'll install 8.1 to see what's going on there. OK, I see I misunderstood: you don't want to disable the hot corner, you want to disable the left edge slide gesture. I should have read your comment better, sorry. Yes, customer wants to disable the left edge slide. By the way, can you please make the first comment to be published, because I want customer to monitor this RFE himself too. Using gnome-shell-extension-gesture-inhibitor-3.32.1-19.el8.noarch.rpm, I was able to disable the left side "drag reveals tray" gesture by simply setting: $ gsettings set org.gnome.shell.extensions.gesture-inhibitor show-app-grid false I should point out this works as expected with both mouse clicks and touchscreen. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: GNOME security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:4381 |