Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect font setted. #2350

Open
ssleert opened this issue Nov 22, 2023 · 3 comments
Open

Incorrect font setted. #2350

ssleert opened this issue Nov 22, 2023 · 3 comments

Comments

@ssleert
Copy link

ssleert commented Nov 22, 2023

  • 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 ssleert added the bug label Nov 22, 2023
@ssleert
Copy link
Author

ssleert commented Nov 23, 2023

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
Copy link
Collaborator

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

@ssleert
Copy link
Author

ssleert commented Nov 27, 2023

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

idk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants