flathub / io.atom.Atom

https://flathub.org/apps/details/io.atom.Atom
6 stars 7 forks source link

Atom Flatpak package is not respecting system fonts #5

Open valmar opened 6 years ago

valmar commented 6 years ago

The current Atom Flatpak (Atom 1.23.2) does not seem to respect the system font choice (font and font size). Here I am talking about the UI font (menus, etc), not the editor font. When one install Atom from the rpm package, the font choice is respected, so I think this is a Flatpak issue.

Valerio

TingPing commented 6 years ago

This is probably simply because it uses Gtk2 which doesn't have any flatpak'd themes. A Gtk3 release will come some time (Electron supports it).

valmar commented 6 years ago

Ok thank you. However, in other Flatpaked apps, the fonts seem to be independent from the theme (one can change theme without changing fonts)

Thank you for your help!

Valerio

TingPing commented 6 years ago

Well there are many ways it can be handled but you said the menubar and that is just up to the Gtk theme.