Re: 1.1.25 and still no printer list

2000-09-09 Thread Wandered Inn

Jakub Steiner wrote:
> 
> > Well, I had hoped that by upgrading to 1.1.25 I would be able to resolve
> > my problem with gimp not listing my printers.  Alas, same problem.  Any
> > suggestions would be greatly appreciated.  The drop down box that should
> > list my printers has one entry in it, 'file.'
> 
> The print plugin lists printers available to the system in the /etc/printcap
> file. You probably haven't configured any printer for your system yet. If
> you're using redhat, they have a graphical interface called printtool to guide
> you setting everything up.

I've got two printers configured and can 'see' them both from every
other program (netscape, older gimp).  I fired up gimp from the
command line and found that when I bring up the print dialog box, an
error is displayed saying that 'usr/bin/lpstat' can not be found.  I
suspect this is the problem.  I've since found that lpstat comes with
the new lprng driver, so I'll have to look into that I guess.

> 
> Jakub Steiner
> --
> -[ [EMAIL PROTECTED] ]-[ http://hideout.musichall.cz ]-
> 
> "even a stopped clock gives a right time twice a day"

--
Until later: Geoffrey   [EMAIL PROTECTED]

Microsoft != Innovation



Re: Problem building 'po' in 1.1.25

2000-09-09 Thread clemensF

> simon wood:

> Offensive bit in po/Makefile is:
>   GMSGFMT = PATH=../src:$$PATH no
 ^^
the shell gets to see `path=... no', which makes it try'n'execute the program
`no'.  this has to be corrected.

> 
>   .po.gmo:
>   file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
> && rm -f $$file && $(GMSGFMT) -o $$file $<  
> 
> After typing 'make':
>   Making all in po
>   make[2]: Entering directory `/usr/src/packages/gimp-1.1.25/po'
>   file=./`echo ca | sed 's,.*/,,'`.gmo \
> && rm -f $file && PATH=../src:$PATH no -o $file ca.po
   this is $GMSGFMT 's expansion.
try to locate more context info in the make file.

clemens



Re: 1.1.25 and still no printer list

2000-09-09 Thread Jakub Steiner

> Well, I had hoped that by upgrading to 1.1.25 I would be able to resolve
> my problem with gimp not listing my printers.  Alas, same problem.  Any
> suggestions would be greatly appreciated.  The drop down box that should
> list my printers has one entry in it, 'file.'

The print plugin lists printers available to the system in the /etc/printcap
file. You probably haven't configured any printer for your system yet. If
you're using redhat, they have a graphical interface called printtool to guide
you setting everything up.

Jakub Steiner
-- 
-[ [EMAIL PROTECTED] ]-[ http://hideout.musichall.cz ]-

"even a stopped clock gives a right time twice a day"



Re: Guash

2000-09-09 Thread Marc Lehmann

On Thu, Sep 07, 2000 at 11:48:54PM +0200, Oliver Vecernik <[EMAIL PROTECTED]> wrote:
> I recently installed Gimp 1.1.24 and (hopefully) all components
> including xv (running on SuSE Linux 7.0).

(just fyi, xv is not a component of gimp)

> I tried to find Guash (as described in the Manual), but couldn't find it
> (neither in english nor in german version). Has anybody an idea what I'm
> doing wrong?

Not being able to magically guess the place to look, maybe ;) Try to look
up guash at http://registry.gimp.org/ (it is not part of gimp-1.1.24).

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: Batch process jpg files in Win98

2000-09-09 Thread Marc Lehmann

On Wed, Sep 06, 2000 at 02:50:57PM +0100, John Irwin <[EMAIL PROTECTED]> wrote:
>Very grateful if someone could advise me how to change the image size
>in pixels of around 40,000 jpg pictures in one or a few batches? Using
>Windows98.

Search for ImageMagick in the list archives for the solution - this is a
faq.

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: can gimp do this?

2000-09-09 Thread Marc Lehmann

On Fri, Sep 08, 2000 at 02:41:03PM -0700, "Jonathan E. Paton" 
<[EMAIL PROTECTED]> wrote:
> Yes... but could be slow.  If you run GIMP in batch mode then GIMP loads itself 
>again for each

You forget that gimp can be programmed using a variety of languages - the
shell interface (if one could call it thta) is deifnitely not suited for
the task.

> instance.  This explains the frequent mention of ImageMagic for batch image 
>conversion.

It's more like ease-of-use and less environmental dependencies, not speed.
Gimp is faster at most operations (at very slightly worse quality).

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: Getting gimp to work with $LANG?

2000-09-09 Thread Marc Lehmann

On Tue, Sep 05, 2000 at 11:38:28PM +0200, Carl-Johan Sveningsson <[EMAIL PROTECTED]> 
wrote:
> Everytime I start up my gimp, every single one of the perl-scripts
> complain about not reconizing the swedish $LANG, "sv"...gimp does, but I

This is a common problem with many distributions. Basically, neither
redhat nor suse (debian seems to have fixed this recently) do not come
with full locales for shortened locale settings (for example, LANG=de_DE
or even LANG=deutsch works, but LANG=de not, since there is no full de
locale), so setting the locale fails.

Arguably this is correct, since LANG=de (or LANG=sv) is not a full locale
specification (no charset, no country), which means it is unclear what
collating sequence (for example) should be used, so setting the locale
fails.

Since glibc translates messages (LC_MESSAGES!) regardless of wether a
locale was set or not it's not obvious that it failed (except for perl,
which complains), but every other locale aspect (character types, sorting
etc..) will not work as expected.

> suspect that all the errors and checking done by perl makes the
> startup-process take much longer than it has to.

However, this is only done once for each script and never again. After
that script-fu completely dominates the startup-time, so nuking that one
will decrease average loading time the most (if that is a concern for
you).

> Anyone know of a way to fix this, or is the only solution to unset $LANG

You can either use a correct locale setting (try LANG=svenska, maybe or
LANG=sv_SV.iso8859-1), install a full locale (man localedef) or just
slience the perl warning (env. variable PERL_BADLANG=0). The latter is
quick way to silence the warning, but note that the locale still is
invalid and won't be used by perl or gimp or any other program.

Yet another solution would be to NOT set LANG (since this is the global
setting), but LC_MESSAGES only, since there *is* a message catalog for
LANG=sv.

More tips can be found e.g. in the manpage for perllocale under "LOCALE
PROBLEMS".

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: more fonts?

2000-09-09 Thread ebi5

On Sat, 9 Sep 2000, Matthias Kleine wrote:

> Hi there!
> 
> In the Gimp FAQ, I found a hint for using the "freefonts" and the
> "sharefonts" as additional fonts. Nevertheless, I would like to have an
> even bigger choice. Does anybody have further links to more fonts
> usable in XFree86 an Gimp?

http://fonts.linuxpower.org/

: Gene Imes  http://www.ozob.net :




Re: 1.1.25 and still no printer list

2000-09-09 Thread ebi5

On Fri, 8 Sep 2000, Wandered Inn wrote:

> Apparently, 1.1.25 requires the new lprng stuff.

Not a true statement.

Does you printer work otherwise?

: Gene Imes  http://www.ozob.net :




Re: more fonts?

2000-09-09 Thread Carol Spears

Type 1 fonts are out there, you have to search.

However, at http://fonts.linuxpower.org/help.php3?title=Help is very
good instructions on how to add True Type Font rendering to X11.  

Good luck!

Matthias Kleine wrote:
> 
> Hi there!
> 
> In the Gimp FAQ, I found a hint for using the "freefonts" and the
> "sharefonts" as additional fonts. Nevertheless, I would like to have an
> even bigger choice. Does anybody have further links to more fonts
> usable in XFree86 an Gimp?
> 
> Thanks for any hints,
> Matthias
> --
> http://www.selflinux.de
> [EMAIL PROTECTED]

-- 
   ___   _  _____  __  
  / __\ /_\/__\  /___\/ /  
 / /   //_\\  / \// //  // /   
/ /___/  _  \/ _  \/ \_// /___ 
\/\_/ \_/\/ \_/\___/\/



more fonts?

2000-09-09 Thread Matthias Kleine

Hi there!

In the Gimp FAQ, I found a hint for using the "freefonts" and the
"sharefonts" as additional fonts. Nevertheless, I would like to have an
even bigger choice. Does anybody have further links to more fonts
usable in XFree86 an Gimp?

Thanks for any hints,
Matthias
-- 
http://www.selflinux.de
[EMAIL PROTECTED]