单击 chromium-browser 中的 mailto 链接,它会执行
xdg-email mailto:[email protected]
(或者可能没有“mailto:”,这似乎是一回事)。在我的情况下,这会打开 kmail 而不是 thunderbird,如果我清除 kmail,它什么也不会打开(在终端中抛出“无法找到‘kmail’可执行文件。”)。当然,我将 thunderbird 设置为我的标准邮件应用程序,并且
xdg-open mailto:[email protected]
是否正确打开 thunderbird。我该如何修复 xdg-email(或者更糟的是,让 chromium 改用 xdg-open)?
附言:我发现这个黑客,但应该有一种干净的方法,你不觉得吗?
答案1
您可以尝试重新安装两者,然后再次设置默认值,并在终端中输入以下内容:
sudo apt-get install thunderbird
sudo apt-get install kmail
然后输入这个
sudo dkms-reconfigure chromium
这样也许能很好地发挥作用。