min
min copied to clipboard
Incorrect font setted.
- Min Version: 1.29.0 rpm packaged
- Operating system: Fedora silverblue 38.20231101.0
Expected Behavior
Actual Behavior
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
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
Do you happen to know which dependencies we need to add?
Do you happen to know which dependencies we need to add?
idk