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 1848058 - Workspace switcher menu is broken
Summary: Workspace switcher menu is broken
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: gnome-shell
Version: 7.9
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: 7.9
Assignee: Florian Müllner
QA Contact: Desktop QE
URL:
Whiteboard:
: 1848626 (view as bug list)
Depends On:
Blocks: 1858717
TreeView+ depends on / blocked
 
Reported: 2020-06-17 15:10 UTC by Michael Catanzaro
Modified: 2023-12-15 18:12 UTC (History)
12 users (show)

Fixed In Version: gnome-shell-extensions-3.28.1-14.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1858717 (view as bug list)
Environment:
Last Closed: 2020-09-29 20:22:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Screenshot (830.87 KB, image/png)
2020-06-17 15:10 UTC, Michael Catanzaro
no flags Details
workspace screenshot (647.58 KB, image/png)
2020-06-18 16:29 UTC, Michael Boisvert
no flags Details
workspace screenshot shell (95.53 KB, image/png)
2020-06-21 13:40 UTC, Michael Boisvert
no flags Details
workspace screenshot classic (98.37 KB, image/png)
2020-06-21 13:40 UTC, Michael Boisvert
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:3987 0 None None None 2020-09-29 20:22:56 UTC

Description Michael 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 2 Michael 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

Comment 7 Michael Boisvert 2020-06-18 16:29:05 UTC
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.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1848103

Comment 8 Michael Catanzaro 2020-06-18 17:52:56 UTC
*** Bug 1848626 has been marked as a duplicate of this bug. ***

Comment 14 Florian Müllner 2020-06-19 19:52:27 UTC
(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 16 Michael 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 17 Michael Boisvert 2020-06-21 13:40:41 UTC
Created attachment 1698229 [details]
workspace screenshot classic

Comment 19 Florian Müllner 2020-06-22 16:24:25 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 20 Michael 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 24 Michael 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.

Comment 28 errata-xmlrpc 2020-09-29 20:22:36 UTC
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


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