Page 1 of 1

TurboPrint2 dialog not found in Gimp - Solved!

Posted: Sat Jul 12, 2008 7:53 am
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

gimp turboprint pluigin findet library nicht

Posted: Sun Jul 13, 2008 9:40 pm
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]

Posted: Tue Jul 15, 2008 9:06 am
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).

a new version yet?

Posted: Mon Jul 21, 2008 9:19 pm
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

Re: a new version yet?

Posted: Mon Jul 21, 2008 9:31 pm
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

Posted: Tue Jul 22, 2008 7:53 am
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.

Thanks! :-) !

Posted: Tue Jul 22, 2008 11:08 pm
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

Solvded

Posted: Wed Jul 23, 2008 4:42 pm
by HansV
Great! TurboPrint appears in the Gimp's file-menu now.
Thanks!

Posted: Mon Aug 04, 2008 8:31 pm
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

Posted: Tue Aug 05, 2008 12:15 pm
by zedonet
Hello,

the problem was found & fixed - please download TurboPrint 2.02-2.

Posted: Wed Aug 06, 2008 7:11 pm
by disasterMonkey
Confirmed working.
Thanks.