RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp print dlg

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

gimp print dlg gg@catking.net 10 Sep 10:41
  gimp print dlg Michael Schumacher 10 Sep 10:54
   gimp print dlg gg@catking.net 10 Sep 11:07
    gimp print dlg Akkana Peck 10 Sep 19:16
     gimp print dlg gg@catking.net 10 Sep 22:22
      gimp print dlg Robert Krawitz 11 Sep 01:38
  gimp print dlg Sven Neumann 11 Sep 08:45
gg@catking.net
2008-09-10 10:41:14 UTC (about 16 years ago)

gimp print dlg

Hi,

where does the current (cvs) print dlg come from. It looks the same as the one used by ffox so I guess it may be gtk+ rather than gimp.

Though it has many fancy features it lacks the simple on screen scaling and positioning that was so useful in gimpprint.

Is there a way to build recent gimp to use gimpprint/gutenprint plugin for printing? I don't see anything that seems to correcpond in ./configure options.

Thanks for any help on that.

regards.

--

Michael Schumacher
2008-09-10 10:54:55 UTC (about 16 years ago)

gimp print dlg

Von: gg@catking.net

Is there a way to build recent gimp to use gimpprint/gutenprint plugin for

It is the other way round - you build gutenprint and tell it to create a gimp plug-in (if that isn't the default if it detects libgimp during configure, that is).

HTH, Michael

gg@catking.net
2008-09-10 11:07:27 UTC (about 16 years ago)

gimp print dlg

On Wed, 10 Sep 2008 10:54:55 +0200, Michael Schumacher wrote:

Von: gg@catking.net

Is there a way to build recent gimp to use gimpprint/gutenprint plugin for

It is the other way round - you build gutenprint and tell it to create a gimp plug-in (if that isn't the default if it detects libgimp during configure, that is).

HTH,
Michael

Hi,

thanks for the explaination. I've checked and gimp-print is built with gimp option. Should that alter the dlg I get from gimp file print menu?

BTW gimp print preview just zaps out (I'll detail that in another post).

Thx

Akkana Peck
2008-09-10 19:16:36 UTC (about 16 years ago)

gimp print dlg

gg@catking.net writes:

thanks for the explaination. I've checked and gimp-print is built with gimp option. Should that alter the dlg I get from gimp file print menu?

Are you building in gimp-print then doing a make install? Is this the latest gimp-print from
http://sourceforge.net/projects/gimp-print/ ? Check that make install is really succeeding.

If you already have gimp's built-in gtkprint plug-in, and you also build gimp-print from the Gutenprint project, you'll probably end up with two different File->Print... menu entries. One of them should bring up the Gutenprint dialog, the other, the GTKprint one.

As long as you're building gutenprint yourself, I'd recommend modifying their src/gimp/print.c: find the line that registers to N_("/File/Print..."), (line 166 in the latest version) and change the name, e.g. N_("/File/GutenPrint..."),

Then you'll be able to tell the the two plug-ins apart and verify that your gutenprint plug-in is really getting installed.

...Akkana

gg@catking.net
2008-09-10 22:22:45 UTC (about 16 years ago)

gimp print dlg

On Wed, 10 Sep 2008 19:16:36 +0200, Akkana Peck wrote:

gg@catking.net writes:

thanks for the explaination. I've checked and gimp-print is built with gimp option. Should that alter the dlg I get from gimp file print menu?

Are you building in gimp-print then doing a make install? Is this the latest gimp-print from
http://sourceforge.net/projects/gimp-print/ ? Check that make install is really succeeding.

If you already have gimp's built-in gtkprint plug-in, and you also build gimp-print from the Gutenprint project, you'll probably end up with two different File->Print... menu entries. One of them should bring up the Gutenprint dialog, the other, the GTKprint one.

As long as you're building gutenprint yourself, I'd recommend modifying their src/gimp/print.c: find the line that registers to N_("/File/Print..."), (line 166 in the latest version) and change the name, e.g. N_("/File/GutenPrint..."),

Then you'll be able to tell the the two plug-ins apart and verify that your gutenprint plug-in is really getting installed.

...Akkana

Thanks, a very good idea. I'm building 5.2.0-beta4 and the closest I can find is src/gimp2/print.c , sadly I don't find anything that matches the snippet you posted. What function is it in?

thx.

Robert Krawitz
2008-09-11 01:38:37 UTC (about 16 years ago)

gimp print dlg

Date: Wed, 10 Sep 2008 22:22:45 +0200 From: gg@catking.net

On Wed, 10 Sep 2008 19:16:36 +0200, Akkana Peck wrote:

> gg@catking.net writes: >> thanks for the explaination. I've checked and gimp-print is built with >> gimp option. Should that alter the dlg I get from gimp file print menu? >
> Are you building in gimp-print then doing a make install? > Is this the latest gimp-print from > http://sourceforge.net/projects/gimp-print/ ? > Check that make install is really succeeding. >
> If you already have gimp's built-in gtkprint plug-in, and you also > build gimp-print from the Gutenprint project, you'll probably end > up with two different File->Print... menu entries. One of them > should bring up the Gutenprint dialog, the other, the GTKprint one. >
> As long as you're building gutenprint yourself, I'd recommend > modifying their src/gimp/print.c: find the line that registers to > N_("/File/Print..."), > (line 166 in the latest version) and change the name, e.g. > N_("/File/GutenPrint..."), >
> Then you'll be able to tell the the two plug-ins apart and verify > that your gutenprint plug-in is really getting installed. >
> ...Akkana

Thanks, a very good idea. I'm building 5.2.0-beta4 and the closest I can find is src/gimp2/print.c , sadly I don't find anything that matches the snippet you posted. What function is it in?

You don't need to do any of this any more; as of 5.0, the menu item is "Print with Gutenprint" (if GIMP 2.4 or above is in use) to distinguish it from the GTKPrint plugin bundled with GIMP.

Sven Neumann
2008-09-11 08:45:35 UTC (about 16 years ago)

gimp print dlg

Hi,

On Wed, 2008-09-10 at 10:41 +0200, gg@catking.net wrote:

where does the current (cvs) print dlg come from. It looks the same as the one used by ffox so I guess it may be gtk+ rather than gimp.

Though it has many fancy features it lacks the simple on screen scaling and positioning that was so useful in gimpprint.

It is the GtkPrint dialog. But the GIMP Print plug-in adds a notebook tab to it that provides the simple on screen scaling and positioning that you are looking for. What exactly is it that you are missing?

Sven