Fix unicode font issue under systemd by ensuring proper setup order
authorMichael Prokop <mika@grml.org>
Thu, 25 Oct 2018 13:55:31 +0000 (15:55 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 25 Oct 2018 13:55:31 +0000 (15:55 +0200)
commitc820a66a697b8a4bf9d250382de10feeb38f0617
tree44aa9d2219d2ed05309a1667400451b41b005bef
parent03fd7fa6a19f474425aca36ec7ba19f2acf9f13f
Fix unicode font issue under systemd by ensuring proper setup order

We need to set up the fonts and only *then* run loadkeys,
and finally invoke unicode_start. Otherwise the unicode
setup is incomplete and fonts aren't displayed properly.

Found hint inside https://bugs.freedesktop.org/show_bug.cgi?id=80685 +
https://cgit.freedesktop.org/systemd/systemd/commit/?id=abee28c56d

Thanks to Sipwise for sponsoring my development time.
Closes Sipwise internal ticket TT#17028.

Closes: https://github.com/grml/grml/issues/50
autoconfig.functions