[Bug 1948881] Re: XSane plugin not available in GIMP File menu

2022-01-02 Thread Scott Pakin
In case it helps, I noticed that in Ubuntu 21.04, my ~/.config/GIMP/2.10/pluginrc contained (menu-path "/File/Create/Acquire/XSane/Device dialog...") within the (proc-def "xsane" ...) s-expression. No menu-path appears in my Ubuntu 21.10 ~/.config/GIMP/2.10/pluginrc. -- You received this bug

[Bug 1066056] Re: crashes when trying to load or save images or meshes

2021-01-15 Thread Scott Pakin
Aha! These gtkmorph crashes have been annoying me for years, but I never made the connection to filename length until I encountered this bug report. I believe that was just the information I needed to fix the problem. From what I can tell, the bug lies in the show_fs() function in

[Bug 1882418] Re: spamprobe crashes on email containing images

2021-01-11 Thread Scott Pakin
Joseph: Your patch works for me! I applied it to the Ubuntu package and rebuilt it (i.e., retaining the existing configure options, compiler/linker flags, all the other patches, etc.), and it appears that the crashes I was seeing have gone away. Before: $ cat /tmp/junk.mbox |

[Bug 1882418] Re: spamprobe crashes on email containing images

2021-01-10 Thread Scott Pakin
How about LibJPEG? JPEG images lead to crashes, too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1882418 Title: spamprobe crashes on email containing images To manage notifications about this

[Bug 457509] Re: including warp2.h depends on non-existant braindead_msvc.h

2021-01-10 Thread Scott Pakin
This bug is still present in Groovy Gorilla (Ubuntu 20.10). The package version is libmorph-dev 1:20140707+nmu2build2. Error message: $ gcc -c badness.c In file included from badness.c:1: /usr/include/xmorph/warp.h:10:10: fatal error: braindead_msvc.h: No such file or directory 10 |

[Bug 1910687] Re: morph command doesn't morph/warp (-mt broken)

2021-01-08 Thread Scott Pakin
Here's a copy of the patch presented on https://sourceforge.net/p/xmorph/bugs/7/. ** Patch added: "Patch to morph/Makefile.am that fixes the bug" https://bugs.launchpad.net/ubuntu/+source/xmorph/+bug/1910687/+attachment/5450591/+files/morph-cflags.patch -- You received this bug notification

[Bug 1910687] [NEW] morph command doesn't morph/warp (-mt broken)

2021-01-08 Thread Scott Pakin
Public bug reported: The morph command doesn't work at all and hasn't for quite some time. As a demonstration, try the following warp using the attached Targa image and source and destination meshes: morph -start tux.tga -out mad-tux.tga -src src.mesh -dst dst.mesh -mt 1 This should generate an

[Bug 1906856] [NEW] svm-easy can't find helper programs

2020-12-04 Thread Scott Pakin
Public bug reported: svm-easy can't find its external helper programs: $ svm-easy heart_scale.txt Traceback (most recent call last): File "/usr/bin/svm-easy", line 28, in assert os.path.exists(svmscale_exe),"svm-scale executable not found" AssertionError: svm-scale executable not found

[Bug 1882418] Re: spamprobe crashes on email containing images

2020-06-07 Thread Scott Pakin
Here's a patch that at least catches and discards the segfaults. Image processing shouldn't fault to begin with, but this patch at least makes spamprobe usable again. ** Patch added: "Workaround for images crashing spamprobe"

[Bug 1882418] [NEW] spamprobe crashes on email containing images

2020-06-07 Thread Scott Pakin
Public bug reported: Since upgrading from eoan to focal, spamprobe crashes when performing any processing on a mail file containing images. Try running "spamprobe spam bad-email" using the attached bad-email file, which has an embedded PNG image. I observe the following: $ spamprobe spam

[Bug 1411907] Re: Missing build dependencies

2017-01-27 Thread Scott Pakin
On 01/27/2017 04:51 AM, Barak A. Pearlmutter wrote: > I just packaged libemf 1.0.9 (starting with your packaging) and uploaded > to Debian. It is in the new queue now. Once it is accepted into testing > I'll upload a version of pstoedit linked to it --- the appropriate > dependency is already

[Bug 1411907] Re: Missing build dependencies

2016-10-13 Thread Scott Pakin
> Perhaps you didn't install the corresponding version of the support library package? That was it! I did a quick "pstoedit -f pptx myfile.pdf myfile.pptx" test for some PDF file I had sitting around, loaded the result into LibreOffice, and it looked correct. (Okay, there was a tiny glitch, but

[Bug 1411907] Re: Missing build dependencies

2016-10-12 Thread Scott Pakin
$ dpkg --status pstoedit | egrep Version: Version: 3.70-3 $ apt-cache policy pstoedit pstoedit: Installed: 3.70-3 Candidate: 3.70-3 Version table: *** 3.70-3 100 100 /var/lib/dpkg/status 3.70-1ubuntu2 500 500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64

[Bug 1411907] Re: Missing build dependencies

2016-10-11 Thread Scott Pakin
> I have just taken over the pstoedit Debian package. Cool. Thanks for volunteering. > The above patches seem sensible, and I'd like to include them. Great! > Debian does have libzip-dev but not libming-dev. > Should I also package the latter? > Ditto with libemf-dev. Yes. Ubuntu provides a

[Bug 1501588] Re: Wily's wpasupplicant frequently fails on WPA enterprise networks

2015-12-03 Thread Scott Pakin
I have the same problem Downgrading to wpasupplicant 2.1-0ubuntu7 works for me on my corporate network. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501588 Title: Wily's wpasupplicant frequently

[Bug 923659] Re: Unsupported output format emf

2015-01-16 Thread Scott Pakin
If anyone's interested, I just took a stab at packaging up libemf and building pstoedit v3.62 against that. You can find these packages in ppa:pakin/other (https://launchpad.net/~pakin/+archive/ubuntu/other). Enjoy, — Scott -- You received this bug notification because you are a member of

[Bug 1411907] [NEW] Missing build dependencies

2015-01-16 Thread Scott Pakin
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - About Ubuntu Description:Ubuntu 14.10 Release:14.10 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center pstoedit: Installed:

[Bug 540306] Re: Xsane preview window not working in Karmic

2013-01-30 Thread Scott Pakin
Aha! Deleting ~/.sane worked for me, too (Ubuntu 12.10). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/540306 Title: Xsane preview window not working in Karmic To manage notifications about this

[Bug 788434] Re: clock-applet crashes after location change

2011-06-05 Thread Scott Pakin
My current hypothesis is that this crash happens only when I have a network proxy set. I recently ran the clock applet with no problems when connected to a hotel network, but when I established a VPN connection to work and specified my institution's internal network proxy, the clock applet

[Bug 788434] Re: clock-applet crashes after location change

2011-05-25 Thread Scott Pakin
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788434 Title: clock-applet crashes after location change -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com