スカイ・エス・エイッチ

menu

ORCAレセコンをご利用中のお客様

TOP > ORCA よくある質問・回答集 > gconftool-2の使い方

よくある質問・回答集

gconftool-2の使い方


glclient2のコマンドラインによる設定方法は

A
gconftool-2で行います
以下例
設定一覧
gconftool-2 --recursive-list /apps/glclient/servers
gconftool-2 --all-entries /apps/glclient/servers/2
設定の変更
gconftool-2 --set /apps/glclient/servers/1/host --type string localhost
設定の書き出し
gconftool-2 --dump /apps/glclient/servers/1 > orca.xml
設定の書き込み
gconftool-2 --load=orca.xml
日レセver4.8の設定の見方
gconftool-2 -R /apps/glclient | grep -e 'user =' -e 'password =' -e 'host =' -e 'description ='
test