[Bug 283847] Re: Saving a djvu file with a resolution of 600 dpi fails in gscan2pdf v0.9.26

2009-01-21 Thread Jeffrey Ratcliffe
** Changed in: gscan2pdf (Ubuntu) Status: Fix Committed = Fix Released -- Saving a djvu file with a resolution of 600 dpi fails in gscan2pdf v0.9.26 https://bugs.launchpad.net/bugs/283847 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 301515] Re: gscan2pdf does not start on Ubuntu 9.04

2008-11-24 Thread Jeffrey Ratcliffe
This is known problem, fixed in the upcoming release. The problem only occurs when gscan2pdf is not shutdown cleanly, and then the temp area is deleted before gscan2pdf is restarted. If gscan2pdf is restarted first, then it will restore the previous session. #!/usr/bin/perl exec(rm

[Bug 299632] Re: unable to scan wiht any application

2008-11-18 Thread Jeffrey Ratcliffe
** Changed in: sane-backends (Ubuntu) Sourcepackagename: gscan2pdf = sane-backends -- unable to scan wiht any application https://bugs.launchpad.net/bugs/299632 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-11-17 Thread Jeffrey Ratcliffe
The scan looks all right, but saves as a blank page whatever option I chose for compression. In the --debug output, you scan a page, but do not save a PDF. Excuse me if I am stating the obvious, but you realise that there are two set of options on the save dialog, firstly the file type - i.e.

[Bug 283847] Re: Saving a djvu file with a resolution of 600 dpi fails in gscan2pdf v0.9.26

2008-10-29 Thread Jeffrey Ratcliffe
I've patched this now, so it should be fixed in the next release, which will be as soon as the Perl bindings for Sane are stable. ** Changed in: gscan2pdf (Ubuntu) Status: New = Fix Committed -- Saving a djvu file with a resolution of 600 dpi fails in gscan2pdf v0.9.26

[Bug 284189] Re: NetworkManager in Intrepid manages wrong network connection

2008-10-24 Thread Jeffrey Ratcliffe
Yes: 0: udi = '/org/freedesktop/Hal/devices/net_76_fb_9e_02_83_f1' net.interface = 'usb0' (string) info.category = 'net.80203' (string) net.address = '76:fb:9e:02:83:f1' (string) linux.sysfs_path = '/sys/devices/pci:00/:00:1d.3/usb5/5-1/5-1:1.0/net/usb0' (string)

[Bug 286987] Re: Getopt::Long does not always respect no_ignore_case with pass_through

2008-10-21 Thread Jeffrey Ratcliffe
** Attachment added: GO.pl http://launchpadlibrarian.net/18767971/GO.pl -- Getopt::Long does not always respect no_ignore_case with pass_through https://bugs.launchpad.net/bugs/286987 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 286987] [NEW] Getopt::Long does not always respect no_ignore_case with pass_through

2008-10-21 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: perl The attached program illustrates the problem. The output in all recent versions up to 5.10.0-11.1ubuntu2 is below: $./GO.pl $VAR1 = { 'l' = 'foo' }; $VAR1 = { 'L' = 1 }; $VAR1 = { 'l' = 'foo' };

[Bug 275505] Re: F-spot crashes when creating a stand alone gallery

2008-10-20 Thread Jeffrey Ratcliffe
I see this too: (f-spot:8882): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated Exporting full size image Exporting rotated image Saving jpeg data value = f-spot version 0.5.0.2 len = 22 value = 2008:10:20 12:23:07 len = 19 value = f-spot version 0.5.0.2

[Bug 251312] Re: ocr result is not saved properly

2008-10-18 Thread Jeffrey Ratcliffe
** Changed in: gscan2pdf (Ubuntu) Status: New = Invalid -- ocr result is not saved properly https://bugs.launchpad.net/bugs/251312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 283847] [NEW] Saving a djvu file with a resolution of 600 dpi fails in gscan2pdf v0.9.26

2008-10-15 Thread Jeffrey Ratcliffe
This is also scanner-specific, as it depends upon the format of the scanimage or scanadf --help output. I am just finishing off some Perl binding for Sane, which will mean gscan2pdf won't need to rely on scanimage or scanadf in the future. In the mean time, I'll work up a fix for this - which

[Bug 284189] [NEW] NetworkManager in Intrepid manages wrong network connection

2008-10-15 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: network-manager This is my /etc/network/interfaces auto lo iface lo inet loopback auto usb0 iface usb0 inet static address 192.168.0.200 netmask 255.255.255.0 network 192.168.0.0 up iptables -A POSTROUTING -t nat -j

[Bug 279262] Re: network-manager unmanaged mode causes confusion (Devices not managed after reboot)

2008-10-15 Thread Jeffrey Ratcliffe
OK. I've filed: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/284189 -- network-manager unmanaged mode causes confusion (Devices not managed after reboot) https://bugs.launchpad.net/bugs/279262 You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 279262] Re: network-manager After reboot network is totally broken

2008-10-14 Thread Jeffrey Ratcliffe
I worked around this by sudo apt-get remove network-manager and then adding auto eth0 iface eth0 inet dhcp to my /etc/network/interfaces -- network-manager After reboot network is totally broken https://bugs.launchpad.net/bugs/279262 You received this bug notification because you are a

Re: [Bug 180456] Re: Perl highlighting incorrect

2008-10-14 Thread Jeffrey Ratcliffe
2008/9/19 Cesare Tirabassi [EMAIL PROTECTED]: Works fine in intrepid (2.3.3-0ubuntu1). Anyone can confirm or otherwise? Confirm fine in Intrepid (2.4.0-0ubuntu1). ** Changed in: gtksourceview2 (Ubuntu) Status: Incomplete = Fix Released -- Perl highlighting incorrect

[Bug 283411] [NEW] Perl highlighting incorrect

2008-10-14 Thread Jeffrey Ratcliffe
Public bug reported: gtksourceview2 seems to get the highlighting in some hashes wrong. From y, it is all incorrect: $e = { $d = { x = 210, y = 297, l = 0, t = 0, }, }; ** Affects: gtksourceview2 (Ubuntu) Importance: Undecided Status: New -- Perl highlighting

Re: [Bug 279262] Re: network-manager After reboot network is totally broken

2008-10-12 Thread Jeffrey Ratcliffe
This is my /etc/network/interfaces auto lo iface lo inet loopback auto usb0 iface usb0 inet static address 192.168.0.200 netmask 255.255.255.0 network 192.168.0.0 up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 up echo 1

[Bug 282000] [NEW] unable to connect to wired network

2008-10-11 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: network-manager I have just upgraded Hardy-Intrepid. On booting, the kernel reports Starting NetworkManager [Fail]. The nm-applet, however, shows a wired connection ifconfig (usb), but I can't see anything on the network, not even the router. Under

[Bug 282000] Re: unable to connect to wired network

2008-10-11 Thread Jeffrey Ratcliffe
*** This bug is a duplicate of bug 279262 *** https://bugs.launchpad.net/bugs/279262 ** This bug has been marked a duplicate of bug 279262 network-manager After reboot network is totally broken -- unable to connect to wired network https://bugs.launchpad.net/bugs/282000 You received this

[Bug 279262] Re: network-manager After reboot network is totally broken

2008-10-11 Thread Jeffrey Ratcliffe
I have this problem too. sudo dhclient does at least get me a network connection. -- network-manager After reboot network is totally broken https://bugs.launchpad.net/bugs/279262 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 279012] Re: Update to gscan2pdf 0.9.26

2008-10-06 Thread Jeffrey Ratcliffe
gscan2pdf 0.9.26-1 is in sid, so this just needs to be synced -- Update to gscan2pdf 0.9.26 https://bugs.launchpad.net/bugs/279012 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 212143] Re: Crash on start with saa7134 and 2.6.24-15-generic

2008-09-03 Thread Jeffrey Ratcliffe
For me, this is fixed in 2.6.24-19-generic. -- Crash on start with saa7134 and 2.6.24-15-generic https://bugs.launchpad.net/bugs/212143 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: Introducing the cruft-busters

2008-08-08 Thread Jeffrey Ratcliffe
2008/8/8 Michael Casadevall [EMAIL PROTECTED]: not useful. The general idea is if you know a package (such as firefox2) that should be removed from the archive, create an inital They'll be a lot of OpenStreetMap users unhappy about removing Firefox-2, as currently it is impossible to load Yahoo

[Bug 251312] Re: ocr result is not saved properly

2008-07-24 Thread Jeffrey Ratcliffe
What do you expect to happen? The point of the embedding the OCR output was to make the contents of djvu/pdf files indexable by Beagle. Searching with a djvu-viewer gives you the page on which the term is found. At the moment, it is not easy to get the position of the text from tesseract.

[Bug 115256] Re: f-spot crashes when exporting pictures to directory

2008-07-19 Thread Jeffrey Ratcliffe
With an up-to-date Hardy I get the same warnings, one per image: (f-spot:8054): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference. and then it

Re: [Bug 178746] Re: Perl highlighting incorrect

2008-07-13 Thread Jeffrey Ratcliffe
2008/7/13 Martin Pitt [EMAIL PROTECTED]: Please do, and please add the bug # here. Did that occur before, or was it a regression which came with this update? #247877 I can't tell without reinstalling the old version because this bug was hiding the new one. Regards Jeff -- Perl highlighting

Re: [Bug 178746] Re: Perl highlighting incorrect

2008-07-12 Thread Jeffrey Ratcliffe
2008/7/9 Martin Pitt [EMAIL PROTECTED]: Accepted into -proposed, please test and give feedback here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! Upgrading libgtksourceview did not solve the problem, but

[Bug 247877] [NEW] Perl highlighting incorrect

2008-07-12 Thread Jeffrey Ratcliffe
Public bug reported: In Perl highlighting, everything following a slash is treated like a string. Below this is incorrect: print($i++/2); ** Affects: gtksourceview2 (Ubuntu) Importance: Undecided Status: New -- Perl highlighting incorrect https://bugs.launchpad.net/bugs/247877

Re: [Bug 178746] Re: Perl highlighting incorrect

2008-07-11 Thread Jeffrey Ratcliffe
2008/7/9 Martin Pitt [EMAIL PROTECTED]: Accepted into -proposed, please test and give feedback here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! I'll do my best to do this in the mean time, but Real Life

[Bug 215683] Re: gscan2pdf should offer an option to split a scanned page

2008-07-09 Thread Jeffrey Ratcliffe
: #486553 (gscan2pdf: unable to save as DjVu) Closes: #486680 (gscan2pdf: bizarre DjVu text zones) Closes: #485641 (gscan2pdf: No longer saves resolution in TIFF files) Closes: #484641 (gscan2pdf: prefix option for scanimage command) * Bumped Standards-Version -- Jeffrey Ratcliffe [EMAIL

[Bug 130437] Re: udev rule can fail to run ifdown, break reinserting device

2008-07-06 Thread Jeffrey Ratcliffe
I confirm seeing this on an uptodate Hardy. The attached fix works. ** Changed in: ifupdown (Ubuntu) Status: New = Confirmed -- udev rule can fail to run ifdown, break reinserting device https://bugs.launchpad.net/bugs/130437 You received this bug notification because you are a member of

[Bug 134313] Re: pdfimages produces inverted image for black white image

2008-07-01 Thread Jeffrey Ratcliffe
This bug is present in 0.6.4-1ubuntu2 in Hardy. -- pdfimages produces inverted image for black white image https://bugs.launchpad.net/bugs/134313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 134313] Re: pdfimages produces inverted image for black white image

2008-07-01 Thread Jeffrey Ratcliffe
Here is a PDF whose image (PBM) is extracted reversed. ** Attachment added: neva_kar__itri.pdf http://launchpadlibrarian.net/15735303/neva_kar__itri.pdf ** Changed in: poppler (Ubuntu) Status: Invalid = Confirmed -- pdfimages produces inverted image for black white image

[Bug 241159] Re: Please sync gscan2pdf 0.9.24-1 (universe) from Debian unstable (main).

2008-06-20 Thread Jeffrey Ratcliffe
The changes are: gscan2pdf (0.9.21-1ubuntu4) hardy; urgency=low * Force depth before embedding image in PDF LP: #204988 (gscan2pdf generates blank pages in the .pdf output) -- Jeffrey Ratcliffe [EMAIL PROTECTED] Fri, 28 Mar 2008 20:52:29 +0100 gscan2pdf (0.9.21-1ubuntu3) hardy

[Bug 219565] Re: Calc hangs editing highlighted cell

2008-06-14 Thread Jeffrey Ratcliffe
This seems to have been fixed with the last oocalc update, as I can no longer reproduce this. ** Changed in: openoffice.org (Ubuntu) Status: Incomplete = Fix Released -- Calc hangs editing highlighted cell https://bugs.launchpad.net/bugs/219565 You received this bug notification because

[Bug 219565] Re: Calc hangs editing highlighted cell

2008-06-09 Thread Jeffrey Ratcliffe
** Changed in: openoffice.org (Ubuntu) Status: Incomplete = Confirmed -- Calc hangs editing highlighted cell https://bugs.launchpad.net/bugs/219565 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: multiple pbuilders

2008-06-08 Thread Jeffrey Ratcliffe
2008/6/8 Martijn van Iersel [EMAIL PROTECTED]: I'm trying to create multiple pbuilders, as described in https://wiki.ubuntu.com/PbuilderHowto. I'm using the exact pbuilderrc mentioned in the howto, but with intrepid added to the list of possible values for DIST. It's not working. For some

[Bug 219565] Re: Calc hangs editing highlighted cell

2008-06-05 Thread Jeffrey Ratcliffe
** Changed in: openoffice.org (Ubuntu) Status: Incomplete = Confirmed -- Calc hangs editing highlighted cell https://bugs.launchpad.net/bugs/219565 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 132253] Re: -depth produces corrupt image

2008-06-05 Thread Jeffrey Ratcliffe
Fixed in Hardy ** Changed in: imagemagick (Ubuntu) Status: New = Fix Released -- -depth produces corrupt image https://bugs.launchpad.net/bugs/132253 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 71028] Re: Malformed Apt Source Causes Segfault in Synaptic

2008-06-05 Thread Jeffrey Ratcliffe
** Changed in: synaptic (Ubuntu) Status: Incomplete = Confirmed -- Malformed Apt Source Causes Segfault in Synaptic https://bugs.launchpad.net/bugs/71028 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 92628] Re: libglib-perl-1.120 running with 2.12.4 but built with Glib 2.10.2

2008-06-05 Thread Jeffrey Ratcliffe
Fixed in Hardy ** Changed in: libglib-perl (Ubuntu) Status: New = Fix Released -- libglib-perl-1.120 running with 2.12.4 but built with Glib 2.10.2 https://bugs.launchpad.net/bugs/92628 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 154588] Re: Built for Gtk2 2.10.9, running with 2.12.0

2008-06-05 Thread Jeffrey Ratcliffe
*** This bug is a duplicate of bug 92628 *** https://bugs.launchpad.net/bugs/92628 ** This bug has been marked a duplicate of bug 92628 libglib-perl-1.120 running with 2.12.4 but built with Glib 2.10.2 -- Built for Gtk2 2.10.9, running with 2.12.0 https://bugs.launchpad.net/bugs/154588

[Bug 64549] Re: Strange scan width with PSC 1200/1300

2008-05-31 Thread Jeffrey Ratcliffe
I'm closing this, not because it isn't a bug, but it is so common, that it is pretty much a feature of nearly all SANE backends. ** Changed in: hplip (Ubuntu) Status: Incomplete = Invalid -- Strange scan width with PSC 1200/1300 https://bugs.launchpad.net/bugs/64549 You received this bug

[Bug 215683] Re: gscan2pdf should offer an option to split a scanned page

2008-05-29 Thread Jeffrey Ratcliffe
I've added this upstream. It'll make it into Intrepid. ** Changed in: gscan2pdf (Ubuntu) Assignee: (unassigned) = Jeffrey Ratcliffe (jeffreyratcliffe) Status: New = In Progress -- gscan2pdf should offer an option to split a scanned page https://bugs.launchpad.net/bugs/215683 You

[Bug 71028] Re: Malformed Apt Source Causes Segfault in Synaptic

2008-05-11 Thread Jeffrey Ratcliffe
I have this in Hardy. But only if there is no component specified, and distribution does not finish with a slash: E: Malformed line 59 in source list /etc/apt/sources.list (dist parse) E: The list of sources could not be read. Go to the repository dialogue to correct the problem. E: _cache-open()

Re: [Bug 219565] Re: Calc hangs editing highlighted cell

2008-04-27 Thread Jeffrey Ratcliffe
2008/4/27 Chris Cheney [EMAIL PROTECTED]: Can you still reproduce this on the final Ubuntu 8.04 release? I tried doing what you stated in the bug report and it works fine for me. Which version of *buntu are you running? Almost the same procedure - using 2.4.0 on Hardy: 1. Put data in a

Re: [Bug 223096] [NEW] gscan2pdf doesn't work with dash

2008-04-27 Thread Jeffrey Ratcliffe
2008/4/27 wavemaker [EMAIL PROTECTED]: Upon upgrading to Ubuntu Hardy, I noticed that gscan2pdf (version 0.9.21-1ubuntu4) doesn't start anymore. When the command is given from the command line, execution just does nothing without any messages. It does not return to the prompt so somehow

[Bug 219565] [NEW] Calc hangs editing highlighted cell

2008-04-19 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: openoffice.org OOCalc 2.4.0 in Hardy Enter data in a cell, then return Copy cell ctrl-c Paste into another cell ctrl-v F2 to edit pasted data - hangs without error message Starting oocalc from cli gives: javaldx failed! ** Affects: openoffice.org

Re: [Bug 219565] Re: Calc hangs editing highlighted cell

2008-04-19 Thread Jeffrey Ratcliffe
exiting openoffice, deleting $HOME/.openoffice.org2/user/config/javasettings_Linux_x86.xml and restarting openoffice solves the hangs and crashes. This fixes the javaldx failed! message, but calc still hangs Thanks for trying. -- Calc hangs editing highlighted cell

[Bug 95886] Re: Wrong keyboard layout after installation (US instead of FI)

2008-04-17 Thread Jeffrey Ratcliffe
I have exactly the same problem having installed Hardy, had to use EnvyNG to get my Nvidia graphics card working. Now whilst logging in, I get a US keyboard, and afterwards the German one that I have set. -- Wrong keyboard layout after installation (US instead of FI)

[Bug 95886] Re: Wrong keyboard layout after installation (US instead of FI)

2008-04-17 Thread Jeffrey Ratcliffe
I fixed this by editing /etc/X11/xorg.conf and changing Option XkbLayout us to Option XkbLayout de -- Wrong keyboard layout after installation (US instead of FI) https://bugs.launchpad.net/bugs/95886 You received this bug notification because you are a member of

Re: [Bug 212143] Re: Crash on start with saa7134 and 2.6.24-15-generic

2008-04-13 Thread Jeffrey Ratcliffe
This also affects 2.6.24-16. -- Crash on start with saa7134 and 2.6.24-15-generic https://bugs.launchpad.net/bugs/212143 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 123979] Re: f-spot.exe crashed with SIGSEGV in g_datalist_clear()

2008-04-13 Thread Jeffrey Ratcliffe
With 8.04 beta, f-spot seems ALWAYS to segfault on quitting. -- f-spot.exe crashed with SIGSEGV in g_datalist_clear() https://bugs.launchpad.net/bugs/123979 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 216917] [NEW] starting a slideshow segfaults if OpenGL not available

2008-04-13 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: f-spot f-spot 0.4.2-1ubuntu2 from hardy 8.04 beta segfaults if OpenGL not available: Xlib: extension GLX missing on display :0.0. Error initializing the OpenGL context: GdkGlx.GlxException: Unable to find matching visual at GdkGlx.Context..ctor

[Bug 123979] Re: f-spot.exe crashed with SIGSEGV in g_datalist_clear()

2008-04-13 Thread Jeffrey Ratcliffe
Simply open, look at some photos, quit resulted this time in: (f-spot:13412): GLib-GObject-CRITICAL **: g_object_ref: assertion `object-ref_count 0' failed Segmentation fault (core dumped) -- f-spot.exe crashed with SIGSEGV in g_datalist_clear() https://bugs.launchpad.net/bugs/123979 You

[Bug 212143] Re: Crash on start with saa7134 and 2.6.24-15-generic

2008-04-10 Thread Jeffrey Ratcliffe
Same here. I'll try blacklisting saa7134_alsa. -- Crash on start with saa7134 and 2.6.24-15-generic https://bugs.launchpad.net/bugs/212143 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 212143] Re: Crash on start with saa7134 and 2.6.24-15-generic

2008-04-10 Thread Jeffrey Ratcliffe
Blacklisting saa7134_alsa fixed things. -- Crash on start with saa7134 and 2.6.24-15-generic https://bugs.launchpad.net/bugs/212143 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 207209] Re: {Hardy} Xorg not loading nv driver

2008-04-09 Thread Jeffrey Ratcliffe
I've also got this problem. -- {Hardy} Xorg not loading nv driver https://bugs.launchpad.net/bugs/207209 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-04-04 Thread Jeffrey Ratcliffe
** Attachment added: gscan2pdf_0.9.21-1ubuntu4.debdiff http://launchpadlibrarian.net/13121379/gscan2pdf_0.9.21-1ubuntu4.debdiff ** Changed in: gscan2pdf (Ubuntu) Status: New = Confirmed -- gscan2pdf generates blank pages in the .pdf output https://bugs.launchpad.net/bugs/204988 You

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-04-01 Thread Jeffrey Ratcliffe
On 02/04/2008, trjonescp [EMAIL PROTECTED] wrote: Yes. Scan - PDF does NOT work (intermittent), but Scan - PNM - Import Image - PDF DOES work (seems to be consistent). This is problem on two fronts. 1. Internally, there is no difference between a scanned PNM and an imported PNM 2. More

[Bug 210648] Re: gscan2pdf fails to import some pdf files

2008-04-01 Thread Jeffrey Ratcliffe
On 02/04/2008, trjonescp [EMAIL PROTECTED] wrote: gscan2pdf fails to import PDFs generated by OpenOffice and at least one PDF that I have that was apparently generated by Adobe. Neither of the PDFs have images. From the gscan2pdf help: Imports any format that imagemagick supports. PDFs will

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-31 Thread Jeffrey Ratcliffe
On 01/04/2008, trjonescp [EMAIL PROTECTED] wrote: No, not blank. After testing several times, this works consistently. Are you saying that whilst saving the PDF directly after scanning produces blank pages, but saving as an image, and then reimporting it doesn't? Or is the bug properly fixed?

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-30 Thread Jeffrey Ratcliffe
On 30/03/2008, Tor Harald Thorland [EMAIL PROTECTED] wrote: If you really want the file you can get it from my web page. www.thorland.org/testscan_binary_300DPI.pnm I can import this and save it with PNG compression with no problem. Just to confirm again that this produces a blank page with

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-29 Thread Jeffrey Ratcliffe
On 29/03/2008, trjonescp [EMAIL PROTECTED] wrote: Unfortunately, this did not seem to solve my blank page problem. Here is the output from running 'gscan2pdf --debug' and doing (1) Scan one page (2) Save as pdf with png compression (produced a blank page output) (3) Save as pdf with no

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-28 Thread Jeffrey Ratcliffe
On 28/03/2008, trjonescp [EMAIL PROTECTED] wrote: Here is an example of a blank pdf out (all six pages) using PNG compression. When I chose compression None it worked fine. Please start gscan2pdf from the command line with gscan2pdf --debug and post the output from the command line when you

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-28 Thread Jeffrey Ratcliffe
On 28/03/2008, Jeffrey Ratcliffe [EMAIL PROTECTED] wrote: So I have something to work on. I have a small patch that fixes both of the issues that I have seen. If I attach a new .deb to this bug, would you mind installing it and testing it for a couple of days to see if it sorts out the problems

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-28 Thread Jeffrey Ratcliffe
On 28/03/2008, Jeffrey Ratcliffe [EMAIL PROTECTED] wrote: I have a small patch that fixes both of the issues that I have seen. If I attach a new .deb to this bug, would you mind installing it and testing it for a couple of days to see if it sorts out the problems without introducing any new

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-27 Thread Jeffrey Ratcliffe
On 27/03/2008, Tor Harald Thorland [EMAIL PROTECTED] wrote: I have run several tests now, and they only occur when using the downsample option. OK. Now I have something to test. I generally don't use the downsample option and therefore haven't seen the problem up to now. -- gscan2pdf

Re: [Bug 204988] [NEW] gscan2pdf generates blank pages in the .pdf output

2008-03-26 Thread Jeffrey Ratcliffe
On 22/03/2008, trjonescp [EMAIL PROTECTED] wrote: This is intermittent -- Sometimes I will scan the exact same pages and go through the same process over again and it will work. Did this occur with 7.04 as well? I have never seen this, and I am using 7.10. There have been issues with

Re: [Bug 204988] Re: gscan2pdf generates blank pages in the .pdf output

2008-03-26 Thread Jeffrey Ratcliffe
On 26/03/2008, trjonescp [EMAIL PROTECTED] wrote: I'm sorry. I meant to say 7.10. I have never actually tried using gscan2pdf with Ubuntu 7.04. If you can reproduce this bug, I will do my best to fix it. If you notice the problem, save the page in question in the format of the compression,

[Bug 202709] Re: gscan2pdf Email as PDF option does not work with Thunderbird

2008-03-19 Thread Jeffrey Ratcliffe
grrr. OK. Here's another debdiff to fix the docs. ** Attachment added: debdiff http://launchpadlibrarian.net/12754163/gscan2pdf_0.9.21-1ubuntu3.debdiff ** Changed in: gscan2pdf (Ubuntu) Status: Fix Released = Confirmed -- gscan2pdf Email as PDF option does not work with Thunderbird

[Bug 202709] Re: gscan2pdf Email as PDF option does not work with Thunderbird

2008-03-18 Thread Jeffrey Ratcliffe
It looks as though the xdg-email bug is not going to be fixed, so I'll patch gscan2pdf to cover it. ** Changed in: gscan2pdf (Ubuntu) Assignee: (unassigned) = Jeffrey Ratcliffe (jeffreyratcliffe) Status: Invalid = In Progress -- gscan2pdf Email as PDF option does not work

[Bug 202709] Re: gscan2pdf Email as PDF option does not work with Thunderbird

2008-03-18 Thread Jeffrey Ratcliffe
Release candidate for gscan2pdf-0.9.21-1ubuntu2 ** Attachment added: gscan2pdf_0.9.21-1ubuntu2.debdiff http://launchpadlibrarian.net/12727265/gscan2pdf_0.9.21-1ubuntu2.debdiff ** Changed in: gscan2pdf (Ubuntu) Assignee: Jeffrey Ratcliffe (jeffreyratcliffe) = (unassigned) Status

[Bug 202709] Re: gscan2pdf Email as PDF option does not work with Thunderbird

2008-03-16 Thread Jeffrey Ratcliffe
This is a known problem, documented in the help, caused by xdg-email not supporting creating new emails with attachments in Thunderbird. ** Changed in: gscan2pdf (Ubuntu) Status: New = Invalid -- gscan2pdf Email as PDF option does not work with Thunderbird

[Bug 191575] Re: wine segfaults on winecfg

2008-03-03 Thread Jeffrey Ratcliffe
Installing from http://wine.budgetdedicated.com/archive/ubuntu/gutsy/wine_0.9.55~winehq0~ubuntu~7.10-1_i386.deb wine works, but from repository get segmentation fault. I notice too that the Ubuntu native build was ~34Mb, whereas the winehq build was ~9Mb. -- wine segfaults on winecfg

Re: [Bug 195540] Re: Candidate revision gscan2pdf_0.9.21-1ubuntu1

2008-02-26 Thread Jeffrey Ratcliffe
On 26/02/2008, Daniel Holbach [EMAIL PROTECTED] wrote: Are the changes you introduce from Upstream? If not, it might be worth forwarding them upstream first to get input for them. I am upstream. I didn't prepare a new upstream version because a. hardy version freeze b. it would have new

Re: [Bug 195540] Re: Candidate revision gscan2pdf_0.9.21-1ubuntu1

2008-02-26 Thread Jeffrey Ratcliffe
On 26/02/2008, Daniel Holbach [EMAIL PROTECTED] wrote: It'd be nice if you could adhere to https://wiki.ubuntu.com/DebianMaintainerField (update-maintainer of the ubuntu-dev-tools package should do it automatically for you). If you want, sure, but as I am also the Debian maintainer, I

Re: [Bug 195540] Re: Candidate revision gscan2pdf_0.9.21-1ubuntu1

2008-02-26 Thread Jeffrey Ratcliffe
On 26/02/2008, Daniel Holbach [EMAIL PROTECTED] wrote: Please still change the Maintainer field - I know that in your case it's Revised debdiff attached. https://wiki.ubuntu.com/MOTU/Contributing already mentions (LP: #123456) but maybe it should be more prominent. :-) The closest I can

[Bug 195416] [NEW] sometimes PDFs are not imported

2008-02-25 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: gscan2pdf In gscan2pdf 0.9.21 in Hardy, in a seemingly random manner, PDFs are sometimes imported, and sometimes not. I'll provide a debdiff ** Affects: gscan2pdf (Ubuntu) Importance: Undecided Assignee: Jeffrey Ratcliffe (jeffreyratcliffe

[Bug 195418] [NEW] error opening about dialog

2008-02-25 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: gscan2pdf In gscan2pdf 0.9.21-1 in Hardy, an error message is produced instead of the About dialog box I'll provide a debdiff ** Affects: gscan2pdf (Ubuntu) Importance: Undecided Assignee: Jeffrey Ratcliffe (jeffreyratcliffe) Status

[Bug 195417] [NEW] error scanning without profile

2008-02-25 Thread Jeffrey Ratcliffe
Assignee: Jeffrey Ratcliffe (jeffreyratcliffe) Status: In Progress ** Changed in: gscan2pdf (Ubuntu) Assignee: (unassigned) = Jeffrey Ratcliffe (jeffreyratcliffe) Status: New = In Progress -- error scanning without profile https://bugs.launchpad.net/bugs/195417 You received

[Bug 195113] Re: error message saving image although image saved correctly

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment added: debdiff http://launchpadlibrarian.net/12198856/gscan2pdf.debdiff -- error message saving image although image saved correctly https://bugs.launchpad.net/bugs/195113 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 195416] Re: sometimes PDFs are not imported

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment added: debdiff http://launchpadlibrarian.net/12198889/gscan2pdf.debdiff -- sometimes PDFs are not imported https://bugs.launchpad.net/bugs/195416 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 195418] Re: error opening about dialog

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment added: debdiff http://launchpadlibrarian.net/12198895/gscan2pdf.debdiff -- error opening about dialog https://bugs.launchpad.net/bugs/195418 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 195417] Re: error scanning without profile

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment added: debdiff http://launchpadlibrarian.net/12198891/gscan2pdf.debdiff -- error scanning without profile https://bugs.launchpad.net/bugs/195417 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 195540] [NEW] Candidate revision gscan2pdf_0.9.21-1ubuntu1

2008-02-25 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: gscan2pdf gscan2pdf (0.9.21-1ubuntu1) hardy; urgency=low * Fixed incorrect error saving image (LP: #195113) * Fixed random problems importing PDF (LP: #195416) * Set default frontend (LP: #195417) * Fixed about dialog (LP: #195418) -- Jeffrey

[Bug 195540] Re: Candidate revision gscan2pdf_0.9.21-1ubuntu1

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment added: gscan2pdf_0.9.21-1ubuntu1.debdiff http://launchpadlibrarian.net/12200490/gscan2pdf_0.9.21-1ubuntu1.debdiff ** Changed in: gscan2pdf (Ubuntu) Status: New = Confirmed -- Candidate revision gscan2pdf_0.9.21-1ubuntu1 https://bugs.launchpad.net/bugs/195540 You

[Bug 195416] Re: sometimes PDFs are not imported

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment removed: debdiff http://launchpadlibrarian.net/12198889/gscan2pdf.debdiff ** Changed in: gscan2pdf (Ubuntu) Status: In Progress = Fix Committed -- sometimes PDFs are not imported https://bugs.launchpad.net/bugs/195416 You received this bug notification because you are a

[Bug 195113] Re: error message saving image although image saved correctly

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment removed: debdiff http://launchpadlibrarian.net/12198856/gscan2pdf.debdiff ** Changed in: gscan2pdf (Ubuntu) Status: In Progress = Fix Committed -- error message saving image although image saved correctly https://bugs.launchpad.net/bugs/195113 You received this bug

[Bug 195418] Re: error opening about dialog

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment removed: debdiff http://launchpadlibrarian.net/12198895/gscan2pdf.debdiff ** Changed in: gscan2pdf (Ubuntu) Status: In Progress = Fix Committed -- error opening about dialog https://bugs.launchpad.net/bugs/195418 You received this bug notification because you are a

[Bug 195417] Re: error scanning without profile

2008-02-25 Thread Jeffrey Ratcliffe
** Attachment removed: debdiff http://launchpadlibrarian.net/12198891/gscan2pdf.debdiff ** Changed in: gscan2pdf (Ubuntu) Status: In Progress = Fix Committed -- error scanning without profile https://bugs.launchpad.net/bugs/195417 You received this bug notification because you are a

[Bug 195113] [NEW] error message saving image although image saved correctly

2008-02-24 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: gscan2pdf gscan2pdf 0.9.21 in hardy I'll provide a debdiff to fix this. ** Affects: gscan2pdf (Ubuntu) Importance: Undecided Assignee: Jeffrey Ratcliffe (jeffreyratcliffe) Status: In Progress ** Changed in: gscan2pdf (Ubuntu

Patches

2008-02-07 Thread Jeffrey Ratcliffe
Assuming I have patched a package in universe to fix a bug, and have also created a package for the bugfix, where is the best place to put it to get someone to check and upload it? REVU? sponsors-queue? Assuming you just want the .diff.gz, would you want to see the source directly patched, or

Re: Patches

2008-02-07 Thread Jeffrey Ratcliffe
On 07/02/2008, Stefan Potyra [EMAIL PROTECTED] wrote: Just for clarification: If the package you touch comes from debian, and there is no patch system present in the debian version, please don't start to introduce one. This will make future merges more easy (valid in both directions). So in

Re: Patches

2008-02-07 Thread Jeffrey Ratcliffe
On 07/02/2008, Luca Falavigna [EMAIL PROTECTED] wrote: You can file a new bug in Launchpad [1] or attach diff.gz/debdiff to existing bug reports [2], if your patch fixes some of them. [1] https://launchpad.net/ubuntu/+source/packagename/+filebug [2]

[Bug 188563] [NEW] warning installing app-install-data-commercial: Skipped k3dsurf.desktop: does not include a menu name

2008-02-03 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: app-install-data-commercial Preparing to replace app-install-data-commercial 8.3 (using .../app-install-data-commercial_8.4_all.deb) ... Unpacking replacement app-install-data-commercial ... Setting up app-install-data-commercial (8.4) ... Caching

Re: [Bug 187120] Re: Please sync gscan2pdf 0.9.20-1 (universe) from Debian unstable before Hardy UVF

2008-02-03 Thread Jeffrey Ratcliffe
On 02/02/2008, Jeffrey Ratcliffe [EMAIL PROTECTED] wrote: I've just fixed a BIG bug that affects any gscan2pdf user with a locale that uses utf8 seriously - i.e. Russian, Greek, Chinese, etc.. I have released 0.9.21, and already uploaded it to sid. It has been accepted, but is not yet visible

Re: [Bug 187120] Re: Please sync gscan2pdf 0.9.20-1 (universe) from Debian unstable before Hardy UVF

2008-02-02 Thread Jeffrey Ratcliffe
On 01/02/2008, Wouter Stomp [EMAIL PROTECTED] wrote: gscan2pdf 0.9.20-1 is in sid and 0.9.21 won't be out before Hardy UVF, so please sync 0.9.20-1. I've just fixed a BIG bug that affects any gscan2pdf user with a locale that uses utf8 seriously - i.e. Russian, Greek, Chinese, etc.. I have

[Bug 187120] [NEW] Please sync gscan2pdf 0.9.20-1 (universe) from Debian unstable before Hardy UVF

2008-01-29 Thread Jeffrey Ratcliffe
Public bug reported: Binary package hint: gscan2pdf gscan2pdf 0.9.20-1 is in sid and 0.9.21 won't be out before Hardy UVF, so please sync 0.9.20-1. ** Affects: gscan2pdf (Ubuntu) Importance: Undecided Status: New -- Please sync gscan2pdf 0.9.20-1 (universe) from Debian unstable

[Bug 130848] Re: Version 2.00 was released with international support

2008-01-08 Thread Jeffrey Ratcliffe
The languages have now been synced. ** Changed in: tesseract (Ubuntu) Status: In Progress = Fix Released -- Version 2.00 was released with international support https://bugs.launchpad.net/bugs/130848 You received this bug notification because you are a member of Ubuntu Bugs, which is the

<    1   2   3   4   5   >