如何删除网络应用程序?(不是全部功能,而是某些网络应用程序)
我想在 freenode 的一些 irc 频道主机上聊天,但我真的不知道如何。我如何创建一个帐户,我如何将它与 Empathy 一起使用?
我已经安装了 mozplugger
sudo apt-get install mozplugger
Run Code Online (Sandbox Code Playgroud)
然后我将 /etc/mozpluggerrc 的 pdf 部分更改为以下内容:
application/pdf:pdf:PDF file
application/x-pdf:pdf:PDF file
text/pdf:pdf:PDF file
text/x-pdf:pdf:PDF file
repeat noisy swallow(evince) fill: evince "$file"
ACROREAD()
repeat noisy swallow(kpdf) fill: kpdf "$file"
repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
repeat noisy swallow(okular) fill: okular "$file"
GV()
repeat noisy fill exits: evince "$file"
Run Code Online (Sandbox Code Playgroud)
当然,我将pdf的应用程序设置设置为Mozplugger。
有时它有效,但大多数情况下它不起作用。我不知道为什么。我需要做什么?