TurboPrint2 dialog not found in Gimp - Solved!

Questions on certain printers and applications
Post Reply
HansV
Posts: 7
Joined: Sat Jul 12, 2008 7:48 am

TurboPrint2 dialog not found in Gimp - Solved!

Post by HansV »

I installed TurboPrint 2 on Ubuntu 8.04 amd64 with Gimp 2.4.5.
But I can't find the TurboPrint plugin for printing under Gimp. Can it be installed separately?

Hans
Last edited by HansV on Wed Jul 23, 2008 4:38 pm, edited 1 time in total.
tpo
Posts: 5
Joined: Wed Aug 08, 2007 11:55 am

gimp turboprint pluigin findet library nicht

Post by tpo »

Hallo Zedonetters,

habe ebenfalls, Ubuntu 8.04 - Hardy Heron, auf amd64, wie OP.

Nun, wenn ich Gimp starte, dann sehe ich:

Code: Select all

$ gimp DSCF1760.JPG 
/usr/lib/gimp/2.0/plug-ins/gpturboprint: error while loading shared libraries: libgimpui-2.0.so.0: cannot open shared object file: No such file or directory

(gimp:10127): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Aha, also hacken:

Code: Select all

$ ln -s /usr/lib/libgimpui-2.0.so.0 /usr/lib32/libgimpui-2.0.so.0
Gibt:

Code: Select all

$ gimp DSCF1760.JPG 
/usr/lib/gimp/2.0/plug-ins/gpturboprint: error while loading shared libraries: libgimpui-2.0.so.0: wrong ELF class: ELFCLASS64

(gimp:10853): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Ah, oh, falsch, alles klar, also muss es in dem Fall so gehen:

Code: Select all

$ rm /usr/lib32/libgimpui-2.0.so.0
$ ln -s /usr/lib/libgimpui-2.0.so.0 /usr/lib64/libgimpui-2.0.so.0
Aber, sorry, da wächst auch kein Grass:

Code: Select all

$ gimp DSCF1760.JPG 
/usr/lib/gimp/2.0/plug-ins/gpturboprint: error while loading shared libraries: libgimpui-2.0.so.0: cannot open shared object file: Error 40

(gimp:10904): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
/usr/lib/gimp/2.0/plug-ins/script-fu: error while loading shared libraries: libgimpui-2.0.so.0: cannot open shared object file: Error 40

(gimp:10904): Gimp-Plug-In-WARNING **: gimp: plug_in_flush(): error: Broken pipe
GIMP-Error: Plug-in crashed: "script-fu"
(/usr/lib/gimp/2.0/plug-ins/script-fu)

The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side.

/usr/lib/gimp/2.0/plug-ins/jpeg: error while loading shared libraries: libgimpui-2.0.so.0: cannot open shared object file: Error 40

(gimp:10904): Gimp-Plug-In-WARNING **: gimp: plug_in_flush(): error: Broken pipe
Da der Upgrade auf TP2.0 hier rein deswegen gemacht wurde, da dieses neu Gimp direkt unterstützt, wäre es schon cool, wenn's auch tun würde.

Könntet Ihr das fixen und 'ne korrigierte Version schicken (-> tpo_hp at sourcepole.ch ) und veröffentlichen?

Danke,
*t[/code]
zedonet
Site Admin
Posts: 2159
Joined: Fri Oct 06, 2006 8:02 am

Post by zedonet »

Hallo,

the 64bit version of TP2 contains currently a 32bit GIMP plugin - we will release a corrected version.

Die 64bit-Version von TP2 hat im Moment noch das 32bit GIMP plugin - wir veröffentlichen eine korrigierte Version (voraussichtlich diese Woche).
tpo
Posts: 5
Joined: Wed Aug 08, 2007 11:55 am

a new version yet?

Post by tpo »

zedonet wrote:Hallo,

the 64bit version of TP2 contains currently a 32bit GIMP plugin - we will release a corrected version.

Die 64bit-Version von TP2 hat im Moment noch das 32bit GIMP plugin - wir veröffentlichen eine korrigierte Version (voraussichtlich diese Woche).
I checked on the Download page and there seems to be a newer 2.01-2 version, but only for i386. So I'm not sure whether you forgot to publish a 64_32 version or if this is intentional.

Speaking of which - how is one supposed to find out if some problem got fixed or interesting feature added with a release?

Code: Select all

$ ls /usr/share/doc/turbo*
ls: cannot access /usr/share/doc/turbo*: No such file or directory
Nor seems there to be a ChangeLog accessible anywhere from the public zedonet/turboprint pages. And in order to find out whether one can discern something new in the binary ".deb/*.tgz one needs to allways go through the "where did you hear about turboprint" page, which will pollute the statistics you get from that page in the best case. In short there is some potential for improvement wrt to pushing useful info out ;-)

Thanks, *t
tpo
Posts: 5
Joined: Wed Aug 08, 2007 11:55 am

Re: a new version yet?

Post by tpo »

tpo wrote:
zedonet wrote:Hallo,

the 64bit version of TP2 contains currently a 32bit GIMP plugin - we will release a corrected version.

Die 64bit-Version von TP2 hat im Moment noch das 32bit GIMP plugin - wir veröffentlichen eine korrigierte Version (voraussichtlich diese Woche).
I checked on the Download page and there seems to be a newer 2.01-2 version, but only for i386. So I'm not sure whether you forgot to publish a 64_32 version or if this is intentional.

Speaking of which - how is one supposed to find out if some problem got fixed or interesting feature added with a release?

Code: Select all

$ ls /usr/share/doc/turbo*
ls: cannot access /usr/share/doc/turbo*: No such file or directory
Nor seems there to be a ChangeLog accessible anywhere from the public zedonet/turboprint pages. And in order to find out whether one can discern something new in the binary ".deb/*.tgz one needs to allways go through the "where did you hear about turboprint" page, which will pollute the statistics you get from that page in the best case. In short there is some potential for improvement wrt to pushing useful info out ;-)

Thanks, *t
Oh, ah, I found out. From /usr/share/turboprint/doc/CHANGES :

Code: Select all

18-jul-08 - 2.01-2

- installation script now removes TurboPrint 1.x setup & config
- 64bit version: gimp plugin now also 64bit
so I guess it's rather an omission not to put the 64_32 package there. And btw.:

Code: Select all

--- maketpdeb.orig	2008-07-21 23:25:28.000000000 +0200
+++ maketpdeb	2008-07-21 23:30:14.000000000 +0200
@@ -69,6 +69,8 @@
 #ar -r $TEMPDIR/${PACKAGENAME}.deb $TEMPDIR/debian-binary $TEMPDIR/control.tar.gz $TEMPDIR/data.tar.gz
 
 cd $TEMPDIR
+# create link to docu from Debian's canonical package docu location
+( cd usr/share && mkdir doc && ln -s ../turboprint/doc turboprint )
 dpkg-deb --build $PACKAGENAME
 
 exit 0
Greets and thanks,
*t
zedonet
Site Admin
Posts: 2159
Joined: Fri Oct 06, 2006 8:02 am

Post by zedonet »

Hello,

the new TurboPrint 2.01-2 is online now (since Friday, July 18 ) - it contains the GIMP plugin in 64bit.

We will add a link to the changelog on the download page.

Please post if any problems should remain.
tpo
Posts: 5
Joined: Wed Aug 08, 2007 11:55 am

Thanks! :-) !

Post by tpo »

zedonet wrote:Hello,

the new TurboPrint 2.01-2 is online now (since Friday, July 18 ) - it contains the GIMP plugin in 64bit.
Confirmed, I was able to instal TP and gimp starts up fine with the new TP plugin.

Very nice Zedonetters, thanks!
*t
HansV
Posts: 7
Joined: Sat Jul 12, 2008 7:48 am

Solvded

Post by HansV »

Great! TurboPrint appears in the Gimp's file-menu now.
Thanks!
disasterMonkey
Posts: 2
Joined: Mon Aug 04, 2008 7:23 pm

Post by disasterMonkey »

Hi,
I'm having the same problem with TP 2.02-1 on Gentoo AMD64. Installation all goes OK. Printing is fine. However when staring Gimp I get:

Code: Select all

/usr/lib64/gimp/2.0/plug-ins/gpturboprint: error while loading shared libraries: libgimpui-2.0.so.0: cannot open shared object file: No such file or directory
Output relavent to various ln commands on this post follows:

Code: Select all

simon@coolm1 ~ $ ls -la /usr/lib/libgimpui*
-rw-r--r-- 1 root root   1777 Aug  3 23:14 /usr/lib/libgimpui-2.0.la
lrwxrwxrwx 1 root root     24 Aug  3 23:16 /usr/lib/libgimpui-2.0.so -> libgimpui-2.0.so.0.400.2
lrwxrwxrwx 1 root root     24 Aug  3 23:16 /usr/lib/libgimpui-2.0.so.0 -> libgimpui-2.0.so.0.400.2
-rwxr-xr-x 1 root root 137088 Aug  3 23:15 /usr/lib/libgimpui-2.0.so.0.400.2
simon@coolm1 ~ $ ls -la /usr/lib64/libgimpui*
-rw-r--r-- 1 root root   1777 Aug  3 23:14 /usr/lib64/libgimpui-2.0.la
lrwxrwxrwx 1 root root     24 Aug  3 23:16 /usr/lib64/libgimpui-2.0.so -> libgimpui-2.0.so.0.400.2
lrwxrwxrwx 1 root root     24 Aug  3 23:16 /usr/lib64/libgimpui-2.0.so.0 -> libgimpui-2.0.so.0.400.2
-rwxr-xr-x 1 root root 137088 Aug  3 23:15 /usr/lib64/libgimpui-2.0.so.0.400.2
simon@coolm1 ~ $ ls -la /usr/lib32/libgimpui*
ls: cannot access /usr/lib32/libgimpui*: No such file or directory
Any help much appreciated.

Thanks,
Simon
zedonet
Site Admin
Posts: 2159
Joined: Fri Oct 06, 2006 8:02 am

Post by zedonet »

Hello,

the problem was found & fixed - please download TurboPrint 2.02-2.
disasterMonkey
Posts: 2
Joined: Mon Aug 04, 2008 7:23 pm

Post by disasterMonkey »

Confirmed working.
Thanks.
Post Reply