ページ 1 / 1
Conkyのエラーメッセージ解消について:解決済み
Posted: 2014年4月12日(土) 13:11
by flower_complex
Conkyについて質問です。
「ソフトウェアの管理」より「conky-all」をインストールし、実行したところ
以下のエラーメッセージが出てしまいました。
---
Fontconfig warning: "/etc/fonts/conf.d/69-language-selector-ja-jp.conf", line 126: Having multiple values in <test> isn't supported and may not work as expected
---
Conkyの画面表示自体は、文字化けもなく正常に行われており、特に問題を感じていないのですが、
エラーメッセージの意味がわからず、不安だったため質問させていただいた次第です。
解決法をご存じの方がいらっしゃいましたらご教示ください。
環境ですが、Linux Mint Debian 201403(64bit)を利用しています。
(他になにか私が伝え忘れていることや、足りない情報がございましたら教えてください。
よろしくお願いいたします。
Re: Conkyのエラーメッセージ解消について
Posted: 2014年4月14日(月) 14:15
by lyood
flower_complexさん、Mint Japan フォーラムへようこそ
さて、このエラーメッセージですが、Warning(警告)なので、実用上問題ないのであれば気になさらなくても大丈夫だと思います。
Linuxではwarning はよくでるものです。私も起動時にいくつか出ています。
(本当になにかがおかしい、Errorが出ている等のときは問題解決の糸口になったりします。)
でも、やっぱり気になるのであればメニュー - 端末 より
コード: 全て選択
cat /etc/fonts/conf.d/50-user.conf
を実行した内容と
コード: 全て選択
cat /etc/fonts/conf.d/69-language-selector-ja-jp.conf |awk "NR==126,NR==132 {print}"
を実行した内容を貼り付けてください。なにか手助けできるかも知れません。
エラーメッセージの意味を適当に意訳しておくと
「Fontconfig 警告: "/etc/fonts/conf.d/69-language-selector-ja-jp.conf"の126 行目:<test> タグの中の多様な値はサポートされておらず、想定されていません」
です。
我ながら実に適当な訳だ...
Re: Conkyのエラーメッセージ解消について
Posted: 2014年5月07日(水) 16:57
by flower_complex
lyood さんが書きました:
さて、このエラーメッセージですが、Warning(警告)なので、実用上問題ないのであれば気になさらなくても大丈夫だと思います。
Linuxではwarning はよくでるものです。私も起動時にいくつか出ています。
(本当になにかがおかしい、Errorが出ている等のときは問題解決の糸口になったりします。)
ご丁寧にありがとうございます。
そうなのですね、安心しました。そういうことであれば、特に気にならないのでそのままにしておきます。
lyood さんが書きました:
でも、やっぱり気になるのであればメニュー - 端末 より
コード: 全て選択
cat /etc/fonts/conf.d/50-user.conf
を実行した内容と
コード: 全て選択
cat /etc/fonts/conf.d/69-language-selector-ja-jp.conf |awk "NR==126,NR==132 {print}"
を実行した内容を貼り付けてください。なにか手助けできるかも知れません。
貼付け方ですが、以下でよいでしょうか?間違っていたらすみません。
cat /etc/fonts/conf.d/50-user.conf
コード: 全て選択
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
Load per-user customization files where stored on XDG Base Directory
specification compliant places. it should be usually:
$HOME/.config/fontconfig/conf.d
$HOME/.config/fontconfig/fonts.conf
-->
<include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include>
<include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
<!-- the following elements will be removed in the future -->
<include ignore_missing="yes" deprecated="yes">~/.fonts.conf.d</include>
<include ignore_missing="yes" deprecated="yes">~/.fonts.conf</include>
</fontconfig>
cat /etc/fonts/conf.d/69-language-selector-ja-jp.conf |awk "NR==126,NR==132 {print}"
コード: 全て選択
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Japanese (ja) -->
<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Takao P明朝</string>
<string>IPA P明朝</string>
<string>IPA モナー P明朝</string>
<string>梅P明朝</string>
<string>さざなみ明朝</string>
<string>東風明朝</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Takao Pゴシック</string>
<string>IPA Pゴシック</string>
<string>IPA モナー Pゴシック</string>
<string>UmePlus P Gothic</string>
<string>梅Pゴシック</string>
<string>VL Pゴシック</string>
<string>さざなみゴシック</string>
<string>東風ゴシック</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Takaoゴシック</string>
<string>IPAゴシック</string>
<string>IPA モナー ゴシック</string>
<string>UmePlus Gothic</string>
<string>梅ゴシック</string>
<string>VL ゴシック</string>
<string>さざなみゴシック</string>
<string>東風ゴシック</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>Ryumin</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Takao P明朝</string>
<string>IPA P明朝</string>
<string>IPA モナー P明朝</string>
<string>梅P明朝</string>
<string>さざなみ明朝</string>
<string>東風明朝</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>GothicBBB</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Takao Pゴシック</string>
<string>IPA Pゴシック</string>
<string>IPA モナー Pゴシック</string>
<string>UmePlus P Gothic</string>
<string>梅Pゴシック</string>
<string>VL Pゴシック</string>
<string>さざなみ ゴシック</string>
<string>東風ゴシック</string>
</edit>
</match>
<match target="font">
<test name="family" compare="contains">
<string>IPA Pゴシック</string>
<string>IPA P明朝</string>
<string>IPA モナー Pゴシック</string>
<string>IPA モナー P明朝</string>
<string>IPA モナー UIゴシック</string>
<string>IPA モナー ゴシック</string>
<string>IPA モナー 明朝</string>
<string>IPAexゴシック</string>
<string>IPAex明朝</string>
<string>IPAゴシック</string>
<string>IPA明朝</string>
<string>Takao Pゴシック</string>
<string>Takao P明朝</string>
<string>TakaoExゴシック</string>
<string>TakaoEx明朝</string>
<string>Takaoゴシック</string>
<string>Takao明朝</string>
<string>UmePlus Gothic</string>
<string>UmePlus P Gothic</string>
<string>VL Pゴシック</string>
<string>VL ゴシック</string>
<string>さざなみゴシック</string>
<string>さざなみ明朝</string>
<string>東風ゴシック</string>
<string>東風明朝</string>
<string>梅Pゴシック</string>
<string>梅PゴシックC4</string>
<string>梅PゴシックC5</string>
<string>梅PゴシックO5</string>
<string>梅PゴシックS4</string>
<string>梅PゴシックS5</string>
<string>梅P明朝</string>
<string>梅P明朝S3</string>
<string>梅UIゴシック</string>
<string>梅UIゴシックO5</string>
<string>梅ゴシック</string>
<string>梅ゴシックC4</string>
<string>梅ゴシックC5</string>
<string>梅ゴシックO5</string>
<string>梅ゴシックS4</string>
<string>梅ゴシックS5</string>
<string>梅明朝</string>
<string>梅明朝S3</string>
</test>
<test name="pixelsize" compare="less_eq">
<double>18</double>
</test>
<edit name="hintstyle" mode="assign">
<const>hintnone</const>
</edit>
<edit name="embeddedbitmap">
<bool>false</bool>
</edit>
</match>
<!-- Japanese (ja) ends -->
</fontconfig>
ありがとうございました。これからもよろしくお願いします。