Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

.eml file display error from sftp

  • 2 답장
  • 0 이 문제를 만남
  • 1 보기
  • 최종 답변자: rome.fr

more options

Hello, I recently installed Ubuntu 24.04 with the version of Thunderbird (115.10.1) supplied with the distribution. I can no longer display mail saved as .eml in a remote folder (sftp). Thunderbird opens, but the mail window is empty. If I ask for the source code, this message appears:

Unable to read file at address view-source:file:///run/user/1000/kio-fuse-ouSeRu/sftp/myuser@myserver/mymessage.eml?type=application/x-message-display.

If I open from CLI I get this message :

JavaScript error: chrome://messenger/content/aboutMessage.js, line 218: NS_ERROR_FILE_ACCESS_DENIED: Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIMsgDBHdr.mime2DecodedSubject]

If I open the save file with a file editor I'm able to see the source code.

Could you please help me? Thanks

Hello, I recently installed Ubuntu 24.04 with the version of Thunderbird (115.10.1) supplied with the distribution. I can no longer display mail saved as .eml in a remote folder (sftp). Thunderbird opens, but the mail window is empty. If I ask for the source code, this message appears: Unable to read file at address view-source:file:///run/user/1000/kio-fuse-ouSeRu/sftp/myuser@myserver/mymessage.eml?type=application/x-message-display. If I open from CLI I get this message : JavaScript error: chrome://messenger/content/aboutMessage.js, line 218: NS_ERROR_FILE_ACCESS_DENIED: Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIMsgDBHdr.mime2DecodedSubject] If I open the save file with a file editor I'm able to see the source code. Could you please help me? Thanks
첨부된 스크린샷

선택된 해결법

Thanks for your answer.

Indeed, when Thunderbird is running in the snap, it doesn't have access to /mnt.

So I moved the mounting point of the share from /mnt to /media

and executed the following command to allow Thunderbird access to /media:

sudo snap connect thunderbird:removable-media :removable-media

This works fine.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

Is this perhaps another example of sandboxing in flatpaks and SNAP. I understand Ubuntu 24 uses SNAP packages now, not APT as it used to. SNAP is sandboxed. https://ubuntu.com/core/docs/security-and-sandboxing

도움이 되셨습니까?

more options

선택된 해결법

Thanks for your answer.

Indeed, when Thunderbird is running in the snap, it doesn't have access to /mnt.

So I moved the mounting point of the share from /mnt to /media

and executed the following command to allow Thunderbird access to /media:

sudo snap connect thunderbird:removable-media :removable-media

This works fine.

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.