邮件:链接触发恼人的“进化设置助理”。我希望它在我的网页浏览器中打开gmail中的撰写窗口。这方面存在一些问题,但答案已经过时,不再适用于11.04。
在我的系统中:我使用的是铬浏览器,我认为这条路径类似于chrome -> xdg-open -> gnome-open,它是在我签入gconf-editor时设置的,所以我更改了gnome-open https://mail.google.com/mail/?extsrc=mailto&url=%U的密钥,但它仍然在启动进化。
发布于 2011-08-30 07:31:39
是的,例如,您可以使用桌面webmail应用程序。http://apt.ubuntu.com/p/desktop-webmail
并将以下内容放入/usr/share/applications/desktop-webmail.desktop文件:
[Desktop Entry]
Encoding=UTF-8
Name=Desktop Webmail
GenericName=Email
Comment=Compose email in browser
Comment[de]=EMail in Browser schreiben
Exec=desktop-webmail %U
Icon=desktop-webmail
Terminal=false
Type=Application
StartupNotify=true
Categories=Application;Network;Email
MimeType=x-scheme-handler/mailto
X-Ayatana-Desktop-Shortcuts=Compose
[Compose Shortcut Group]
Name=Compose New Message
Exec=desktop-webmail mailto:%U
TargetEnvironment=Messaging Menu;Unity发布于 2011-08-30 11:43:09
https://askubuntu.com/questions/59246
复制相似问题