Re: [Gimp-user] File Open dialog?

2005-01-17 Thread Laszlo
2005-01-16, v keltezssel 14:22-kor Matthew H. Plough ezt rta:
  I'll ask in the hopes that someone will point me in the right
 direction.  Which developer list would be appropriate for such an
 email?

I know just about the bugreport about the fileselector dialog:
http://bugzilla.gnome.org/show_bug.cgi?id=136541

(Lack of text entry box in filechooser open dialog impairs
accessibility)

Best regards, 
 Khiraly


signature.asc
Description: Ez az =?ISO-8859-1?Q?=FCzenetr=E9sz?=	=?ISO-8859-1?Q?_digit=E1lis?= =?ISO-8859-1?Q?_al=E1=EDr=E1ssal?= van	=?ISO-8859-1?Q?ell=E1tva?=


[Gimp-user] New to list! Cannot write XPM

2005-01-17 Thread Geek
Hello!

I am a Debian woody user and use the .deb package of GIMP, which is 1.2.3 at
this time.

I just had to re-install and found my freshly installed GIMP cannot write XPM,
but only read.

I have the full XPM libraries installed, including the -dev headers.

Until this is fixed, I am using XnView 1.68 to convert to XPM from saved PNG
and it has no problem accessing the XPM libraries, My IceWM+dfm also has no
problem accessing the libraries, so they must be good.

It was suggested I write to this list first, before contacting the Debian
package maintainer.

Sorry if this was asked before, I tried to do a mail list search, but the
database was down :-(


On a side-note, before my system went down, I did compile and install
GIMP-1.2.5 from source and it too couldn't write XPM.

F-prot also found [EMAIL PROTECTED] trojan in the Win32 libs of the 1.2.5
source.

Thanks for any help!


-- 
Gregg t3h g33k
http://geek.scorpiorising.ca

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


[Gimp-user] Gimp Learning path

2005-01-17 Thread cedric
French GIMP beginner may have a look at http://www.le-radar.com/?mm/gimp.
There is an update of the learning book [a la] SOS GIMP. It will also be 
included, with others, in the GIMP CD made by R. Ostertag (One of the 
main contributor to the Gimp Help) that will soon be available at 
ikarios.com.

Cheers.
--
Cedric
-
LISEZ - SOS GIMP : http://www.le-radar.com/?mm/gimp
mais aussi :
http://.le-radar.com
http://www.cgemy.com
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Re: New to list! Cannot write XPM

2005-01-17 Thread Brion Vibber
Geek wrote:
I am a Debian woody user and use the .deb package of GIMP, which is 1.2.3 at
this time.
1.2.3 is about three years old, and two entire release cycles have gone 
by since then, including lots of bug fixes. If you can't run a current 
version (the current stable release is 2.2.2), you might try contacting 
the Debian package maintainer.

(Much more recent versions of Gimp are available in Debian's testing and 
unstable distributions.)

I just had to re-install and found my freshly installed GIMP cannot write XPM,
but only read.
I have the full XPM libraries installed, including the -dev headers.
A google search on 'gimp save xpm' turns up a notice about a problem on 
Mandrake with a bug in the XPM library causing Gimp to be unable to save 
XPM files. The same or a similar bug may or may not be hitting you.

Also, you might want to specify just how things are failing. Is there an 
error message when you try to save, or is the option of XPM not even 
given? Are there messages on the console? etc

-- brion vibber (brion @ pobox.com)
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] gimp-dev for Windows?

2005-01-17 Thread Matthew H. Plough
Hi everybody!
I have been trying to compile a plugin for Windows, but can't because of 
a function that I don't have in my GIMP development libraries -- 
gimp_image_rotate().  Does anyone know if there is a more recent Windows 
version of the GIMP development libraries that I can download?  I 
currently have gimp-dev-2.0.1-20040415.zip, but I can't even find that 
on the net right now.

Thanks for all the help.
Matt
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] New to list! Cannot write XPM

2005-01-17 Thread Sven Neumann
Hi,

Geek [EMAIL PROTECTED] writes:

 I am a Debian woody user and use the .deb package of GIMP, which is
 1.2.3 at this time.

 I just had to re-install and found my freshly installed GIMP cannot
 write XPM, but only read.

 I have the full XPM libraries installed, including the -dev headers.

 Until this is fixed, I am using XnView 1.68 to convert to XPM from
 saved PNG and it has no problem accessing the XPM libraries, My
 IceWM+dfm also has no problem accessing the libraries, so they must
 be good.

No, they are not good. The problem is that your version of the XPM
library doesn't allow absolute path names to be used which breaks the
gimp XPM plug-in. The fact that other tools work doesn't prove that
your verson of libxpm is 'good'.

See also:

  http://bugs.debian.org/286164
  http://bugzilla.gnome.org/show_bug.cgi?id=161593

 F-prot also found [EMAIL PROTECTED] trojan in the Win32 libs of the
 1.2.5 source.

F-prot is on crack and the F-prot people have been told about this a
long time ago. The fact that they didn't fix that yet doesn't shed a
good light on them.


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


Re: [Gimp-user] gimp-dev for Windows?

2005-01-17 Thread Carol Spears
On Mon, Jan 17, 2005 at 07:48:27PM -0500, Matthew H. Plough wrote:
 Hi everybody!
 
 I have been trying to compile a plugin for Windows, but can't because of 
 a function that I don't have in my GIMP development libraries -- 
 gimp_image_rotate().  Does anyone know if there is a more recent Windows 
 version of the GIMP development libraries that I can download?  I 
 currently have gimp-dev-2.0.1-20040415.zip, but I can't even find that 
 on the net right now.
 
 Thanks for all the help.
 
perhaps it would be best to write to someone at Novell/Ximian for help
with this stuff.  word has it that they are paying someone to help with
gtk on windows and they have been hiring gtk/gimp people for a while
now.

perhaps if they get enough requests for help from users they will hire
someone who can help with the Windows oriented questions on the gimp
lists.

i think it would be nice if building gimp on windows were more clear cut
and easier, as long as it is going to be available 

carol

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


Re: [Gimp-user] New to list! Cannot write XPM

2005-01-17 Thread Geek
Hi Sven,

 Hi,
  
  Geek [EMAIL PROTECTED] writes:
  
   I am a Debian woody user and use the .deb package of GIMP, which is
   1.2.3 at this time.
  
   I just had to re-install and found my freshly installed GIMP cannot
   write XPM, but only read.
  
   I have the full XPM libraries installed, including the -dev headers.
  
   Until this is fixed, I am using XnView 1.68 to convert to XPM from
   saved PNG and it has no problem accessing the XPM libraries, My
   IceWM+dfm also has no problem accessing the libraries, so they must
   be good.
  
  No, they are not good. The problem is that your version of the XPM
  library doesn't allow absolute path names to be used which breaks the
  gimp XPM plug-in. The fact that other tools work doesn't prove that
  your verson of libxpm is 'good'.
  
  See also:
  
http://bugs.debian.org/286164
http://bugzilla.gnome.org/show_bug.cgi?id=161593

Thanks for the info!

RE: the bug reports - I know little C (I'm a Perl guy), will it work if I
delete all lines referring to the leading slash in WrFFrI.c?

-- 
Gregg t3h g33k
http://geek.scorpiorising.ca

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


Re: [Gimp-user] gimp-dev for Windows?

2005-01-17 Thread Alexander Rabtchevich
And there is still no GIMP 2.2.2 compiled for Windows...
--
With respect
Alexander Rabtchevich
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user