ページ 11

Wary 5 020 のインストール

Posted: 10/05/11(火) 19:07
by みのむし
Wary 5 020 を外付け USB HDD にインストールして起動してみました。
以下のハードウェア環境でうまく行きました。

Wary 5 020 ダウンロード

○起動出来たPC(nVidia のビデオチップ)
ノートPC…EPSON DIRECT Endeavor NA702
外付け USB HDD パピーHDD KMZ 160GB

×起動出来なかったPC(SiS のビデオチップ)
NETBOOK PC…パソコン工房 M73SR

問題点)
console を起動すると、

コード: 全て選択

bash: [: -ge unary operator expected
という、怪しげなメッセージが出ます。

Puppy Linux Discussion Forum
Wary 020
http://murga-linux.com/puppy/viewtopic.php?t=54728
より、一部抜粋。
Error message in terminal
Yes, there is an error message when a terminal is opened. This came about when I fixed a bug in Lupu.

Edit /etc/profile, these lines:

#100208 rox-filer needs this for GTK >= 2.18, fixes focus problem... 100423 fix...
if [ `grep -E '^gtk\+-2|^libgtk2.0' /root/.packages/woof-installed-packages | head -n 1 | cut -f 3 -d '|' | cut -f 2 -d '.'` -ge 18 ];then
export GDK_NATIVE_WINDOWS=true
fi

...the "\" backslash is required, also the "^".