Re: Perl-Server / load images

2000-11-19 Thread T . Regenbrecht
Marc Lehmann <[EMAIL PROTECTED]> wrote: > On Sat, Nov 18, 2000 at 04:59:31PM +0100, "T.Regenbrecht" > <[EMAIL PROTECTED]> wrote: >> I want to use Gimp as the default application to open a xcf-file >> from KDE. > You can also use the commandline-tool "gimp-remote" which uses some > hacks > to con

Re: Perl-Server / load images

2000-11-18 Thread Marc Lehmann
On Sat, Nov 18, 2000 at 04:59:31PM +0100, "T.Regenbrecht" <[EMAIL PROTECTED]> wrote: > I want to use Gimp as the default application to open a xcf-file from KDE. > I would like to use some script like: [which should work] > 1) If there is no running instance of gimp I could of course start > on

Perl-Server / load images

2000-11-18 Thread T . Regenbrecht
Hallo! I want to use Gimp as the default application to open a xcf-file from KDE. I would like to use some script like: use Gimp; Gimp::init; Gimp->file_load(("$ARGV[0]")x2)->display_new; I have two remaining questions. 1) If there is no running instance of gimp I could of course start one