Fluxbox - 共通事項 - フォント - ~/.fluxbox/overlay

クラウディア 
1. 概要
2. 設定

1. 概要

 前ページまでの設定で、なんとかなるかと思いきや・・・。  「MX Linux 21.1 Fluxbox」で、たとえば、「lxappearance」でフォントを設定して、なんと「lxappearance」自身のウィンドウタイトルが、文字化けしたままなのであります。  はは、まいっちゃいますな。  本ページは、下記のサイトを参考にさせていただきました。
個人的Linux: Fluxboxの日本語フォント指定
 もしかしたら、前ページまでの設定を行わなくても、「Fluxbox」の場合は、いけちゃうかもしれないと思っています。  いずれ試してみるつもりですが・・・。

2. 設定


vi ~/.fluxbox/overlay
 一応、編集前を掲載しておきますが。

! The following line will prevent styles from setting the background.
background: none

#Example settings for font name, size, etc., for menu and toolbar

#menu.title.font: PT Sans-12:regular
#toolbar.clock.font: PT Sans-12:bold
#toolbar.workspace.font: PT Sans-11:regular
#toolbar.iconbar.focused.font: PT Sans-11:regular
#toolbar.iconbar.unfocused.font: PT Sans-11:regular
#window.font: Lato-9
#menu.frame.font: PT Sans-12:regular
 2行目以外は、すべて、コメントアウトされておりますがな。  今回は、「MigMix 1M」を設定するので、上記を下記へ変更しました。

! The following line will prevent styles from setting the background.
background: none

#Example settings for font name, size, etc., for menu and toolbar

menu.title.font: MigMix 1M:regular
toolbar.clock.font: MigMix 1M:regular
toolbar.workspace.font: MigMix 1M:regular
toolbar.iconbar.focused.font: MigMix 1M:regular
toolbar.iconbar.unfocused.font: MigMix 1M:regular
window.font: MigMix 1M:regular
menu.frame.font: MigMix 1M:regular
 これで、ばっちり、文字化けが、なおりましたがな・・・。