mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #7410] [Bug] Font selector is unresponsive #3299
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#3299
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 @almereyda on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7410
Bug Description
The font selector can almost freeze the application upon initial toggle or scrolling through the list.
How to Reproduce
Expected Behavior
Fonts are loaded lazily without blocking the application or system.
Operating System
Ubuntu + Flatpak
AppFlowy Version(s)
0.8.4
Screenshots
N/A
Additional Context
It is not obvious if this shows the system fonts or packaged fonts from the Flatpak.
This could very well be caused by a huge list of fonts.
@khorshuheng commented on GitHub (Feb 24, 2025):
Does this happens only on flatpak?
EDITED: we are able to replicate the sluggish performance on desktop app as well in Linux (MacOS version seems ok from initial testing), though the application is still responsive. That is probably due to difference in machine spec. Will find out how to improve this.
@almereyda commented on GitHub (Feb 24, 2025):
I would have to test against other Desktop builds.
On Mon, 24 Feb 2025 at 03:09, Khor Shu Heng @.***>
wrote:
@aquaspy commented on GitHub (Mar 5, 2025):
@khorshuheng
It looks like it happens overall on Linux with flatpak, deb or AppImage. It started after 0.84. I can use 0.83 without any issues.
The issue continues to occur on 0.8.5
I can only use the web for now since the desktop version freezes all the time.
@khorshuheng commented on GitHub (Mar 6, 2025):
@aquaspy While we were able to reproduce the issue with slow performance when choosing and scrolling font on Linux, the app should still be responsive under other situations, at least, not sluggish to the point of unusable. Can you perhaps take a short video to demonstrate the performance issue?
And does downgrading back to 0.8.3 makes the issue dissapear entirely? If so, what is the distro and desktop environment which you are using?
@aquaspy commented on GitHub (Mar 6, 2025):
Here is the video showing it @khorshuheng
On current desktop, I am using a RX 6500 XT, Linux Mint Cinnamon 22.1 based on Ubuntu 24.04 and X11
https://github.com/user-attachments/assets/a2eef19c-4131-441b-8d2d-d0850525f741
@khorshuheng commented on GitHub (Mar 7, 2025):
Can you share the log files of the app, so that we can check if there is any anomaly? I will also see if I can reproduce this on cinnamon desktop environment.
@khorshuheng commented on GitHub (Mar 7, 2025):
@aquaspy Can I create a new issue and track this in a new issue? From preliminary investigation, your text field freezing issue is a different problem compared to the font selector issue reported here. This seems suspiciously similar to https://github.com/flutter/flutter/issues/153560 , which only affect Linux Mint Cinnamon.
@aquaspy commented on GitHub (Mar 7, 2025):
Hi @khorshuheng,z
Absolutely! Thanks so much for that. I was not expecting cinnamon to crash with flutter, but I bet that is the issue. In this case we need to wait a fix from flutter right?
Looks like it got a little better with 0.86.
@khorshuheng commented on GitHub (Mar 7, 2025):
There are workarounds which we can try, based on the GitHub issue which I shared.
@aquaspy commented on GitHub (Mar 7, 2025):
Yup! Just confirmed that this one worked!
https://github.com/flutter/flutter/issues/153560#issuecomment-2503660633
Perhaps we can add it to the FAQ here to help some other mint users around the world?
@khorshuheng commented on GitHub (Mar 7, 2025):
There are also other work around that we can apply on our end. Removing accessibility would unfortunately, impact the users who need it. So it's best if we apply the workaround on our end, until flutter team fixed this issue.
@aquaspy commented on GitHub (Mar 7, 2025):
Ah I see, you are right. Let me know if I can help with more tests.