xhorak / firefox-devedition-flatpak

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

Text overlap in Nightly Wayland #106

Closed mogenson closed 5 years ago

mogenson commented 5 years ago

Some characters overlap in the Firefox UI. Websites render correctly.

screenshot from 2018-11-05 22-02-02

Setting the Font and font size have no effect. There are also no Advanced options under Font.

screenshot from 2018-11-05 22-03-27

stransky commented 5 years ago

Yes, I also see that on Fedora 29 / flatpak. Does not appears on plain nightly.

martin-jamszolik commented 5 years ago

I Concur as well, Fedora 29 using flatpak

xhorak commented 5 years ago

This seems to be related to the gnome runtime. I was able to fix it by removing gnome runtime from gnome flatpak prepository and switch to gnome runtime from flathub. The gnome repository seems not to be updated for long time: https://blogs.gnome.org/alexl/2017/11/13/gnome-apps-migrated-to-flathub/

I use following commands to remove gnome repository:

flatpak uninstall org.mozilla.FirefoxNightly
flatpak uninstall --unused
flatpak remote-delete gnome

and having flathub repository installed:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

install again as described in: https://firefox-flatpak.mojefedora.cz/

mogenson commented 5 years ago

Thanks! I had accepted the default option of adding the sdk.gnome.org repo.

rugk commented 5 years ago

Dupe of https://github.com/xhorak/firefox-devedition-flatpak/issues/126#issuecomment-495101543