xhorak / firefox-devedition-flatpak

Flatpak manifest and patches to build Firefox
https://firefox-flatpak.mojefedora.cz/
68 stars 28 forks source link

Fuzzy text in HiDPI mode #126

Closed rugk closed 5 years ago

rugk commented 5 years ago

In the flatpak the text looks a little broken… :wink:

grafik

Note: This only affects the Firefox UI. Websites are displayed just fine.

stransky commented 5 years ago

Yes, I see that on non-flatpak version too. Maybe we don't react well on theme change or so. I usually see that after restore from suspend or after screen unlock.

rugk commented 5 years ago

It got worse… I have some really great characters here then: grafik


I have a stable Firefox version from Fedora, where this did not happen. I can always reproduce it with Firefox Dev Edition, however. Since some time already, it worked in the past. (I see no correlation with theme changes or screen unlocks.)

Firefox Nightly in flatpak works fine. :thinking:

Empornium commented 5 years ago

I've had both versions of this, the first was workable, but now...

Screenshot from 2019-05-20 15-06-54

xhorak commented 5 years ago

Please be sure you have the org.gnome.Platform and org.freedesktop.Platform installed from flathub and not from sdk.gnome.org. Use flatpak list and look for Origin column to check it.

rugk commented 5 years ago

Uhm… it's a little complicated…

$ flatpak list | grep gnome
default org.freedesktop.Platform.GL.default     1.6 x86_64  gnome   system
GNOME Application Platform version 3.24 - Shared libraries used by GNOME applications   org.gnome.Platform      3.24    x86_64  gnome   system
GNOME Application Platform version 3.26 - Shared libraries used by GNOME applications   org.gnome.Platform      3.26    x86_64  flathub system
GNOME Application Platform version 3.28 - Shared libraries used by GNOME applications   org.gnome.Platform      3.28    x86_64  flathub system
GNOME Application Platform version 3.30 - Shared libraries used by GNOME applications   org.gnome.Platform      3.30    x86_64  flathub system
$ flatpak list | grep "freedesktop.Platform     "
Freedesktop.org Application Platform version 1.6 - Shared libraries provided by freedesktop.org org.freedesktop.Platform    1.6 1.6 x86_64  flathub system
Freedesktop Platform - Shared libraries org.freedesktop.Platform    18.08.30    18.08   x86_64  flathub system

So freedesktop is okay, org.gnome.Platform is not, as it seems.

xhorak commented 5 years ago

Yes, remove org.gnome.Platform//3.24 and reinstall it from flathub. The gnome repository is not updated for long time.

rugk commented 5 years ago

Thanks, works now. :smile: