特殊:Badtitle/NS100:Foxit:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第48行: 第48行:
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".
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".
== Another advanced PDF application ==
== Another advanced PDF application ==
[[UbuntuHelp:PDFedit]] is also a popular advanced PDF program.
[[UbuntuHelp:PDFedit|PDFedit]] is also a popular advanced PDF program.
----
----
[[category:CategoryDocumentation]]
[[category:CategoryDocumentation]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年12月5日 (三) 11:21的版本

{{#ifexist: :Foxit/zh | | {{#ifexist: Foxit/zh | | {{#ifeq: {{#titleparts:Foxit|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Foxit|1|-1|}} | zh | | }}

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://www.foxitsoftware.com/foxitreader/FoxitReaderLinux.tar.gz

Unzip the archive

tar -xvzf FoxitReaderLinux.tar.gz

Move the executable to a universal location

sudo mkdir /opt/foxit
sudo mv ReaderLinux /opt/foxit/

Make the executable universally available

sudo ln -s /opt/foxit/ReaderLinux /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 FoxitReaderLinux.tar.gz

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 corrected by commenting few lines in the X conf file. However it doesn't remove the "Segmentation fault".

Another advanced PDF application

PDFedit is also a popular advanced PDF program.