Merge pull request #29836 from geekpi/translating

translated
This commit is contained in:
geekpi 2023-08-07 09:07:09 +08:00 committed by GitHub
commit 814e724ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 85 additions and 85 deletions

View File

@ -1,85 +0,0 @@
[#]: subject: "GNOMEs Ambitious Window Management Overhaul"
[#]: via: "https://debugpointnews.com/gnome-window-management-proposal/"
[#]: author: "arindam https://debugpointnews.com/author/dpicubegmail-com/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
GNOMEs Ambitious Window Management Overhaul
======
**Tired of window clutter and manual adjustments? GNOME is brainstorming an automated and user-friendly window management system. Heres everything you need to know.**
Window management, a crucial aspect of desktop computing, has been a topic of fascination and exploration for decades. However, despite numerous attempts, no one has yet managed to crack the code for the perfect window management solution. The GNOME developers have now embarked on a mission to revolutionize window management, aiming to improve productivity and user experience.
GNOME developer Tobias Bernard published a [detailed write-up][1] on how the devs are thinking about innovating the GNOME desktop for the future.
### The Challenges of Traditional Windowing Systems
The conventional windowing system has served us well, allowing apps to spawn rectangular windows that can be manually moved and resized. However, as the number and size of windows increase, problems start to arise. Overlapping windows can quickly become a mess, making it challenging to access specific applications without hiding others. Maximizing a window can obscure everything else on the desktop, causing clutter and inefficiency.
Over the years, various operating systems have introduced workarounds like workspaces, taskbars, and switchers to deal with these issues. Yet, the core problem of window management remains unsolved. Particularly for newcomers to computing, such as children and older adults, manually arranging windows can be cumbersome and tedious.
### Introducing Tiling Window Managers
Tiling window managers have offered an alternative solution by preventing windows from overlapping. While they work well in certain scenarios, they have their limitations. Tiling windows can lead to inefficiencies, as apps are often designed for specific sizes and aspect ratios. Additionally, these managers lack knowledge about window content and context, leading to additional manual adjustments and defeating the purpose of a streamlined workflow. Not to mention remembering a lot of keyboard shortcuts.
### GNOMEs Current Tiling Functionality
GNOME has already experimented with basic tiling functionality in the GNOME 3 series. However, the existing implementation has some limitations. Its a manual process, supports only two windows, lacks extensibility for complex layouts, and does not group tiled windows together in the window stack.
### A New Vision for Window Management
The team proposes a fresh approach to window management, focusing on an automated system that aligns with users expectations and needs. Their concept involves three potential layout states for windows: Mosaic, Edge Tiling, and Floating.
Mosaic will be the default behaviour, intelligently positioning and sizing windows based on user preferences and available screen space. As new windows are opened, existing ones will adjust to accommodate the newcomers. If a window doesnt fit the current layout, it will be placed in its own workspace. When the screen is nearly full, windows will automatically tile.
Users can also manually tile windows by dragging them over existing tiles or empty spaces. This system provides flexibility and convenience, making it easier to multitask efficiently.
![mosaic-open-close (Video credit: GNOME)][2]
![mosaic-maximize (Video credit: GNOME)][3]
![mosaic-vertical-tile (Video credit: GNOME)][4]
![mosaic-tile2 (Video credit: GNOME)][5]
![mosaic-tile3 (Video credit: GNOME)][6]
### Maintaining User-Friendly Floating Windows
While tiling offers several benefits, the GNOME developers understand that there will always be cases where users prefer to position windows manually. Therefore, the classic floating behaviour will still be available for those specific situations, but its likely to be less common with the introduction of the new mosaic system.
### Leveraging Window Metadata for Enhanced Performance
GNOME aims to optimize the tiling experience to gather more information from windows about their content. This includes details such as the maximum desired size of a window and the range of ideal sizes where an app functions best. By using this metadata, the system can tailor the window layout to suit users needs, improving overall usability.
### Looking Ahead
While the GNOME developers are excited about this new window management direction, they acknowledge the risks associated with such a novel approach. They plan to conduct user research to validate their assumptions and refine the interactions. Although there is no concrete implementation timeline, the project will likely span multiple development cycles and be part of GNOME 46 or later.
As of publishing this, there are no draft merge requests for this where you can participate with your feedback.
_Via [Tobiass blog][1]_7
--------------------------------------------------------------------------------
via: https://debugpointnews.com/gnome-window-management-proposal/
作者:[arindam][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://debugpointnews.com/author/dpicubegmail-com/
[b]: https://github.com/lkxed/
[1]: https://blogs.gnome.org/tbernard/2023/07/26/rethinking-window-management/
[2]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-open-close.webm
[3]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-maximize.webm
[4]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-vertical-tile.webm
[5]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-tile2.webm
[6]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-tile3.webm

View File

@ -0,0 +1,85 @@
[#]: subject: "GNOMEs Ambitious Window Management Overhaul"
[#]: via: "https://debugpointnews.com/gnome-window-management-proposal/"
[#]: author: "arindam https://debugpointnews.com/author/dpicubegmail-com/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
GNOME 雄心勃勃的窗口管理改革
======
**厌倦了窗口混乱和手动调整? GNOME 正在集体讨论一个自动化且用户友好的窗口管理系统。这是你需要了解的一切。**
窗口管理是桌面计算的一个重要方面几十年来一直是人们着迷和探索的话题。然而尽管进行了多次尝试仍然没有人能够破解完美的窗口管理解决方案的密码。GNOME 开发人员现在开始致力于彻底改变窗口管理,旨在提高生产力和用户体验。
GNOME 开发人员 Tobias Bernard 发表了一篇[详细文章][1],介绍了开发人员如何考虑为未来创新 GNOME 桌面。
### 传统窗口系统的挑战
传统的窗口系统为我们提供了很好的服务,允许应用生成可以手动移动和调整大小的矩形窗口。然而,随着窗口数量和尺寸的增加,问题开始出现。重叠的窗口很快就会变得一团糟,使得在不隐藏其他应用的情况下访问特定应序变得困难。最大化窗口可能会遮挡桌面上的其他所有内容,从而导致混乱和效率低下。
多年来,各种操作系统引入了工作区、任务栏和切换器等解决方法来处理这些问题。然而,窗口管理的核心问题仍未解决。特别是对于儿童和老年人等计算机新手来说,手动排列窗口可能会很麻烦且乏味。
### 平铺窗口管理器简介
平铺窗口管理器通过防止窗口重叠提供了替代解决方案。虽然它们在某些情况下运行良好,但也有其局限性。平铺窗口可能会导致效率低下,因为应用通常是针对特定尺寸和纵横比设计的。此外,这些管理者缺乏关于窗口内容和上下文的知识,导致额外的手动调整并违背了简化工作流程的目的。更不用说记住很多键盘快捷键了。
### GNOME 当前的平铺功能
GNOME 已经在 GNOME 3 系列中尝试了基本的平铺功能。然而,现有的实现有一些局限性。这是一个手动过程,仅支持两个窗口,缺乏复杂布局的可扩展性,并且不会将平铺窗口分组到窗口栈中。
### 窗口管理的新愿景
该团队提出了一种新的窗口管理方法,重点关注符合用户期望和需求的自动化系统。他们的概念涉及窗口的三种潜在布局状态:马赛克、边缘平铺和浮动。
马赛克将成为默认行为,根据用户偏好和可用屏幕空间智能定位窗口并调整窗口大小。随着新窗口的打开,现有窗口将进行调整以适应新来者。如果窗口不适合当前布局,它将被放置在自己的工作区中。当屏幕接近满时,窗口将自动平铺。
用户还可以通过将窗口拖动到现有窗口或空白区域上来手动平铺窗口。该系统提供了灵活性和便利性,使其更容易高效地执行多任务。
![mosaic-open-close (Video credit: GNOME)][2]
![mosaic-maximize (Video credit: GNOME)][3]
![mosaic-vertical-tile (Video credit: GNOME)][4]
![mosaic-tile2 (Video credit: GNOME)][5]
![mosaic-tile3 (Video credit: GNOME)][6]
### 维护用户友好的浮动窗口
虽然平铺提供了多种好处,但 GNOME 开发人员明白,总会有用户更喜欢手动定位窗口的情况。因此,经典的浮动行为仍然适用于这些特定情况,但随着新马赛克系统的引入,它可能不太常见。
### 利用窗口元数据增强性能
GNOME 旨在优化平铺体验,以从窗口收集有关其内容的更多信息。这包括窗口的最大所需尺寸以及应用最佳运行的理想尺寸范围等详细信息。通过使用这些元数据,系统可以定制窗口布局以满足用户的需求,从而提高整体可用性。
### 展望未来
虽然 GNOME 开发人员对这个新的窗口管理方向感到兴奋,但他们也承认与这种新颖方法相关的风险。他们计划进行用户研究以验证他们的假设并完善交互。尽管没有具体的实施时间表,但该项目可能会跨越多个开发周期,并成为 GNOME 46 或更高版本的一部分。
截至发布此内容时,还没有草稿合并请求,你可以参与其中并提供反馈。
_来自 [Tobias 的博客][1]_
--------------------------------------------------------------------------------
via: https://debugpointnews.com/gnome-window-management-proposal/
作者:[arindam][a]
选题:[lkxed][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://debugpointnews.com/author/dpicubegmail-com/
[b]: https://github.com/lkxed/
[1]: https://blogs.gnome.org/tbernard/2023/07/26/rethinking-window-management/
[2]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-open-close.webm
[3]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-maximize.webm
[4]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-vertical-tile.webm
[5]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-tile2.webm
[6]: https://debugpointnews.com/wp-content/uploads/2023/07/mosaic-tile3.webm