mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #6478] [Bug] Forced full-screen mode on Linux #2853
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2853
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexkokobane on GitHub (Oct 4, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6478
Bug Description
The app automatically enters an inescapable full-screen mode from the second time it's opened after installation. When in this full-screen mode F11, Esc, Alt+Left click+Move or any other window resizing keys do not function. The only way to leave the app becomes Alt+F4 to close the window or Alt+Tab to switch windows to a different app.
How to Reproduce
Install either the Deb, AppImage or Flatpack packages. After installation sign in and set up the app, then quit and reopen it. The first time you open the app after installation everything might seem functioning as expected but it is not the case when it is opened subsequently.
Expected Behavior
It must not open into full-screen mode, it should have a typical system window that can be resized, minimised and maximised at will.
Operating System
Linux Mint 21.3 Cinnamon 6.0.4
AppFlowy Version(s)
v0.6.8, v0.6.9 & v0.7.0
Screenshots
Additional Context
No response
@oppZ commented on GitHub (Oct 5, 2024):
i tried on a Linux Mint 21.3 Cinnamon 6.0.4 and i get this behavior only when fractional scaling 175% and 200%, but works normally on 75%, 100%, 125% and 150%. In the settings, fractional scaling is said to be experimental so that might be the issue.
Perhaps it might be fixed in linux mint 22, but i don't have a LM22 to check.
Possible fixes might be to reduce the scaling and/or installing/upgrading to LM22. If you choose to upgrade, backup your files just in case something goes wrong
@alexkokobane commented on GitHub (Oct 7, 2024):
I didn't have fractional scaling enabled and the highest resolution of my display is 1366x768.
However, I tried with fractional scaling enabled and resolution at 1280x720 (the highest resolution my system allows fractional scaling):
I discovered that to exit the forced fullscreen I need to set the resolution to 1280x720, scale to 125% and then revert back to 1366x768 at 100%. After this process the app continues to function was expected as long as it's not maximised. If I quit it while maximised, the forced fullscreen comes back the next time it's opened.
@alexkokobane commented on GitHub (Oct 13, 2024):
I tested it in the experimental Cinnamon Wayland implementation and it functions exactly as expected without any issues. So I reckon the issue is only with the x11 environment.
@ddlite92 commented on GitHub (Dec 11, 2024):
Hi, I have the same issues in Linux Mint 22 Cinnamon
Cinnamon Version: 6.2.9
Linux Kernel: 6.8.0-49-generic
Display : 1366 x 768 (16:9) 100%
Trying the "exit the forced fullscreen I need to set the resolution to 1280x720, scale to 125%, and then revert to 1366x768 at 100%" solution but did not work.
@Andrea-R-82 commented on GitHub (Jun 9, 2025):
Hi. I experienced this problem on Windows 10 until a few days ago.
Now I fully switched my notebook to Linux Mint 22.1 Cinnamon and the problem is still present.
Both when I use my notebook display (1336 x 768) and when I use my main external monitor (2569 x 1440).
No scaling options active.
To escape the forced full-screen this is the procedure I followed successfully:
At this point I get a message that Cinnamon crashed (fractional scaling is an experimental feature), and whether I what to restart it. I do and everything works fine...as long as I don't close AppFlowy maximized again.
@Andrea-R-82 commented on GitHub (Jul 6, 2025):
The previous workaround is not always possible, so I will describe an alternative solution that should always work.
The Problem
When I'm not using the second monitor, the option for setting the scaling is disabled. Without it, I can't reduce the window size as described in my previous post.
The Workaround
{you'll find something like"flutter.windowSize":"{\"height\":736.0,\"width\":1366.0}".Now the forced fullscreen should be gone and the keyboard shortcuts to resize or tile the app should be working again.
Other info for the developers
I don't know if this is useful but when the app was in this "forced fullscreen" mode and was closed, I tried to edit the json and set
"flutter.windowMaximized":"true"tofalse(without changing the height parameter).When I reopened Appflowy the
windowMaximizedparameter automatically changed totrueand the forced fullscreen was still in place.