自从上次 Google-Chrome 更新至版本 95.0.4638.54 以来,Chrome 在最大化窗口时不再考虑屏幕尺寸。
答案1
答案2
它已被确认为 Chrome 的一个错误。最活跃的错误似乎是https://bugs.chromium.org/p/chromium/issues/detail?id=1260821
但也有一些重复的内容:
- https://bugs.chromium.org/p/chromium/issues/detail?id=1257119
- https://bugs.chromium.org/p/chromium/issues/detail?id=1261797
- https://bugs.chromium.org/p/chromium/issues/detail?id=1264432
最好的选择是等待下一次 Chrome 更新。
答案3
以前版本的 chrome 没有这样的问题。这是 chrome 的一个错误,我已经向 google 报告了我的情况。我相信新版本很快就会修复这个问题。
答案4
这种行为在 Chrome 95 及更高版本中有所体现(不幸的是,同样的情况也发生在 Chrome Beta 96 中,至少对我来说是这样。)作为一种解决方法,我将 Chrome 版本降级到 94。
如果您遇到同样的问题,可以使用以下解决方法:
- 卸载
google-chrome-stable
软件包:
sudo apt remove google-chrome-stable
- 下载Chrome 94从 Google 存储库中安装它。
- 保留该
google-chrome-stable
包以防止其更新:
sudo apt-mark hold google-chrome-stable
您仍将收到 Chrome 更新列表并看到该软件包的新版本:
/$ apt list --upgradable
Listing... Done
code-insiders/stable 1.63.0-1636719582 amd64 [upgradable from: 1.63.0-1636472235]
code/stable 1.62.2-1636665017 amd64 [upgradable from: 1.62.1-1636111026]
google-chrome-stable/stable 95.0.4638.69-1 amd64 [upgradable from: 94.0.4606.81-1]
但无法通过以下方式安装sudo apt upgrade
:
/$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
google-chrome-stable
The following packages will be upgraded:
code code-insiders
2 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 163 MB of archives.
After this operation, 26,6 kB of additional disk space will be used.
Do you want to continue? [Y/n]
直到你解开google-chrome-stable
包裹:
sudo apt-mark unhold google-chrome-stable