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 734434 - RFE: show workspaces preview for all monitors
RFE: show workspaces preview for all monitors
Status: RESOLVED DUPLICATE of bug 652580
Product: gnome-shell
Classification: Core
Component: general
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-08-07 14:31 UTC by Giulio Fidente
Modified: 2014-08-07 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giulio Fidente 2014-08-07 14:31:30 UTC
when using multiple monitors, even though the `workspaces-only-on-primary` bool setting is disabled, the workspaces preview is only showing workspaces from the primary monitor

it would be nice have a drawer previewing the workspaces of a monitor on that monitor itself; existing workspaces preview on the primary monitor should not change instead you'd see another preview drawer on each additional monitor, each previewing workspaces for that monitor
Comment 1 Giulio Fidente 2014-08-07 14:36:54 UTC
the issue and possible fix was briefly discussed with 'andy' on #gnome-shell
Comment 2 Giulio Fidente 2014-08-07 14:45:11 UTC
(In reply to comment #1)
> the issue and possible fix was briefly discussed with 'andy' on #gnome-shell

that is 'aday' not 'andy', sorry

some updates from IRC:

"""
That code is mostly in workspaceThumbnail.js and partially in overviewControls.js
"""
Comment 3 Florian Müllner 2014-08-07 15:30:13 UTC
There's some discussion on bug 652580 - basically so far no one has come up with a solution that is not one of:

 - have separate switchers on each monitor: bad because it implies that
   workspaces worked per monitor rather than globally
   (e.g. you cannot have workspace 3 on monitor 1 and workspace 1 on monitor 2)

 - show all monitors in the existing workspace switcher: doesn't work very
   well with different monitor sizes, more than two, vertical/L-shaped layouts

*** This bug has been marked as a duplicate of bug 652580 ***
Comment 4 Giulio Fidente 2014-08-07 15:42:56 UTC
Florian, thanks for setting the duplicate state; I had missed the other bug.

Yet, I think workspaces *already* work on a per-monitor assumption a I don't see complaints with that: we scroll up/down workspaces and create/delete workspaces from all monitors at the same time.

FWIW I'd prefer a workspaces previewer on each monitor showing only the workspaces on that monitor.