alepez / lavagna

A collaborative blackboard, ideal for simple sketches during online meetings

Home Page:https://github.com/alepez/lavagna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect asset path

cyqsimon opened this issue · 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)