Summary: | Canvas Only Mode does not hide Titlebar or go fullscreen the first time, unless cycling Ctrl+Shift+F once | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
Component: | Usability | Assignee: | Reinold Rojas <rojasreinold> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahab.greybeard, rojasreinold |
Priority: | NOR | ||
Version: | 4.4.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/709a9b2d760d78f3f743c5798d97f53b6c299633 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tyson Tan
2021-06-01 04:11:42 UTC
I can replicate this situation for 4.4.0 and later appimages on Debian 10 with a fresh installation. If the line 'fullscreenMode=false' is added to a freshly created kritarc file then this does not happen. That line is present in the kritarc file after the Tab -> Ctrl+Shift+F operations described in the initial report. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1066 Git commit bf0cf113576696be711166d7074af1e5472b28d4 by Halla Rempt, on behalf of Reinold Rojas. Committed on 24/09/2021 at 08:17. Pushed by rempt into branch 'master'. Set default fullscreen mode to off Before this commit the krita config set fullscreen mode true by default despite Krita not actually starting in fullscreen. That caused some canvas-only settings to behave incorrectly. This commit aligns the fullscreen mode and startup behavior (both off). M +1 -1 libs/ui/kis_config.cc https://invent.kde.org/graphics/krita/commit/bf0cf113576696be711166d7074af1e5472b28d4 Git commit 709a9b2d760d78f3f743c5798d97f53b6c299633 by Halla Rempt, on behalf of Reinold Rojas. Committed on 24/09/2021 at 08:18. Pushed by rempt into branch 'krita/5.0'. Set default fullscreen mode to off Before this commit the krita config set fullscreen mode true by default despite Krita not actually starting in fullscreen. That caused some canvas-only settings to behave incorrectly. This commit aligns the fullscreen mode and startup behavior (both off). (cherry picked from commit bf0cf113576696be711166d7074af1e5472b28d4) M +1 -1 libs/ui/kis_config.cc https://invent.kde.org/graphics/krita/commit/709a9b2d760d78f3f743c5798d97f53b6c299633 Thank you Reinold and Halla! :D |