Wolvix Wiki : Dillo

HomePage :: Wolvix.org :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

How to enhance Dillo


Enable tabed browsing

1. download dillo-0.8.6-i18n-misc-20060709.tar.bz2

md5sum : 7d1013b254ac5d44a4740924bf2df9fe

2. Install the Wolvix post-install (so you may compile dillo)

http://wolvix.org/filebrowser/wolvix-1.0.5/post-install

3. Extract dillo-0.8.6-i18n-misc-20060709.tar.bz2

tar xjf dillo-0.8.6-i18n-misc-20060709.tar.bz2


4. Install dillo-0.8.6-i18n-misc

cd dillo-0.8.6-i18n-misc-20060709
./configure --prefix=/usr   #./configure --help to see additional options
make
su   #Enter Password
make install


Note: Both make and make install will give errors ... Seems to work just fine despite the error messages

Enable dillocfg

dillo uses a configuration file in ~/.dillo/dillorc

You can manually edit this file, but dillocfg is a gui tool that makes it easier.

This is somewhat of a hack ...

1. Boot DSL (Damm Small Linux) ... Open a (transparent) terminal ...

2. Mount your HD (wolvix root partition)

sudo su
cd /mnt
mount hda1


3. Copy dillcfg from DSL to Wolvix

cp /usr/local/bin/dillocfg hda1/usr/bin/


Note: The above commands assume your Wolvix root partition was mounted at /mnt/hda1 Adjust accordingly if your Wolvix root partition is mounted elsewhere ...

4. (Re)Boot to Wolvix

5. Download & install openssl-solibs-0.9.7e-i486-1jim

wget http://linuxpackages.cs.utah.edu//Slackware-9.1/Library/openssl/openssl-solibs-0.9.7e-i486-1jim.tgz
su  #Enter Password
installpkg openssl-0.9.7e-i486-1jim.tgz


6. Copy dillorc

cp /etc/dillorc ~/.dillo/


7. Now start dillo (from the menu)

8. In the dillo menu :

View -> Options

... will bring up a gui to configure dillo



Categories
CategoryGuide
Enjoy

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0634 seconds