• [^] # Re: Certaines applications complètement écrasées par défaut

    Posté par . En réponse au lien MosaicWM, le prototype du futur du fenêtrage dans GNOME, cherche des testeurs. Évalué à 4.

    Le problème de la taille de la fenêtre à l'ouverture en tiling a été abordé dans ce billet de blog

    L'article (qui date de 2023 et qui n'est donc plus obligatoirement pertinent) indique qu'il faudrait que les applications puissent publier des métadonnées supplémentaires pour faire quelque chose de pas mal :

    One important missing piece is having information on the maximum desired size of a window. This is the size beyond which the window content stops looking good. Not having this information is one of the reasons that traditional tiling window managers have issues, especially on larger screens. This maximum size would not be a hard limit and manual resizing would still be possible. Instead, the system would use the maximum size as one factor when it calculates an optimal window layout. For example, when tiling to the side of the screen, a window would only grow as wide as its maximum width rather than filling exactly half of the screen.

    In addition, it’d be helpful to know the range of ideal sizes where an app works best. While an app may technically work at mobile sizes that’s probably not the best way to use that app if you have a large display. To stay with our chat example, you probably want to avoid folding the sidebar if it can be avoided, so the range of ideal sizes would be between the point where it becomes single pane and its maximum usable size.

    Ideally these properties could be set dynamically depending on the window content. For example, a spreadsheet with a lot of columns but few rows could have a wider ideal size than one with lots of rows.