https://github.com/linuxdeepin/developer-center/issues/3123
deepin-mail在firefox下无法处理mailto链接,会直接启动而不是进入发信界面
经测试,在Chrome下可行
见 https://bbs.deepin.org/post/232260
在firefox下无法拉起
正常拉起
参考了能正常拉起的星火商店/Mailspring应用,发现问题在于.desktop文件
当Exec=后面的参数为 %F 时,无法拉起;当参数为%U时,正常拉起
%U
应当写成 %U
录屏等 https://bbs.deepin.org/post/232260
手动改/usr/share/applications后可以正常拉起
/usr/share/applications
mailspring卸了~
Featured Collection
Popular Ranking
Popular Events
https://github.com/linuxdeepin/developer-center/issues/3123
SUMMARY | 问题概要
deepin-mail在firefox下无法处理mailto链接,会直接启动而不是进入发信界面
经测试,在Chrome下可行
STEPS TO REPRODUCE | 复现步骤
见 https://bbs.deepin.org/post/232260
OBSERVED RESULT | 观察到的结果
在firefox下无法拉起
EXPECTED RESULT | 期望的结果
正常拉起
SOFTWARE/OS VERSIONS | 软件/系统版本信息
ADDITIONAL INFORMATION | 额外补充
参考了能正常拉起的星火商店/Mailspring应用,发现问题在于.desktop文件
当Exec=后面的参数为 %F 时,无法拉起;当参数为
%U时,正常拉起应当写成 %U
录屏等 https://bbs.deepin.org/post/232260
手动改
/usr/share/applications后可以正常拉起