好的,所以“Exec”行是正确的。另外,很抱歉,我最初没有完全阅读您的原始帖子,其中您已经提到您尝试过从命令行启动它。当您说您在终端中看到文本时,它是否类似于以下内容?(抱歉我有 pt9,但我认为输出应该类似):
$ paratext9
Mozilla Roots Importer - version 3.2.8.0
Download and import trusted root certificates from Mozilla's MXR.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.
No certificates were found.
(1,2): warning CS0105: The using directive for `System' appeared previously in this namespace
Checking for ParatextProjects.
Apport Ignore file doesn't need updating.
Updating EncConverts Registry Keys
SLT Resources already Installed.
运行命令 $ paratext8 --debug 也可能有帮助(我假设这在 8 和 9 中都是一个选项)。这将提供更多输出,可能有助于揭示发生了什么[或没发生]。您可以使用以下命令将其重定向到文件,然后在此处上传:
$ paratext8 --debug > ~/paratext8-debug.txt
您将在用户的家庭文件夹中找到该 TXT 文件。
此外,请上传位于 ~/.local/share/Paratext8*/ParatextLog.log 的 Paratext 日志文件。希望这两个文件结合起来能提供一些见解。
Okay, so the “Exec” line is correct. And, I’m sorry, but I initially failed to fully read your original post where you already said you’ve tried starting it from the command line. When you say you see text in the terminal, is it similar to this? (sorry I have pt9, but I think the output should be similar):
$ paratext9
Mozilla Roots Importer - version 3.2.8.0
Download and import trusted root certificates from Mozilla's MXR.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.
No certificates were found.
(1,2): warning CS0105: The using directive for `System' appeared previously in this namespace
Checking for ParatextProjects.
Apport Ignore file doesn't need updating.
Updating EncConverts Registry Keys
SLT Resources already Installed.
It may also help to run the command as $ paratext8 --debug (which I assume is an option in 8, as well as 9). This will give more output that could shed light on what’s [not] happening. You could redirect it to a file with the following command, and then upload it here:
$ paratext8 --debug > ~/paratext8-debug.txt
You will find that TXT file in the user’s home folder.
Also, please upload the Paratext log file found at ~/.local/share/Paratext8*/ParatextLog.log. Hopefully those two files together will give some insight.
机器翻译自 English