Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionMichael Catanzaro
2020-06-17 15:10:49 UTC
Created attachment 1697835[details]
Screenshot
Description of problem: The first time I click the workspace indicator in the bottom-left corner of the screen, it opens the workspace switcher popover mispositioned in the top-left corner of the screen. If I dismiss the menu by clicking on the workspace switcher again, then the workspace switcher no longer does anything: it is no longer possible to reopen the menu.
Version-Release number of selected component (if applicable): gnome-shell-3.28.3-24.el7
How reproducible: Always
Steps to Reproduce:
1. Log into GNOME
2. Click the workspace indicator. Menu appears mispositioned.
3. Click it again. Menu disappears.
4. Click it again. Nothing happens.
Actual results: The workspace indicator no longer does anything, all clicks are ignored until I sign out.
Expected results: The workspace menu appears in the correct location.
Additional info: Screenshot attached
Comment 2Michael Catanzaro
2020-06-17 15:16:00 UTC
Florian thinks he has fixed it. He says it's caused by this error in my journal:
Jun 17 10:09:00 rhel7 gnome-shell[2782]: JS ERROR: TypeError: sourceActor.get_theme_node is not a function
_reposition@resource:///org/gnome/shell/ui/boxpointer.js:451:26
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
setPosition@resource:///org/gnome/shell/ui/boxpointer.js:433:9
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
open@resource:///org/gnome/shell/ui/popupMenu.js:866:9
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
toggle@resource:///org/gnome/shell/ui/popupMenu.js:746:13
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
_onEvent@resource:///org/gnome/shell/ui/panelMenu.js:138:13
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
(In reply to Michael Boisvert from comment #7)
> Created attachment 1697989[details]
> workspace screenshot
>
> With the updated mutter from [1] the workspace indicator extension is broken
> in a different way. Now there are two horizontal workspace switchers, but no
> indicators.
There are two implementations of the workspace switcher (both the menu for vertical layouts and the thumbnail switcher for horizontal layouts):
- the stand-alone workspace-indicator extension (shipped in gnome-shell-extensions, but not included in GNOME Classic by default)
- a fork of that extensions that is included in the window-list extension (which is enabled by GNOME Classic)
It simply looks like you have both extensions enabled.
Comment 16Michael Boisvert
2020-06-21 13:40:00 UTC
Created attachment 1698228[details]
workspace screenshot shell
The scratch build seems to work properly on gnome-shell, but in classic I figured the functionality would be the same: vertical drop down menu with labeled workspaces. This is not the case, classic still only gets a horizontal workspace selector without labels in the top bar, identical to the default one at the bottom.
Is this the desired functionality? IIRC classic mode would previously get a similar vertical drop down menu with labeled workspaces when the workspace-indicator extension was enabled.
See both screenshots.
Comment 17Michael Boisvert
2020-06-21 13:40:41 UTC
(In reply to Michael Boisvert from comment #16)
> Is this the desired functionality?
Yes. Both switchers have been updated to either show a menu (as before) or a row of thumbnails. Which one is shown depends on the orientation of the workspace layout, not the extension that is used.
Comment 20Michael Boisvert
2020-06-22 16:27:24 UTC
(In reply to Florian Müllner from comment #19)
> (In reply to Michael Boisvert from comment #16)
>
> > Is this the desired functionality?
>
> Yes. Both switchers have been updated to either show a menu (as before) or a
> row of thumbnails. Which one is shown depends on the orientation of the
> workspace layout, not the extension that is used.
Being that's the case and we could get exception+ by EOD today, this could make it into 7.9.
Comment 24Michael Boisvert
2020-06-23 13:14:33 UTC
Testing of gnome-shell-extensions-3.28.1-14.el7 yielded expected results on both gnome-shell and shell-classic.
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 (GNOME 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/RHBA-2020:3987
Created attachment 1697835 [details] Screenshot Description of problem: The first time I click the workspace indicator in the bottom-left corner of the screen, it opens the workspace switcher popover mispositioned in the top-left corner of the screen. If I dismiss the menu by clicking on the workspace switcher again, then the workspace switcher no longer does anything: it is no longer possible to reopen the menu. Version-Release number of selected component (if applicable): gnome-shell-3.28.3-24.el7 How reproducible: Always Steps to Reproduce: 1. Log into GNOME 2. Click the workspace indicator. Menu appears mispositioned. 3. Click it again. Menu disappears. 4. Click it again. Nothing happens. Actual results: The workspace indicator no longer does anything, all clicks are ignored until I sign out. Expected results: The workspace menu appears in the correct location. Additional info: Screenshot attached