在我的CentOS 5.5机器上, 表明 不管用。我无法打开PDF文件。我试图杀死重启它,但我找不到它的PID。
这是我从终端启动它时得到的结果:
[huangchao@ising download]$ evince EMBS-98-1.pdf &
[3] 23605
[huangchao@ising download]$
** (evince:23605): WARNING **: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken
更新:之后 苏根 , 我用了 killall evince 终止与evince相关的进程,现在我可以从root下的终端打开PDF文件,但是我收到了以下消息(我仍然无法在自己的帐户下打开PDF):
(evince:24395): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
** (evince:24395): WARNING **: Service registration failed.
** (evince:24395): WARNING **: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Reading pinyin phrase lib failed
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
[1]+ Done evince revision.pdf
你能从终端执行它并发布输出吗?
—
André Stannek
@André请看编辑过的问题。谢谢!
—
chaohuang
@Darael请看更新的问题,谢谢!
—
chaohuang
@chaohuang是的,我在发表评论后才看到它。删除了评论,因为它是多余的。该输出看起来非常像我期望的执行
—
Darael
evince
当root用户拥有唯一的活动图形登录时root用户(root用户没有运行GNOME会话,这就是大多数消息的内容)。尝试运行时有输出 evince
从杀死旧实例以来你自己的用户改变了终端?
@Darael不,这与问题中的相同。
—
chaohuang