LinuxのUbuntuやDebianの背景色を変更する設定ファイル・コマンド

LinuxのUbuntuやDebianの背景色を変更する設定ファイル・コマンド

LinuxのUbuntuやDebianの背景色を変更する設定ファイル・コマンド

■OS

Ubuntu 11.04
Debian 6.0

■コマンド

cd
mkdir
vi

■設定ファイル

~/.gconf/desktop/gnome/background/%gconf.xml

■作業

LinuxのUbuntuやDebianの背景色を変更する

■LinuxのUbuntuやDebianの背景色を変更する設定ファイル・コマンド

「~/.gconf/desktop/gnome/」へ移動

cd ~/.gconf/desktop/gnome/

ディレクトリ「background」を作成

mkdir background

「background」へ移動

cd background

「%gconf.xml」を作成

vi %gconf.xml

下記の内容を記入

<?xml version="1.0"?>
<gconf>
<entry name="primary_color" type="string">
<stringvalue>#4E76A8</stringvalue>
</entry>
</gconf>