mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 16:15:52 +03:00
[GH-ISSUE #401] linux-rust : Compiling from source archive fails because of missing DejaVuSans.ttf #194
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d0tiKs on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/401
When trying to build from source using the tar.gz available to download I got this message :
I think the path to the font asset should be different, putting the font availability as a requirement and using the standard path for font
/usr/share/fonts/TTF/could be a way to fix it (in linux-rust/src/ui/tray.rs ).Another way would be to bundle the font in the archive, which perhaps seems the best.