Forget about it: as I wrote in my previous e-mail, I have solved the problem
(see also below).

Jean-Michel Dault
[EMAIL PROTECTED]
[EMAIL PROTECTED]

"Linux? Po qw� f�?" ;-)

if [ `uname` = "Linux" ]; then XTERM="/usr/bin/X11/xterm"; fi
if [ `uname` = "SunOS" ]; then XTERM="/usr/dt/bin/dtterm +sb"; fi
if [ $DISPLAY ]; then
$XTERM  -geometry 38x6 -bg black -fg white  -title "Note:" \
-e "/bin/sh" -c "echo 'To complete installation of Frontpage:'; \
echo 'open a console and run:';echo;echo '/etc/pkgconf/frontpage';sleep 60"&
else
echo "---------------------------------------------"
echo
echo "To complete installation of Frontpage, you have"
echo "to run /etc/pkgconf/frontpage"
echo
echo "---------------------------------------------"
fi


Pablo Saratxaga wrote:

> Kaixo!
>
> >> Mmmh, I send a mail to gnorpm author suggesting him that a window is shown
> >> in case the install/uninstall scripts do any output.
>
> He replied me that it is a bit difficult as the install is done by librpm;
> I don't know how works the attribution of stdin/stdout for a a shell
> launched from a lib caleld from an X11 program...
>
> >  Hmm, if the kpackage author/maintainer is out there say "Aye", if not
> > they need tobe notified also.
>
> I don't use kpackage and so haven't the author's email; anyone using it
> should have it trough the 'about' menu I guess.
>
> --
> Ki �a vos v�ye b�n,
> Pablo Saratxaga
>
> http://www.ping.be/~pin19314/           PGP Key available, key ID: 0x8F0E4975

Reply via email to