Hello, Systemd currently starts loadkeys and setfont concurrently. There is however a dependency. In the 8bit charset case, the font translation has to be loaded first, before setting up the compose sequences (aka diacriticals), otherwise the charset used for their loading will be bogus. Samuel
Created attachment 102101 [details] [review] patch to run setfont before loadkeys Interesting. Do I understand correctly that it is enough to run setfont first, and loadkeys afterwards? Can you check if the attached patch works for you?
bugzilla-daemon@freedesktop.org, le Wed 02 Jul 2014 02:27:30 +0000, a écrit : > Do I understand correctly that it is enough to run setfont first, > and loadkeys afterwards? Yes, that's it. > Can you check if the attached patch works for you? Well, I don't actually use systemd yet, I just report bugs I know will hit when people migrate to systemd. I can however say that the patch is what is needed, yes. Samuel
OK, let's how this goes. Committed as http://cgit.freedesktop.org/systemd/systemd/commit/?id=abee28c56d.
IMHO the log_error() for keymap_load() and font_load() should be exchanged
(In reply to comment #4) > IMHO the log_error() for keymap_load() and font_load() should be exchanged Thanks, fixed in 3dde3f8197.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.