Size: 2601
Comment:
|
Size: 1615
Comment: Updated as new bzip uploaded to fxit servers. Kept everything else the same, just updated the instructions so as its continually relevant. + removed problems as latest version shows no crashes.
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
wget -c http://www.foxitsoftware.com/foxitreader/FoxitReaderLinux.tar.gz | wget -c http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/unix/1.x/1.0/enu/FoxitReader10_Linux_enu_i386.tar.bz2 |
Line 20: | Line 20: |
tar -xvzf FoxitReaderLinux.tar.gz | tar -jxvf FoxitReader10_Linux_enu_i386.tar.bz2 |
Line 26: | Line 26: |
sudo mv ReaderLinux /opt/foxit/ | sudo mv Foxit /opt/foxit/ |
Line 31: | Line 31: |
sudo ln -s /opt/foxit/ReaderLinux /usr/bin/foxit | sudo ln -s /opt/foxit/Foxit/FoxitReader /usr/bin/foxit |
Line 38: | Line 38: |
rm FoxitReaderLinux.tar.gz | rm FoxitReader10_Linux_enu_i386.tar.bz2 |
Line 40: | Line 40: |
= Problems = The binary seems to "work" when you launch the program, but once you open an actual .pdf from within the program, the program crashes. This is the terminal output: {{{ username@ubuntu:~$ foxit X Error: BadDevice, invalid or uninitialized input device 169 Extension: 145 (XInputExtension) Minor opcode: 3 (X_OpenDevice) Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 169 Extension: 145 (XInputExtension) Minor opcode: 3 (X_OpenDevice) Resource id: 0x0 Failed to open device Segmentation fault (core dumped) username@ubuntu:~$ }}} The X Error messages can be [[http://ubuntuforums.org/showthread.php?t=212025|corrected]] by commenting few lines in the X conf file. However it doesn't remove the "Segmentation fault". According to FoxIt Tech support one must be sure the Qt4 libraries are installed to avoid this Seg Fault. I have not yet tried to see if that solution solves the problem. Source: http://www.foxitsoftware.com/bbs/showthread.php?t=5796 |
Warning: this program is not known to work
Why Foxit?
Even though Ubuntu comes with a lot of great applications for working with PDFs, some functionality is not available in the programs installable through the standard repositories, and sometimes people just prefer something other than Evince, Kpdf, or Adobe Reader. Foxit is one of those programs.
How to Install Foxit
Paste these commands into the terminal:
Download Foxit
wget -c http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/unix/1.x/1.0/enu/FoxitReader10_Linux_enu_i386.tar.bz2
Unzip the archive
tar -jxvf FoxitReader10_Linux_enu_i386.tar.bz2
Move the executable to a universal location
sudo mkdir /opt/foxit sudo mv Foxit /opt/foxit/
Make the executable universally available
sudo ln -s /opt/foxit/Foxit/FoxitReader /usr/bin/foxit
Now, the command foxit should launch the application.
Remove the original archive
After you test out that Foxit is working properly, you can remove the original .tar.gz file you downloaded with the first command
rm FoxitReader10_Linux_enu_i386.tar.bz2
Another advanced PDF application
PDFedit is also a popular advanced PDF program.