Eterm with transparency support, correction
Victor Pelt
peltco at mail.utexas.edu
Wed Mar 5 02:11:51 GMT 2003
also, autogen.sh needs to be ran, otherwhise it doesn't detect hosttype
fixed in this version
Eterm can support transparent backgrounds (pritty cool)
i think this should do the trick
--
Victor Pelt <peltco at mail.utexas.edu>
-------------- next part --------------
if ! grep -q "TRANSPARENT" $MODULE_CONFIG; then
if query "Enable transparrent backgrounds?" y; then
echo "TRANSPARENT=y" >> $MODULE_CONFIG
else
echo "TRANSPARENT=n" >> $MODULE_CONFIG
fi
fi
-------------- next part --------------
(
if ["$TRANSPARENT" == "y"] ; then
export OPS="$OPS --enable-trans"
fi
sh autogen.sh
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--enable-multi-charset \
--with-delete=execute \
--with-theme-update \
$OPS &&
make &&
prepare_install &&
# tic doc/Eterm.ti &&
make install &&
chmod u+s /usr/bin/Eterm
) > $C_FIFO 2>&1
More information about the Lunar
mailing list