Unfortunately, there's very little information in the logs; it looks like it stopped very early, which suggests to me that it couldn't find its data. How was Gutenprint installed?
Cannot connect to canon MP620
Canon Selphy not printing 100% borderless
Samsung ML-1630W Printer Driver
Hi, Unfortunately, this printer appears to only support Samsung Printing Language (SPL), which is a proprietary printer command set that we don't have any way of supporting.
No, I'm sorry, we don't provide pre-built packages for any system other than Macintosh.
Again, I suggest you contact the OpenWRT people, since Gutenprint proper builds cleanly (albeit there are some warnings that we'll want to clean up). We aren't in a position to help with OpenWRT issues.
The Gutenprint portion did build correctly. You'd probably do best contacting the OpenWRT team for assistance.
Can you cd into the root of the Gutenprint source tree and run make there directly (after running configure)?
Do you have output from make within the Gutenprint source tree? I have no experience with OpenWRT.
Yes and I believe yes. You can track it down by first looking in xml/printers/escp2.xml and finding the model number for the printer in question. Then look in xml/escp2/model/model_<id>.xml, and look for the inks. You may have to chase down through some base models (which are included by reference) to find the right inks file.</id>
It would be done in the inks .xml file (xml/escp2/inks/pro_pigment.xml); you'd modify the Four Color Standard stanza to set the appropriate color and subchannel values for the channel that you want to substitute (in the case of light magenta, that's color=1 and subchannel=1).
Please separate this into two RFEs. Have you verified that it does not work with GIMP 2.99/3?
please add Samsung ML-2510
This is a feature request; recategorized accordingly. Note that we don't have support for M1-based Macs at this time, and that's likely to be a way off in the future.
Ticket moved from /p/gimp-print/support-requests/592/
commandtodnp cups command filter not available for DNP DS620
Recategorizing as feature request.
Ticket moved from /p/gimp-print/bugs/730/
What resolutions have you tried? The C82 driver isn't exactly right, as that doesn't support borderless, which the L3100 does. So we're going to have to work out the right set of features. Can you try the C110 or WF1100 driver also to see if their borderless modes work correctly on the L3100?
HP LaserJet 1020
Hi, Unfortunately, we can't support that printer; it uses a proprietary language that we have no way of supporting. The otherwise identical LaserJet 1022 does support PCL and is fully functioning.
Based on the specs (4 colors, 180 nozzles black, 59 nozzles/color), there's a very good chance that there's already a driver that will work with this printer, and it's just a matter of finding it. I would suggest trying the following drivers to see whether they work: Stylus C82 Stylus C110 WorkForce 1100 The hard part right now is Big Sur. We still haven't solved all the problems surrounding this OS, so unfortunately we don't have a release package for it. If you have Linux available it will be much...
This is a good idea, but I want to review it carefully and test it first. Unfortunately, it doesn't apply cleanly right now; could you rebase it against the current repo?
That's probably the GIMP's plugin, not the Gutenprint plugin (which is named "gutenprint"). Please contact the project at gimp.org about this. You may want to install the "gimp-gutenprint" package and try that. After you install that and restart GIMP, you can try printing using Print with Gutenprint.
I suspect you're running low on filesystem space in /var (specifically /var/spool). Can you run df to see how much space you have?
It's hard for me to see what's on the image. Do you have a "Print with Gutenprint" option in the File menu in GIMP? If so, could you use that?
I haven't seen this with other printers, but there are a lot of possibilities here. Is it possible for you to print with the Gutenprint plugin for GIMP? That generates the print data directly and is easier to to use to narrow down problems like this.
Fix for /bin/sh
Fix margins on Brother laser printers
Bad device-uri scheme "gutenprint5+usb"
Solomon, looks like a stray character worked its way in here? diff --git a/src/cups/Makefile.am b/src/cups/Makefile.am index 573d708e..7928ee3a 100644 --- a/src/cups/Makefile.am +++ b/src/cups/Makefile.am @@ -126,7 +126,7 @@ if BUILD_LIBUSB_BACKENDS backend_gutenprint_SOURCES = backend_canonselphy.c backend_canonselphyneo.c backend_kodak1400.c backend_kodak6800.c backend_kodak605.c backend_shinkos2145.c backend_sonyupd.c backend_sonyupdneo.c backend_dnpds40.c backend_mitsu70x.c backend_mitsu9550.c...
...because I think I found the problem.
Is this for a dye sublimation printer, perchance?
Could you send me the output of configure (or autogen) from "Gutenprint Configuration Summary" on down? And also attach the PPD file you're trying to use?
Switching to Github may be an option for us; the problem is that our infrastructure is otherwise all hosted on Sourceforge. That's really out of scope for this bug report, though.
My apologies; this had slipped through the cracks.
Canon PIXMA iP6220D does not print properly
Gernot, could you take a look at this?
Can you give me more information about the test system (what distribution and version Also, can you run the test suite via scripts/build-release from top level? That saves everything off into BuildLogs at top level. I'd also be interested in seeing what your src/cups/Makefile looks like.
What happens at different settings?
Clarify instructions for gimp build problems.
Update .po files
Updates for Epson Stylus Office printers
Miroslav, That sounds like your installation is using a pre-release version of GIMP that we don't support yet. Please file this as a separate feature request for this; also, please check whether your distribution also offers GIMP2, which is the version currently released.
Yes, it was libgimp2.0-dev. The subject is discussed in the README, although I may update it to make it a bit more specific.
Yes, it was libgimp2.0-dev. The subject is discussed in the README, although I may update it to make it a bit m
Please re-run configure (and you should not need the --with-gimp).
Those are the packages needed to build GIMP; they aren't sufficient for building GIMP plugins. Per https://www.cyberciti.biz/faq/how-to-install-or-compile-gimp-filterspluginsextensions-on-linux/ you will also need to install libgimp2.0-dev.
Do you have the gimp development package installed? I notice that you explicitly mention the libgtk2.0-dev package, but did you install gimpui2.0-dev, gimp2.0-dev, or whatever?
Interesting that the gtk cflags aren't being included here. What does pkg-config --cflags gimpui-2.0 return?
V=1 make (the V=1 turns on verbosity).
It won't succeed; I'm interested in seeing the compile line.
Could you try V=1 make ?
What does pkg-config gtk+-2.0 --cflags return?
When you run configure at top level, it emits Configuration Summary at the end. Could you post that, please?
Don't list the operations explicitly prior to run.
Swedish translation update
snapstamp should use bash rather than sh because of [[ ]]
Yet more dependency packages
Add more dependencies.
Add libgtk2.0-dev as a required package.
My gtk headers are installed in /usr/include/gtk-2.0. If you build it from the source tarball (https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.3/gutenprint-5.3.3.tar.xz/download), does it build properly? The problem might be with the emerge (I don't have a Gentoo system myself to check it on).
Russian language translation
Use relaxed mode for testing PPD files.
Fix translation strings in Russian translation
Update with Croation (not Hungarian) translation
(Belatedly) add Hungarian translation
Merge branch 'automate-translations'
Exclude .po files (from external source) from preflight
Check .po file fetch
Resync .po files
You're going to have to check with the translationproject.org people -- I'm not familiar with the translator workflow. But I think the file will have to be named gutenprint-5.3.4.ru.po
Hi, Unfortunately I missed this earlier, but this patch shouldn't have been accepted -- this needs to go through translationproject.org. I've just submitted a new POTFILE for that. This patch will get overwritten the next time I sync the translations.
Russian Translation upload
Hello, Please submit this through translationproject.org. Let us know if you have any questions.
The ET-2750 model file indicates that borderless should be enabled on this printer -- is it not working?
Fix trailing whitespace
Prep for 5.3.4
Caution about attempting to use Gutenprint on Catalina
Note issues on Catalina
The full-featured 5.3 PPD files have CustomStpCDOuterDiameter (and inner diameter, and X and Y adjustments) that neither the simplified nor the full featured 5.2 PPD files have (all three do have custom page sizes). That's about the only shared difference I can find on quick inspection. I wonder if that's the problem.
Canon Pro 9000
Gutenprint 5.3.3 compatibility issues with MacOS 10.14
Gutenprint 5.3.3 compatibility issues with MacOS 10.14
Use modern command substitution syntax.
Eliminate bash-ism (from Greg Troxel)
Fix typos in build names.
Fix clang 3.9 environment.
Merge branch 'travis-gcc9-clang8'
Add gcc9 and clang 7-8
Clean up .po files after final build.
5.3.3
5.3.3
Fix quote.
Repeat distcheck_minimal after tagging the repo to pick up
Distribute the .in scripts
5.3.0 release
Gutenprint 5.3.0 release
Fix generated tag and package names.