Commit Graph

8 Commits

Author SHA1 Message Date
Richard Hughes
70c9ab0288 Do not use /usr/bin/env in the shebang line
According to Fedora policy env must not be used as it could be overridden by
values in the PATH.

For details, https://fedoraproject.org/wiki/Packaging:Guidelines#Shebang_lines
2018-07-12 07:08:53 -05:00
Mario Limonciello
51308e648a Adjust all licensing to LGPL 2.1+ (Closes: #526) 2018-05-29 09:03:13 +01:00
Niels Ole Salscheider
0d178e28c5 Use the right encoding for the label in make-images
This prevents the following error:
UnicodeEncodeError: 'utf-8' codec can't encode characters in
position 26-28: surrogates not allowed
2018-03-25 21:11:53 +01:00
Mario Limonciello
f8451a907e Make the error message clearer when sans fonts are missing (Closes #289) 2017-10-27 11:10:35 -05:00
Philip Withnall
9aa0f8680c po/make-images: Drop unnecessary fontmap
This was causing problems building on Jessie, and turns out to be unused
anyway:
   AttributeError: 'gi.repository.PangoCairo' object has no attribute 'font_map_get_default'

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2017-09-22 08:38:30 -05:00
Mario Limonciello
e9bcab0f8f Default to "en" for UEFI capsule graphics
"C" is not a supported locale code per ISO 639-2
see https://lintian.debian.org/tags/unknown-locale-code.html
for more information
2017-07-17 11:56:40 -05:00
Peter Jones
845ab8d18f Actually make sure our firmware status string will get translated.
Make the string we've gotten translated be the one we render, and also
make it use ellipses consistently on all the current translations.

Signed-off-by: Peter Jones <pjones@redhat.com>
2017-06-12 20:56:31 +01:00
Peter Jones
2297c09f81 Generate a pile of images for status messages during system firmware update. (#133)
This generates a pile of .bmp files to use as our status messages.

Signed-off-by: Peter Jones <pjones@redhat.com>
2017-06-12 13:11:22 -05:00