Posts: 64
floppy
Joined: 26 Dec 2010
#1
hello there,
is it possible to replace the default browser ICEAPE with LINKS in the antiX Menu"Browser" in the fluxbox version?.
ICEAPE is a bit too fat for my old PC and I would like to replace it by a slimmer browser.
Thanbks.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Go into rox file manager. View Hidden files. Go to the .fluxbox file. edit the menu file in leafpad from

Code: Select all

  [exec] (Browser) {iceape}
to

Code: Select all

[exec] (Browser) {wherever links is located}
To find Links. Open terminal. Type in

Code: Select all

which links
My Links2

Code: Select all

harry@biker:~$ which links2
/usr/bin/links2
harry@biker:~$ 
so my fluxbox menu entry would look like

Code: Select all

[exec] (Browser) {/usr/bin/links2} 
or Maybe

Code: Select all

[exec] (Browser) {links2}
whichever works out for you.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#3
elinks is already installed