On Sun, Dec 7, 2008 at 5:14 PM, Colin Watson <[EMAIL PROTECTED]> wrote: > On Sun, Dec 07, 2008 at 11:51:38AM +0800, LI Daobing (李道兵) wrote: >> On Sun, Dec 7, 2008 at 7:54 AM, Colin Watson <[EMAIL PROTECTED]> wrote: >> > On Sun, Mar 16, 2008 at 11:50:07PM +0100, Josip Rodin wrote: >> >> I just saw the same... it looks like the whole /tmp/<tempdir> goes missing >> >> the moment the browser is forked. >> > >> > I really can't see any obvious way to fix this. I don't think it's good >> > to leave temporary file litter lying around, and yet, when you use >> > -Hfirefox (particularly if you already have firefox running so that it >> > uses the remote protocol), firefox returns control before it loads the >> > images. I'm afraid I don't see a sensible way for man to do anything >> > about this, short perhaps of an environment variable that would let you >> > stop it deleting temporary files, but then the user would have to clean >> > those up by hand which isn't very appealing either. >> > >> > I'm just going to downgrade this to wishlist for now, and if anyone has >> > any bright ideas then they can let me know ... >> >> How about embed the images into html? > > Err, so how do you do that then? :-) The only ways I'm aware of are > absolutely crazy (CSS tricks etc.).
use base64 to embed the image data into html. -- Best Regards, LI Daobing -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

