use 'gimp-remote-1.3 --new' here so that drops on the application icon
2004-01-12 Sven Neumann <sven@gimp.org> * 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.
This commit is contained in:
parent
856c4eeedb
commit
577148ebb3
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2004-01-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* 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 <mitch@gimp.org>
|
||||
|
||||
Enabled/fixed moving of channels and layer masks (was something
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue