Keith Thompson
Keith Thompson
Yes, I did launch Term:Boot. (More than once, actually; I presume that's not a problem.) `logcat -s termux:*` just prints `--------- beginning of main` and hangs.
Same problem with a Nexus 9 running Android 7.1.1.
I've modified my boot scripts, and I'm seeing different behavior. I previously said that `$HOME/.log` wasn't being updated. I can't confirm that. I'm testing using a Nexus 6 running Android...
That seems to have done the trick. I was avoiding using `termux-wake-lock` because I didn't want to consume too much battery, but I see the display still blanks after a...
This appears to be caused by this Inkscape issue (reported 2 years ago, still open): https://gitlab.com/inkscape/inkscape/-/issues/5419 "Unnecessary warning if run without X11 display (glibmm-WARNING Failed to wrap object of type...
> My issue is on Windows And you didn't report the "Failed to wrap ..." warning, so it's not the same issue. (I got here via a web search for...
Not surprisingly, I see the same issue on Ubuntu 22.04.5. The following patch seems to correct the problem: ``` diff --git sq/sq.c sq/sq.c index ee5eabb..ae7a664 100644 --- sq/sq.c +++ sq/sq.c...