lavagna icon indicating copy to clipboard operation
lavagna copied to clipboard

Incorrect asset path

Open cyqsimon opened this issue 1 year ago • 0 comments

When launching lavagna from CLI, it prints the following error:

ERROR bevy_asset::server: path not found: /usr/bin/assets/fonts/FiraMono-Medium.ttf

And the lack of font causes the toolbar to be blank.

Steps to reproduce

  1. On ArchLinux, install lavagna from AUR
  2. Launch lavagna
  3. Observe the error in logs

Expected behavior

No error and the toolbar displays correctly.

I took a brief look at the code. It appears that the intention is to use bevy_embedded_assets to embed the fonts. I assume there is some misconfiguration.

Versions

  • OS: ArchLinux (with all updates as of time of writing)
  • Lavagna: 2.1.9 (AUR)

cyqsimon avatar Apr 22 '24 06:04 cyqsimon