xfs-installation-13.04

2000-04-13 Thread Hago Ziegler

Hi all,

for hours now I'm trying to install new fonts for gimp. Freefont and
sharefont have been easy to install, but I don't succeed to install the
truetype fonts (I'm trying first to install only verdana)

I installed xfs as it is consulted in its install-text, then I read a
lot of text in my SuSE-manual, but it doesn't help, it just confuses.

My fonts are in:
/usr/X11R6/lib/X11/fontsthe encodings tarball in
/usr/X11R6/lib/X11/fonts/encodings the truetype fonts in:
/usr/X11R6/lib/X11/fontstt  inside there is now:
fonts.dir, verdana.ttf

fonts.dir:
1
verdana.ttf -microsoft-verdana-medium-r-normal--0-0-0-0-p-0-iso8859-1

in XF86Config I have set the paths:
..
FontPath   "/usr/X11R6/lib/X11/fonts/sharefont"
FontPath   "/usr/X11R6/lib/X11/ttfonts/fonts.dir"
FontPath   "/usr/X11R6/lib/X11/fonts/encodings/encodings.tar"

I also tried to set :
FontPath  "tcp/localhost:7100"   But after the reboot I couldn't
start the Xserver anymore and I had to remove it.

and there is: /etc/xfs.config

What can I do? What is the fault?

Some help would be very pleasant

Thank you Hago





First script

2000-04-13 Thread Mickael Lefevre

I'm trying to do the uni.scm script like in the tutorial from dov grobgled
(forget the adresse).
but i've got this error :

plug-in "usr/local/lib/gimp/1.1/plug-ins/script-fu" attempted to install
procedure "script_fu_uni" which does not take the standard plug-in args

I dont understand the error
The script:

  ; Define the function of the script and list its parameters
(define (script-fu-uni size color)

; Create an img
(set! img (car (gimp-image-new size size RGB)))

; Create a layer
(set! layer (car (gimp-layer-new img size size
  RGB "layer 1" 100 NORMAL_MODE)))

; The following is done for all scripts
(gimp-image-undo-disable img)
(gimp-image-add-layer img layer 0)

; Here is where the painting starts. We now have an image
; and layer and may paint in the layer through the PDB functions.
(gimp-palette-set-background color)
(gimp-edit-fill img layer)

; The following is also done for all script
(gimp-display-new img)
(gimp-image-enable-undo img)
   )

   ; Finally register our script with script-fu.
   (script-fu-register"script-fu-uni"
  _"Image/Xtns/Script-Fu/Logos/ABC"
  "Creates a uniform image"
  "Dov Grobgeld"
  "Dov Grobgeld"
  "1997"
  ""
  SF-VALUE _"Size" "100"
  SF-COLOR _"Color" '(255 127 0))

-- 
Mickael LEFEVRE
Mail : [EMAIL PROTECTED]
Tel : 33+(0)164850411



Re: xfs-installation-13.04

2000-04-13 Thread Gerd Mueller

Hi,

 for hours now I'm trying to install new fonts for gimp. Freefont and
 sharefont have been easy to install, but I don't succeed to install the
 truetype fonts (I'm trying first to install only verdana)
 
 I installed xfs as it is consulted in its install-text, then I read a
 lot of text in my SuSE-manual, but it doesn't help, it just confuses.
 
 My fonts are in:
 /usr/X11R6/lib/X11/fontsthe encodings tarball in
 /usr/X11R6/lib/X11/fonts/encodings the truetype fonts in:
 /usr/X11R6/lib/X11/fontstt  inside there is now:
 fonts.dir, verdana.ttf

For truetype fonts you need to install the extra truetype font server 'xfstt'.
It should also be included in the SuSE distribution.

Regards,
Gerd

-- 

Gerd Mueller   [EMAIL PROTECTED]
softwarebuero mbhttp://www.softwarebuero.de




[GIMP] GUM and IS

2000-04-13 Thread Stephan Henningsen

The GUM says that if I double click the Intelligent Scissors
tool, I get a box where I can convert the selection to
beizer curves.  But my gimp (GIMP version 1.1.10) doesn't
have that option; only feather and treshold.

Does 1.1.19 have this function?  Are there any other reason
for me to upgrade?



-- 

-Stephan  /
 /  http://wiktor.dk/~stephan
Freelance grafiker og webdesigner





Re: xfs-installation-13.04

2000-04-13 Thread Oliver Bienert

Hago,

have a look at http://www.linuxgazette.com/issue28/ayers1.html, where Larry
Ayers described the xfstt true type fontserver. I run the xfstt at a
redhat6.1 with a link from my /usr/share/fonts to my true type fonts dir in a
fat16 partition, and it works fine!

Have also a look at http://fonts.linuxpower.org/help.php3?title=Help

Have fun, Oliver

Am Don, 13 Apr 2000 schrieben Sie:
 Hi all,
 
 for hours now I'm trying to install new fonts for gimp. Freefont and
 sharefont have been easy to install, but I don't succeed to install the
 truetype fonts (I'm trying first to install only verdana)
 
 I installed xfs as it is consulted in its install-text, then I read a
 lot of text in my SuSE-manual, but it doesn't help, it just confuses.
 
 My fonts are in:
 /usr/X11R6/lib/X11/fontsthe encodings tarball in
 /usr/X11R6/lib/X11/fonts/encodings the truetype fonts in:
 /usr/X11R6/lib/X11/fontstt  inside there is now:
 fonts.dir, verdana.ttf
 
 fonts.dir:
 1
 verdana.ttf -microsoft-verdana-medium-r-normal--0-0-0-0-p-0-iso8859-1
 
 in XF86Config I have set the paths:
 ..
 FontPath   "/usr/X11R6/lib/X11/fonts/sharefont"
 FontPath   "/usr/X11R6/lib/X11/ttfonts/fonts.dir"
 FontPath   "/usr/X11R6/lib/X11/fonts/encodings/encodings.tar"
 
 I also tried to set :
 FontPath  "tcp/localhost:7100"   But after the reboot I couldn't
 start the Xserver anymore and I had to remove it.
 
 and there is: /etc/xfs.config
 
 What can I do? What is the fault?
 
 Some help would be very pleasant
 
 Thank you Hago
-- 
Oliver Bienert
Phone: 030-47475624
eMail: [EMAIL PROTECTED]

Sent by KMail
--



Re: xfs-installation-13.04

2000-04-13 Thread Hago Ziegler

Hi ,

Am Thu, 13 Apr 2000 schrieben Sie:

 For truetype fonts you need to install the extra truetype font server 'xfstt'.
 It should also be included in the SuSE distribution.

http://fonts.linuxpower.com/  That is how I got .ttf fonts workin'

I found everything -thank you very much- and got it working, the fonts are
now available - BUT:

if I put the FontPath "unix/:7101" to the XF86Config file, The Xserver will
not work at the next boot. If I contact the internet it crashes too. The
same problem I had with "localhost:7100" with xfsft. Something doesn't
work - any hints?

Regards  Hago




Re: First script

2000-04-13 Thread Hago Ziegler

Hi Mickael,

Am Thu, 13 Apr 2000 schrieben Sie:
 I'm trying to do the uni.scm script like in the tutorial from dov grobgled

I also used this script for to learn script-fu. At least I got it running
after I made some changes. Here is, what worked fine here:

;I changed the name just for fun
(define (uni-img size color) 
(set! img (car (gimp-image-new size size 0) ) ) 
(set! layer (car (gimp-layer-new img size size 
0 "layer 1" 100 0) ) ) 
 
; (gimp-image-undo-disable img)
(gimp-image-add-layer img layer 0) 
 
(gimp-palette-set-background color) 
(gimp-edit-fill layer); here I deleated "img"
 
(gimp-display-new img) ) 
;(gimp-image-enable-undo img) 

(script-fu-register "uni-img"  
"Toolbox/Xtns/Script-Fu/Tutorials/Uniform image" 
"Creates a uniform image" 
"Dov Grobgeld" 
"Dov Grobgeld" 
"1997" 
""  
SF-VALUE "size" "100" 
SF-COLOR "color" '(255 127 0) )  

Hago
 
 



Totally GIMP

2000-04-13 Thread Tim Ney


Is anyone interested in doing a graphic for a June Linux event
in Korea?  Since some of the conference will be on GIMP, it would
be nice to have totally GIMP images on the website and poster.

So you you have the time now and are interested, I can send you
more detail.  Thanks.