如何将 Lotus Notes 设置为默认邮件程序?

MAX*_*MAX 2 default 11.10 notes

我应该写什么: X-scheme-handler/mailto= ?我有 Lotus Notes 8.5.2。如果我只是尝试从系统设置==>默认应用程序中更改它,则它不起作用。它没有提供将 Notes 添加为默认值的选项,但是 calendat 是可以的,并且自从我安装了 Notes 后就自动设置了。

也许我只需要知道蚂蚁放入的应用程序的正确名称:

X-scheme-handler/mailto=

请帮忙。

小智 6

在 末尾添加以下内容/usr/share/applications/LotusNotes8.5.desktop,即:

sudo gedit /usr/share/applications/LotusNotes8.5.desktop) and save the file:
Run Code Online (Sandbox Code Playgroud)

MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;x-scheme-handler/mailto; TargetEnvironment=消息菜单;Unity

接下来,运行以下命令:

sudo update-desktop-database -q
Run Code Online (Sandbox Code Playgroud)

转到系统设置>系统信息,然后单击默认应用程序。Lotus Notes 8.5 现在应该显示为邮件应用程序选项。