jaslar

Results 13 comments of jaslar

This program baffles me. I was trying to record an app that kept failing. But there appeared to be no consistent way to stop recording and save the file. When...

Nor does Screencast respond to media keys (running on an old Macbook Pro).

I downloaded the development branch today, and saw cool stuff there (split row, Focus). But when I cloned it, it crashed in ways I thought you'd fixed (crashed when I...

I downloaded a screen cast program to try to capture it. In a row, I can move forward and back by character, to the beginning and end of the row....

![Screen record from 2020-10-27 13 43 38](https://user-images.githubusercontent.com/50773940/97354154-99b79280-185a-11eb-9c0e-df0d3f978f9a.gif) Where do I find the log file for errors?

Yes, that's right. I jumped to the end of the line, then did a Control-Left. I did the terminal launch (cool trick!), and got this: $ com.github.phase1geo.outliner Segmentation fault Not...

Here's the output: $ ./app debug The Meson build system Version: 0.49.2 Source dir: /home/jlarue/Outliner Build dir: /home/jlarue/Outliner/build Build type: native build Project name: com.github.phase1geo.outliner Project version: 1.4.0 Native C...

I was able to install gdb. Results: $ ./app debug The Meson build system Version: 0.49.2 Source dir: /home/jlarue/Outliner Build dir: /home/jlarue/Outliner/build Build type: native build Project name: com.github.phase1geo.outliner Project...

OK. The program launched. It worked perfectly, no control-arrow problems at all. I exited, went back to the gdb command, and guessed quit. (gdb) run Starting program: /home/jlarue/Outliner/build/com.github.phase1geo.outliner [Thread debugging...

No, when I ./app run everything works great. I suppose that's a work around. After exiting normally, I get, Directory already configured. Just run your build command (e.g. ninja) and...