Open betahat opened 7 years ago
We will investigate. Thanks for reporting.
What distro are you using @mthomas7? I had this very problem on ArchLinux, but it turned out the packager forgot to forward the parameters from the shell script to the actual Caret binary.
It just looked /opt/caret/Caret
but it should have been /opt/caret/Caret $@
.
@manuelbua - yep, it's Arch, but the script at /usr/bin has actually been updated to /opt/caret/Caret $@ now, so something else is making it fail to open the file correctly. (But thank you for the suggestion!)
That's odd, i was hoping you weren't on Arch because i know it's fine there since i'm taking care of the package on the AUR now: i'm wondering what else it could be?
Hmm. Strange. (It's actually Antergos, though I suspect that doesn't matter since it's still installed from aur.)
So a quick update - this seems to be a problem with some md files but not others. I'm not yet sure whether there's a pattern regarding which are working and which aren't.
Figured out the problem! If there is a space anywhere in the folder path (any folder has a space in the name), the file will not display properly. If there are no spaces in the folder path, the same file shows perfectly.
When I use nautilus (gnome) to open a md file with caret, the document shows up blank. If I open the file directly from caret, the same document shows up fine. I haven't noticed this in any other software, so I suspect it must have something to do with how nautilus and caret are interacting.