----- Original Message ----- >I have a horrible feeling I have asked this before, but on Ubuntu 9.10 >Lyx won't show PDF images in the document (they compile OK).
>They show up on Windows OK, so I assume its some set up on Linux that I >need to tweak. -------------- If you have ghostscript version 8.70, then the issue is a bug in gs. Here is a workaround from a previous post This seems to be a result of the bug reported here https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/487637 Copy the script convertDefault.py from /Applications/LyX.app/Contents/Resources/scripts Comment out the lines if sys.argv[1][:4] == 'pdf:' and (version >= 0x060206 or gm): opts = '-define pdf:use-cropbox=true ' + opts On a Mac, the script goes in /Users/username/Library/Application\ Support/LyX-1.6/scripts