min icon indicating copy to clipboard operation
min copied to clipboard

Incorrect font setted.

Open ssleert opened this issue 1 year ago • 3 comments

  • Min Version: 1.29.0 rpm packaged
  • Operating system: Fedora silverblue 38.20231101.0

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 avatar Nov 22 '23 23:11 ssleert

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

ssleert avatar Nov 23 '23 23:11 ssleert

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

PalmerAL avatar Nov 24 '23 16:11 PalmerAL

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

idk

ssleert avatar Nov 27 '23 03:11 ssleert