01-12-2026, 03:03 PM
@Magdha
OK I found the issue with the font (thanks @a740g)
In Linux I was missing Segoe UI font.
So I downloaded it from here:
https://github.com/mrbvrz/segoe-ui-linux
Then copied the file into the same directory as the executable:
cp /home/grymmjack/.local/share/fonts/Microsoft/TrueType/SegoeUI/segoeui.ttf
./Duck\ Shoot
and font is fixed
the crash on exit still happens, but the program works and looks good as you intended with that font. Might want to mention that and include the instructions for getting Segoe UI for linux users in your OP.
OK I found the issue with the font (thanks @a740g)
In Linux I was missing Segoe UI font.
So I downloaded it from here:
https://github.com/mrbvrz/segoe-ui-linux
Then copied the file into the same directory as the executable:
cp /home/grymmjack/.local/share/fonts/Microsoft/TrueType/SegoeUI/segoeui.ttf
./Duck\ Shoot
and font is fixed
the crash on exit still happens, but the program works and looks good as you intended with that font. Might want to mention that and include the instructions for getting Segoe UI for linux users in your OP.

