Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font search is incredibly slow #236

Open
l4ssc opened this issue Dec 4, 2024 · 1 comment
Open

Font search is incredibly slow #236

l4ssc opened this issue Dec 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@l4ssc
Copy link

l4ssc commented Dec 4, 2024

On my Void Linux install, I have quite a few fonts installed through their google-fonts package among others. Unfortunately, this means that trying to pick a font to use in the application takes... a very long time (when I informally tested it, roughly two and a half minutes)!

In comparison, the gnome-font-viewer application has a noticeable delay but at most takes around 5-10 seconds to display the searched results.

Though, I should note that I have Folio installed via an AppImage and I have GNOME's font viewer installed through a traditional package. This alone could make a difference given the way the two models differ in terms of interacting with the system (at least, from my understanding).

@toolstack
Copy link
Owner

Folio just calls GTK's FontDialog() picker, so any lag is in GTK not Folio. Have you tried picking a font in another GTK app that used FontDialog()? (I know Pinta uses it)

If it acts the same, I doubt there's anything to be done about the slowness from Folio's side, you'd have to open a ticket with GTK.

@toolstack toolstack added the bug Something isn't working label Dec 4, 2024
@toolstack toolstack added this to the Probably Never milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants