Starting it from the command line gave me some more info:
```Gtk-Message: 11:40:29.109: Failed to load module "canberra-gtk-module"
GIMP-Error: Failed to load data:
Error loading '/home/sandra/.mypaint/brushes/Splatter-drop.myb': Failed
to deserialize MyPaint brush.
GIMP-Error: Failed to load da
Public bug reported:
I just started gimp and it crashed and said I should go here and paste
this in
```
GNU Image Manipulation Program version 2.10.8
git-describe: GIMP_2_10_6-294-ga967e8d2c2
C compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gc
I can start gimp just fine if I temporarily move my ~/.mypaint directory
out of the way.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1860104
Title:
GIMP crashed as I started it
To manage notifica
Public bug reported:
I was grepping the output of calibredb list and all of a sudden started
seeing bugs in my scripts; turned out that it was because I was in an
unusually narrow terminal window. The terminal width is default for -w,
I propose that when calibredb list is being piped it should sen
Yes, good idea. I am going to parse JSON to construct lists of "$ID
$BookTitle $Author" and then process those lists, instead of using -w
1. Thanks.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/18
Here is the jq expression that'll do that:
`calibredb list --for-machine| jq -r '.[]|(.id|tostring)+" "+.title+"
"+.authors'`
I'm admittedly curious about what piping&redirecting behavior would
break if window-resizing would only change the line length on tty!
--
You received this bug notificat
That's exactly what happened to me. Suddenly it didn't work as expected.
It turned out that I was calling the script from a slighly narrower
terminal window.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
Oh, now I get it: the default behavior is good for calibredb list|less
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893367
Title:
calibredb list checks terminal width even when output is being pip