Click to See Complete Forum and Search --> : lynx & transparency


gkedrovs
06-25-2003, 03:04 PM
Does anyone know if Lynx can be configured with a transparent background (like my Mutt running in aterm in the screenshot link below)?

Thanks.

-Greg

trc
06-25-2003, 03:18 PM
i can get it to work with a transperant eterm/aterm. try just opening a transparent eterm and running lynx. what happens?

gkedrovs
06-25-2003, 03:26 PM
Nope. I get some ugly orange or puddy looking color.

My googling turned up something that said something about a ./configure option of --with-screen=slang

Know anything about that?

I simply did the standard
./configure
make
[su]
make install

-Greg

gkedrovs
06-25-2003, 04:49 PM
Reading through the INSTALLATION file before running another ./config, I noticed ncurses and slang were called for. I upgraded both libs and reinstalled with the following ./configure options, and opening lynx in aterm got my transparent bg.

--enable-default-colors
--with-screen=slang

Thanks for the post, trc. Gave me a push in the right direction as to where to look, etc.

-gk

mdwatts
06-25-2003, 04:52 PM
Well done.

How about writing up a short tutorial and posting it in the 'How I did it' forum. I'm sure many would appreciate the effort. Thanks.