2011年7月23日土曜日

Ubuntuのロック画面の壁紙を変更する方法

Ubuntuのログイン画面やデスクトップには壁紙が設定されているにも関わらず、ロック画面は殺風景な黒背景です。
これに壁紙を設定して、美しいロック画面を手に入れましょう。

設定方法
以下のコマンドを端末から実行するだけです。("/path/to/file.jpg"の部分には設定したい画像のファイルパスを指定)
sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set /desktop/gnome/background/picture_filename --type string /path/to/file.jpg
もしくは、下記のコマンドを利用して現在のデスクトップの壁紙をロック画面へ適用させることも出来ます。
sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set /desktop/gnome/background/picture_filename --type string `gconftool-2 --get /desktop/gnome/background/picture_filename`
元に戻す場合は下記のコマンドを利用してください。
sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --unset /desktop/gnome/background/picture_filename
いずれも、反映されるのは再起動後です("gconfd-2"と"gnome-screensaver"のみ再起動させれば良し)。

0 件のコメント:

コメントを投稿