-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot view attachments on macOS #142
Comments
The open-command string needs to include a "placeholder"
The default open-command string is: This needs to be more clear to the users, though. I'll add some text to the error output to put anyone encountering this on the right track. |
This config line should work:
When there are single quotes around the command, it is used as a single "two word" application name (not what you want). Without the double quotes around Not sure about why TextEdit is launched instead of Preview.. Could you try running |
The config line did work, thanks for the tip! The log is below. My current theory is that I also realised that I was wrong — when I run
|
The You'll need to either use an alternative to |
Ah, I didn't even consider voice memos. I'll keep exploring alternatives on macOS and report back if I figure out a better option. |
Such as `--open-command='xdg-open "%u"'` Closes isamert#142
Hi y'all,
I'm having trouble opening attachments on macOS. originally, it was trying to call
xdg-open
(which I don't have installed), but even after changing to the defaultopen
command, I still get the following error:The text was updated successfully, but these errors were encountered: