问题描述
当您切换工作区时,Gnome-shell似乎希望将一台显示器保留为”fixed”。
此外,我的辅助监视器的“活动”视图中没有预览。
此外,在第二台显示器上,应该有空的桌面空间或面板的副本,我只有一个白色条。
如何让gnome-shell像对待主要监视器一样对待我的辅助监视器?
最佳解决思路
设置workspaces-only-on-primary false
(使用gsetting
,gconftool
,GNOME Tweak或其他 – 请参阅所有其他答案)只能解决第一个问题:
Gnome-shell seems to like to leave one monitor as “fixed” when you switch workspaces.
对于第二个问题
Additionally, there is no preview in the Activities view of my secondary monitor.
Just Works™有一个GNOME extension called Multi Monitors Add-On。 (另见如何安装和管理GNOME Shell扩展?)
次佳解决思路
14.04
在Gnome的更高版本中,您必须打开gnome-tweak-tool
,并在”Workspaces”下更改“仅在主显示器上的工作空间”设置。
第三种解决思路
关于固定的第二台显示器,有一种简单的方法可以解决这个问题,就像我刚刚发现的那样。如果我可以引用:
- Download gconf-editor – this is probably available in your distribution’s package manager.
- Start gconf-editor – the “Run Command” menu is still available in GNOME 3 by pressing Alt-F2.
- In the tree on the left, navigate to /desktop/gnome/shell/windows
- UNCHECK the box next to workspaces_only_on_primary
资料来源:http://gregcor.com/2011/05/07/fix-dual-monitors-in-gnome-3-aka-my-workspaces-are-broken/
第四种思路
我找不到Martin提到的/desktop /gnome /shell /windows键,但是他引用的来源说:
$ gsettings set org.gnome.shell.overrides workspaces-only-on-primary false
这立即为我修好了。谢谢,gregcor(来源)。
第五种思路
您可以通过从Ubuntu软件安装GNOME Tweaks来完成此操作。安装后,它会在应用程序抽屉中显示为Tweaks。包名实际上称为gnome-tweak-tool
。
您要查找的选项位于“工作空间”选项卡中,它称为“工作空间跨度显示”。
参考资料