Describe the bug
Crash when right clicking note preview after search results
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Context menu should be shown
Actual behavior
Crash
Workaround
Use 3.8.2
Supporting Files
FSNotes_2019-10-10-164956_matt.crash.zip
Desktop (please complete the following information):
Correction, bug is present in both 3.9.1 and 3.9.0.
But 3.8.2 works fine.
Odd. I can no longer reproduce this one.
Closing, will reopen if it happens again.
Just had this happen again.
Currently in a state where I cannot right click the note list.
https://gist.github.com/gingerbeardman/96156f564e0b9201da40055a6886384a
This bug related to git history integration.
Yes!
If I try to click git pane in FSNotes Preferences I get a similar crash.
I'm trying to reproduce that in virtual machine with Mojave 10.14, but nothing happens. May be anyone explain cause of this error?
May be some security settings or firewall block, notarization check, etc?
It's related to App Translocation and/or Quarantine xattr bit.
For some reason, Mojave (or at least my setup) is no longer correctly removing App Translation (quarantine bit) when I install the app (unzip and manually move to Applications).
To get around this I have a script that removes the xattr and opens the app.
xattr -cr "/Applications/FSNotes.app"
open "/Applications/FSNotes.app"
If I do this on FSNotes then the right click will work normally.
So, you should be able to set the xattr to reproduce the problem.
Quickest way is to extract FSNotes 4.0.0 release zip using Keka unarchiver