X-Debbugs-Cc: k...@debian.org > It seems that fixing gtk-set-font is not enough, need to reboot > /sbin/debian-installer (or something), but it causes flickering > (blackout) and > need to re-process localechooser (select language again) > It might be annoying. > > How should I terminate them correctly?
As a PoC, I've created the following MRs. It works even though it is ad-hoc/ugly way, but I felt that there is more better alternative way to fix this issue if I had a knowledge about d-i internals. :-< [1] Generate fake font cache for compressed fonts https://salsa.debian.org/installer-team/debian-installer/-/merge_requests/59 [2] Use compressed font for Japanese https://salsa.debian.org/installer-team/debian-installer/-/merge_requests/58 [3] Change default font to MotoyaLCedar for Japanese https://salsa.debian.org/installer-team/rootskel-gtk/-/merge_requests/5 [4] Restart and control language selection for Japanese https://salsa.debian.org/installer-team/localechooser/-/merge_requests/9 I've also uploaded PoC iso image here. https://people.debian.org/~kenhys/bug-1037256/index.html Any feedback are welcome. Regards,