Puppy Linux − ROX−Filer ファイルマネージャ(メニュー>ファイルシステム)-1 2011/05/14 20:44
-----
Puppy Linux − ROX−Filer ファイルマネージャ(メニュー>ファイルシステム)-1
- 発生したエラー
説明です。
起動後に表示される背景画像とドライブのアイコンとメニューのアイコンが
表示されなくなりました。
下記の画像は、ドライブのアイコンが表示されるように、
エラーの修復をしてから設定ファイルに背景画像の設定を追加しました。
- ROX−Filer エラーの修復の仕方の手順の記録
ROX−Filer ファイルマネージャ(メニュー>ファイルシステム) を開きます。
空白部分を右クリックして表示されたメニューから、「オプション設定」をクリックします。
「オプション」が開きます。
例:メニューをクリックします。
デフォルト:小さいアイコン
大きいアイコンを選択します。右下の「戻す」をクリックします。
「小さいアイコン」に変わります。「OK」をクリックします。(設定を保存します)
再起動します。
接続しているドライブのアイコンが、すべて表示されるようになりました。
設定ファイル(PuppyPin) の場所
/root/Choices/ROX-Filer/PuppyPin
----------
PuppyPin の内容です。(例:接続しているドライブとアイコンが指定されています)
----------
<?xml version="1.0"?>
<pinboard>
<icon x="480" y="704" label="sr0" args="optical iso9660">/root/.pup_event/drive_sr0</icon>
<icon x="416" y="704" label="sdc8" args="usbdrv ext3">/root/.pup_event/drive_sdc8</icon>
<icon x="352" y="704" label="sdc7" args="usbdrv ext3">/root/.pup_event/drive_sdc7</icon>
<icon x="288" y="704" label="sdc6" args="usbdrv ext3">/root/.pup_event/drive_sdc6</icon>
<icon x="224" y="704" label="sdc5" args="usbdrv ext3">/root/.pup_event/drive_sdc5</icon>
<icon x="160" y="704" label="sdc3" args="usbdrv ext3">/root/.pup_event/drive_sdc3</icon>
<icon x="96" y="704" label="sdc1" args="usbdrv vfat">/root/.pup_event/drive_sdc1</icon>
<icon x="32" y="704" label="sda1" args="drive ntfs">/root/.pup_event/drive_sda1</icon>
</pinboard>
----------
/root/Choices/ROX-Filer/README.txt
----------
README.txt の内容です。(デフォルトの背景画像の説明)
----------
If PuppyPin has this entry (within <pinboard></pinboard>):
<backdrop style="Stretched">/usr/share/backgrounds/default.jpg</backdrop>
Then that will be the background image. If that line is missing, Rox fills
the background with the current GTK2 theme window background colour.
To choose a backdrop image, right-click on any desktop icon, and there is an
entry labeled "Backdrop..."
----------
PuppyPin にこのエントリ(<pinboard></pinboard> の中で)があるならば:
<backdrop style="Stretched">/usr/share/backgrounds/default.jpg</backdrop>
それから、それは背景画像です。 その線がなくなっているならば、Roxはいっぱいになります
現在のGTK2テーマ・ウインドウ背景色による背景。
背景イメージ(どんなデスクトップ・アイコンの右クリックでも)を選ぶ、そして、そこにあります
入場のラベルが付いた「背景 ...
----------
場所:/root/Choices/ROX-Filer/PuppyPin の PuppyPin ファイルに
赤字部分(背景画像の指定)を追加して保存しました。
メニューの「シャットダウン」=>「JWMをリスタート」
----------
<?xml version="1.0"?>
<pinboard>
<backdrop style="Stretched">/usr/share/backgrounds/default.jpg</backdrop>
<icon x="480" y="704" label="sr0" args="optical iso9660">/root/.pup_event/drive_sr0</icon>
<icon x="416" y="704" label="sdc8" args="usbdrv ext3">/root/.pup_event/drive_sdc8</icon>
<icon x="352" y="704" label="sdc7" args="usbdrv ext3">/root/.pup_event/drive_sdc7</icon>
<icon x="288" y="704" label="sdc6" args="usbdrv ext3">/root/.pup_event/drive_sdc6</icon>
<icon x="224" y="704" label="sdc5" args="usbdrv ext3">/root/.pup_event/drive_sdc5</icon>
<icon x="160" y="704" label="sdc3" args="usbdrv ext3">/root/.pup_event/drive_sdc3</icon>
<icon x="96" y="704" label="sdc1" args="usbdrv vfat">/root/.pup_event/drive_sdc1</icon>
<icon x="32" y="704" label="sda1" args="drive ntfs">/root/.pup_event/drive_sda1</icon>
</pinboard>
----------
-----