This application don't need any installation, it is just enough to run an exe-file. On Foxit Software's download page, don't choose "Foxit Reader 3.0 (.exe)", it's an installatuion program that won't work. Instead, download "Foxit Reader 3.0 (.zip)", it includes the exe-file which is all you need. Just place the exe-file wherever you want, double click and the application starts. All features of the program seem to work properly, only problem using "save as", when the application often crashes, however after saving the file so you won't loose anything. Otherwise it is a great application. I just lack the possibility to add or delete pages in a PDF document, but that you can do by the native Linux software PDF Editor, which you find in Synaptic Package Manager in Ubuntu.
I made a desktop launcher, using the command syntax: /opt/cxoffice/bin/wine "/home/onmikael/.cxoffice/Office/drive_c/Program Files/Foxit Reader 3/Foxit Reader.exe"
In order to get a PDF file opened by double clicking in Nautilus, you need to make a script. Create a normal text file, call it for example foxit.sh, having the content (change directories according to your own installation):
!/bin/bash
Purpose: To convert Linux-style filename to Windows-style to pass as an argument
to wine when starting Foxit Reader
Filename="z:"${1//\//\}
App='eval /opt/cxoffice/bin/wine "/home/onmikael/.cxoffice/Office/drive_c/Program Files/Foxit Reader 3/Foxit Reader.exe" "'$Filename'"'
$App
Make the file to be executable (right click file name, properties, permissions). Then choose a PDF file in Nautilus, "open with other application" and point to your script foxit.sh. If you want all PDF files to be opened with Foxit, then right-click a pdf file, go to "open with" and choose foxit.sh. This selection will then apply to all PDF files, which may be opened by double clicking.
Foxit software also has a Linux version, I didn't get it to run in Ubuntu 8.10 Gnome, and according to reviews it is very limited compared to the Windos version.
My desktop: Crossover 3, Ubuntu 8.10.