Summary: | No way to maximize window | ||
---|---|---|---|
Product: | [Plasma] plasma-mobile | Reporter: | Julian Groß <julian.g> |
Component: | Shell | Assignee: | Plasma Mobile Bugs <plasma-mobile-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, justin, luis.buechi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | postmarketOS | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-mobile/-/commit/ada43b08cdf9ab50118cd769ffc8d5647507854e | Version Fixed In: | 6.2.2 |
Sentry Crash Report: |
Description
Julian Groß
2024-08-23 12:30:50 UTC
One suggestion how this could be fixed: show a maximize button in the task switcher if the window isn't maximized. I would suggest the top left, so it isn't right next to the close button. In which cases do non-maximized windows occur? In Plasma Mobile KWin should be configured to maximize windows by default anyways except for when Docked Mode is active (which also re-enables window decorations so you can maximize by dragging the window decoration to the top). (In reply to Luis B from comment #2) > In which cases do non-maximized windows occur? You can deliberately unmaximize a window using a key combination such as Super + LeftArrow, which I use regularly in school to cite texts or similar. As previously mentioned, Firefox specifically often gets unmaximized when using the top right drawer (for example to enable Wi-Fi). Firefox has some small non-obvious places by which you can double-click the window to maximize it, those are hard to press with a touchpad though, and basically impossible to press using just the touch screen. > In Plasma Mobile KWin should be configured to maximize windows by default (…) This is the case. Anything maximizable is maximized by default. Ah interesting so it seems we should disable some window management keyboard shorcuts when not in docked mode. This would prevent this issue from occurring. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/597 Git commit 3353d452494a818d03e101522474e98ebd89074e by Luis Büchi. Committed on 21/10/2024 at 09:53. Pushed by lbuechi into branch 'master'. reintroduce maximizing task on activating it in switcher only maximize when not in docked mode to not break windowed workflow when docked. M +4 -0 kwin/mobiletaskswitcher/qml/Task.qml https://invent.kde.org/plasma/plasma-mobile/-/commit/3353d452494a818d03e101522474e98ebd89074e Git commit ada43b08cdf9ab50118cd769ffc8d5647507854e by Luis Büchi. Committed on 21/10/2024 at 17:58. Pushed by lbuechi into branch 'Plasma/6.2'. reintroduce maximizing task on activating it in switcher only maximize when not in docked mode to not break windowed workflow when docked. (cherry picked from commit 3353d452494a818d03e101522474e98ebd89074e) Co-authored-by: Luis Büchi <luis.buechi@server23.cc> M +4 -0 kwin/mobiletaskswitcher/qml/Task.qml https://invent.kde.org/plasma/plasma-mobile/-/commit/ada43b08cdf9ab50118cd769ffc8d5647507854e |