和我遇到的情况一模一样!!! 难道你的也是SuSE8.1??
# ./install.sh./install.sh: line 6: cd: style: No such file or directory
cp: cannot stat `pixmaps': No such file or directory
cp: cannot stat `themes': No such file or directory
cp: cannot stat `wallpapers': No such file or directory
cp: cannot stat `icewm-themes': No such file or directory
Acqua for KDE installed.
我的显示这样.怎么回事?
toby: 这个问题怎么解决??
Re: 和我遇到的情况一模一样!!! 难道你的也是SuSE8
# ./install.sh./install.sh: line 6: cd: style: No such file or directory
cp: cannot stat `pixmaps': No such file or directory
cp: cannot stat `themes': No such file or directory
cp: cannot stat `wallpapers': No such file or directory
cp: cannot stat `icewm-themes': No such file or directory
Acqua for KDE installed.
我的显示这样.怎么回事?
toby: 这个问题怎么解决??
说是没有这个文件或者目录吧,我也不是高手希望高手们来看看 改一下路径,就可以了
找到这样一行:
KDE_FOUND=`find $HOME -name ".kde*" -type d -maxdepth 1`
将“.kde*”里的“*”去掉,也就是这样:
KDE_FOUND=`find $HOME -name ".kde" -type d -maxdepth 1`
页:
1
[2]