Bug 2013196
| Summary: | Missing gesture-inhibitor extension in gnome-shell-extensions | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Michal Odehnal <modehnal> |
| Component: | gnome-shell-extensions | Assignee: | Florian Müllner <fmuellner> |
| Status: | CLOSED ERRATA | QA Contact: | Michael Boisvert <mboisver> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | jadahl, jkoten, mboisver, mkrajnak, rstrode, tpopela |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gnome-shell-extensions-40.4-7.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-17 12:32:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Comment 1
Michael Boisvert
2021-11-02 18:33:11 UTC
(In reply to Michael Boisvert from comment #1) > The extension does now exist but I am unable to inhibit some gestures. > > # yum install gnome-shell-extension-gesture-inhibitor > $ gnome-extensions enable > gesture-inhibitor.github.com > $ gsettings set org.gnome.shell.extensions.gesture-inhibitor unfullscreen > false > > I am unable to successfully inhibit the unfullscreen gesture (drag the top > of of the screen on a fullscreen app in order to unfullscreen the app). I am > able to inhibit the show-osk gesture however. Florian is aware and I sent > him some log information. Isn't this RHEL 9 variant of https://bugzilla.redhat.com/show_bug.cgi?id=1988906 ? (In reply to Michael Boisvert from comment #1) > I am unable to successfully inhibit the unfullscreen gesture. I am > able to inhibit the show-osk gesture however. This took a while! The problem is that gnome-shell itself disabled those gestures now when they are unwanted, namely when the OSK itself is disabled or when there's no fullscreen application. When it turns them back on, it unknowingly overrides the inhibitor setting. This was tricky to fix, but I'm happy to report that a fix is on its way now (tested on F35). (In reply to Tomas Popela from comment #6) > Isn't this RHEL 9 variant of > https://bugzilla.redhat.com/show_bug.cgi?id=1988906 ? Oh no, I ended up fixing the same problem again :-( We should probably pick one fix instead of diverging between RHEL8 and RHEL9. (In reply to Florian Müllner from comment #8) > We should probably pick one fix instead of diverging between RHEL8 and RHEL9. The fix that was done by Carlos was backported to RHEL 8.4 and 8.5. If Carlos' solution is acceptable, then I would be in favor of taking that one instead. His is slightly simpler, mine is slightly more efficient. (I did fix an additional bug though, where toggling the setting after disabling the extension would still mess with the gesture. At least that should be kept.) gnome-shell-extensions-40.4-7.el9 works for me. Enable/disable the extension and true/false the gesture. We are still missing the package in the AppStream compose - I've created https://issues.redhat.com/browse/ENGCMP-1647 to add it there. (In reply to Tomas Popela from comment #14) > We are still missing the package in the AppStream compose - I've created > https://issues.redhat.com/browse/ENGCMP-1647 to add it there. Resolved, so it should be available in the next compose. 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 (new packages: gnome-shell-extensions), 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/RHBA-2022:2340 |