From 577148ebb320fe6a7ad6d247b5800110fa41ba3d Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 12 Jan 2004 14:31:11 +0000 Subject: [PATCH] use 'gimp-remote-1.3 --new' here so that drops on the application icon 2004-01-12 Sven Neumann * data/misc/gimp.desktop.in.in (Exec): use 'gimp-remote-1.3 --new' here so that drops on the application icon don't necessarily spawn a new instance. --- ChangeLog | 6 ++++++ data/misc/gimp.desktop.in.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99cc3be365..213b27a80f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-12 Sven Neumann + + * data/misc/gimp.desktop.in.in (Exec): use 'gimp-remote-1.3 --new' + here so that drops on the application icon don't necessarily spawn + a new instance. + 2004-01-12 Michael Natterer Enabled/fixed moving of channels and layer masks (was something diff --git a/data/misc/gimp.desktop.in.in b/data/misc/gimp.desktop.in.in index 3c21b1ae5d..ae87e2a270 100644 --- a/data/misc/gimp.desktop.in.in +++ b/data/misc/gimp.desktop.in.in @@ -3,7 +3,7 @@ Encoding=UTF-8 _Name=The GIMP (unstable) _Comment=Create and edit images or photographs TryExec=gimp-1.3 -Exec=gimp-1.3 %U +Exec=gimp-remote-1.3 --new %U Icon=@gimpdatadir@/images/wilber-icon.png Terminal=false Type=Application