Using ExtEditorR with Flatpak #103
tyalie
started this conversation in
Show and tell
Replies: 1 comment
-
Just as a note. Often times I've hit upon some unexpected wall and didn't knew how to debug it. I've been able to get the stdout by the flatpak-spawn --host ./external-editor-revived "$@" 2>&1 | tee /tmp/exteditorr.log As Flatpak |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a (probably) working config of ExtEditorR while having Thunderbird be sandboxed in a flatpak. This trick is to allow Thunderbird to call external application using the flatpak commands and giving it permission to read the files in
~/.mozilla/native-messaging-hosts
.So first I've created a wrapper script around the ExtEditorR native daemon, which looks like this (filename
external-editor-revived.sh
)The native messaging host ofc needs to be in the same folder. I've then modified the
external_editor_revived.json
by appending.sh
to the path field. i.e.The last step to remain is allowing the thunderbird application to access the folders and be able to call external applications. One can fix this using the following
Beta Was this translation helpful? Give feedback.
All reactions