Default font to embed subtitles does not exist in Ubuntu
Bug #222773 reported by
Kevin
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Avidemux |
New
|
Undecided
|
Unassigned | ||
avidemux (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: avidemux
When trying to embed subtitles in a video the default font that comes in Avidemux does not exist. Although you can select a new one, this can be a possible problem for someone without experience in GNU/Linux.
I made a patch that would change the default font for someone I believe it is included by default in Ubuntu.
( FreeMono.ttf )
Related branches
Changed in avidemux: | |
status: | New → Confirmed |
Changed in avidemux: | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
Changed in avidemux: | |
status: | Fix Committed → Confirmed |
Changed in avidemux: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
It is great that you submitted a patch to Ubuntu, but I think this bug is much better filed upstream.
Also, just based on reading the diff, isn't hardcoding the font path into the source a bad idea for portability. Really it should just use generic system fonts, but perhaps it is more complicated than that. :)