minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.71k stars 684 forks source link

Incorrect font setted. #2350

Open ssleert opened 7 months ago

ssleert commented 7 months ago

Expected Behavior

image

Actual Behavior

image

To Reproduce

Install min browser on clear Fedora silverblue 38 through rpm package

The steps you took that showed this problem

rpm-ostree install ./Downloads/min-1.29.0-x86_64.rpm

ssleert commented 7 months ago

i fix it with

cp -r /usr/share/fonts/* ~/.local/share/fonts/

The problem is that the rpm package does not contain the required fonts. And since rpm-ostree overlays packages via overlayfs, the package itself does not see the root filesystem and therefore the fonts in it.

The solution is to add dependencies with fonts to the rpm package

PalmerAL commented 7 months ago

Do you happen to know which dependencies we need to add?

ssleert commented 7 months ago

Do you happen to know which dependencies we need to add?

idk