Quote:
Originally Posted by kinetic
Thank you for your answer !
But sorry for my ignorence..what file should I edit then ?
Thanks alot !
|
You should edit dillo/run.sh
Code:
export DISPLAY=:0
export scriptdir=`/usr/bin/dirname $0`
LD_LIBRARY_PATH=$scriptdir/lib
cd $scriptdir
./xset +fp $scriptdir/fonts/misc
./xset +fp $scriptdir/fonts/TTF
./xset +fp $scriptdir/fonts/100dpi
export HOME=`pwd`
echo nameserver 194.224.52.4 > /etc/resolv.conf
./dillo
The IP should be the one of your DNS (that's only an example, I don't know if that DNS server still works).