[Gimp-user] Missing functionality?

2005-06-27 Thread McAfee
I finally got around to update my Gimp installation. I deleted Gimp 1.2 
and installed Gimp 2.2.6, gimpprint, and gimp-help. libjpeg, libpng, 
libtiff, libXpm and libgtkhtml are also installed.


However...
1) I cannot open/save any format other than '.xcf'. The message in the 
error console is 'Unknown file type' for any .gif, .png, .jpg, .xpm 
image I attempt to open or save with that extension.


2) There is no 'file > print' menu.

3) The help-browser module still doesn't get built

Thanks for any help.

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] kaladascope plug-in

2005-06-27 Thread Carol Spears
On Mon, Jun 27, 2005 at 10:18:20PM +0100, sam ende wrote:
> On Monday 27 June 2005 21:32, Carol Spears wrote:
> 
> hi,
> 
> > try gimptool.  you might need to get libgimp-dev to have the gimptool.
> > type "gimptool --help" in a console to get the syntax of the gimptool
> > command you need to install plug-ins.
> 
> thank you, that was useful,
> 
> >
> > is the file you downloaded one that ends in a .c?
> 
> yes, it returns this error:
> 
> [EMAIL PROTECTED]:~/downloads$ gimptool --install kaleidoscop.e.c
> /usr/bin/install -c -d /home/sam/.gimp-2.2/plug-ins
> i386-linux-gcc -Wall -g -O2 -I/usr/include/gimp-2.0 -DXTHREADS 
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
> -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
> -o /home/sam/.gimp-2.2/plug-ins/kaleidoscop.e kaleidoscop.e.c -L/usr/lib 
> -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 -lgimpcolor-2.0 -lgimpmath-2.0 
> -lgimpbase-2.0-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
> -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 
> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> kaleidoscop.e.c:159: warning: initialization from incompatible pointer 
> type
> kaleidoscop.e.c: In function `query':
> kaleidoscop.e.c:203: error: `PARAM_INT32' undeclared (first use in this 
> function)
> 
> and then a list of other errors. any idea what the problem could be ? 
> 
my guess is that the plug-in is in need of updating.  even more detailed
guessing is that the plug-in is written for an older version of glib.

it might be an interesting task for a beginer c-coder to update this
plug-in.

sorry about all the guessing in this email, it is not my usual approach
to answering the gimp-user mail.

carol

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] kaladascope plug-in

2005-06-27 Thread sam ende
On Monday 27 June 2005 22:18, sam ende wrote:
> On Monday 27 June 2005 21:32, Carol Spears wrote:

apologies, i mailed this wrong.

sammi
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] kaladascope plug-in

2005-06-27 Thread sam ende
On Monday 27 June 2005 21:32, Carol Spears wrote:

hi,

> try gimptool.  you might need to get libgimp-dev to have the gimptool.
> type "gimptool --help" in a console to get the syntax of the gimptool
> command you need to install plug-ins.

thank you, that was useful,

>
> is the file you downloaded one that ends in a .c?

yes, it returns this error:

[EMAIL PROTECTED]:~/downloads$ gimptool --install kaleidoscop.e.c
/usr/bin/install -c -d /home/sam/.gimp-2.2/plug-ins
i386-linux-gcc -Wall -g -O2 -I/usr/include/gimp-2.0 -DXTHREADS 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-o /home/sam/.gimp-2.2/plug-ins/kaleidoscop.e kaleidoscop.e.c -L/usr/lib 
-lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 -lgimpcolor-2.0 -lgimpmath-2.0 
-lgimpbase-2.0-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
kaleidoscop.e.c:159: warning: initialization from incompatible pointer 
type
kaleidoscop.e.c: In function `query':
kaleidoscop.e.c:203: error: `PARAM_INT32' undeclared (first use in this 
function)

and then a list of other errors. any idea what the problem could be ? 

sammi
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] kaladascope plug-in

2005-06-27 Thread Carol Spears
On Mon, Jun 27, 2005 at 07:12:31PM +0100, sam ende wrote:
> hallo,
> 
> i downloaded the kalaidascope plug-in but don't know how to get gimp to 
> 'see' it. i am running gimp 2.2.6 on debian sarge, is there a page/url 
> which describes how to do this or could somone please explain the steps i 
> need to do ? thank you very much in advance.
> 
try gimptool.  you might need to get libgimp-dev to have the gimptool.
type "gimptool --help" in a console to get the syntax of the gimptool
command you need to install plug-ins.

is the file you downloaded one that ends in a .c?

carol

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] kaladascope plug-in

2005-06-27 Thread michael chang
Well, assuming you're doing a per-user installation, wouldn't it go in your
~/.gimp-2.2/plug-ins
 directory?  I don't feel like checking what the system-wide directory is,
but it's probably /etc/gimp-2.2/plug-ins or something.

~Mike

On 6/27/05, sam ende <[EMAIL PROTECTED]> wrote:
> hallo,
> 
> i downloaded the kalaidascope plug-in but don't know how to get gimp to
> 'see' it. i am running gimp 2.2.6 on debian sarge, is there a page/url
> which describes how to do this or could somone please explain the steps i
> need to do ? thank you very much in advance.
> 
> sammi
> ___
> Gimp-user mailing list
> Gimp-user@lists.xcf.berkeley.edu
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> 


-- 
~Mike
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] kaladascope plug-in

2005-06-27 Thread sam ende
hallo,

i downloaded the kalaidascope plug-in but don't know how to get gimp to 
'see' it. i am running gimp 2.2.6 on debian sarge, is there a page/url 
which describes how to do this or could somone please explain the steps i 
need to do ? thank you very much in advance.

sammi
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user