パスワードを忘れた? アカウント作成
732921 journal

sasacockの日記: xdm の画像

日記 by sasacock
また,グラフィカルログイン時のバッ
                                      クグラウンドの画像は,次のファイル内
                                      で設定されている。この画像ファイル名
                                      を編集すれば,好みの画像に変更が可能
                                      だ。

                                       # cat /etc/X11/xdm/Xsetup_0

                                       #!/bin/sh
                                       # Xsetup for Red Hat Linux 6.0
                                       # Copyright (c) 1999 Red Hat Software, Inc.

                                       pidof -s kdm > /dev/null 2>&1
                                       if [ $? -eq 0 -a -x /usr/bin/kdmdesktop ]; then
                                       /usr/bin/kdmdesktop
                                       else
                                       /usr/X11R6/bin/xsetroot -solid "#356390"
                                       fi

                                       # only set the background if the xsri program is
                                       installed
                                       if [ -x /usr/bin/xsri ]; then
                                       /usr/bin/xsri -geometry +5+5 -avoid 300x250 -keep-aspect
                                       \
                                       /usr/share/pixmaps/redhat/redhat-transparent.png
                                       fi

                                       ここでは,redhat-transparent.pngの画像フ
                                      ァイルが設定されていることが分かるだ
                                      ろう。
typodupeerror

日本発のオープンソースソフトウェアは42件 -- ある官僚

読み込み中...