[Bug 1860104] Re: GIMP crashed as I started it

2020-01-17 Thread Sandra Snan
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

[Bug 1860104] [NEW] GIMP crashed as I started it

2020-01-17 Thread Sandra Snan
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

[Bug 1860104] Re: GIMP crashed as I started it

2020-01-17 Thread Sandra Snan
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

[Bug 1893367] [NEW] calibredb list checks terminal width even when output is being piped

2020-08-28 Thread Sandra Snan
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

[Bug 1893367] Re: calibredb list checks terminal width even when output is being piped

2020-08-28 Thread Sandra Snan
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

[Bug 1893367] Re: calibredb list checks terminal width even when output is being piped

2020-08-28 Thread Sandra Snan
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

[Bug 1893367] Re: calibredb list checks terminal width even when output is being piped

2020-08-28 Thread Sandra Snan
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

[Bug 1893367] Re: calibredb list checks terminal width even when output is being piped

2020-08-29 Thread Sandra Snan
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