我希望在 Chromium 中而不是在 Firefox 中打开 Pidgin 链接

use*_*877 7 pidgin chromium default-programs 13.04

当我尝试在 Pidgin 中打开链接时,它会打开带有 Firefox 的链接。我更喜欢铬。我在系统设置文件夹中将 Chromium 设置为默认应用程序,但 Firefox 仍然打开链接。任何人都可以帮忙吗?

小智 9

我有来自软件中心的 Pidgin 2.10.7 (libpurple 2.10.7)。我点击ToolsPreferences然后点击Browser

Pidgin 浏览器首选项

这对你没有帮助吗?

如果没有,请尝试

sudo update-alternatives --config x-www-browser 
Run Code Online (Sandbox Code Playgroud)

您应该会看到系统检测到的基于 GUI 的浏览器列表。然后按照屏幕上的说明选择所需的浏览器。

[11:03 AM] ~ $ sudo update-alternatives --config x-www-browser
[sudo] password for vasa1: 
There are 2 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).

  Selection    Path                    Priority   Status
------------------------------------------------------------
* 0            /usr/bin/google-chrome   150       auto mode
  1            /usr/bin/google-chrome   150       manual mode
  2            /usr/bin/xombrero        50        manual mode

Press enter to keep the current choice[*], or type selection number: 
Run Code Online (Sandbox Code Playgroud)