Minder
Minder copied to clipboard
Crash after start
Tried to collect from sursov, and through AUR.
Nothing happens after the start, and nothing is output to the console.

Also, official version(non AUR) works great.
I don't really know anything about the environment that you are running in, so I will have to defer to someone else more knowledgeable. Are you sure that an instance of Minder isn't already running when the command is executed?
Let's check a couple of things first:
-
run 'gdb com.github.phase1geo.minder'
- At the prompt type 'run'.
- Does the appliction end in a segmentation fault or does gdb indicate the application exited with a non-error status (0)?
-
Try starting minder with an existing Minder file (if you have one) with the command: 'com.github.phase1geo.minder
' - Does the application start properly and does it open the file?