|
|
|
@ -16,7 +16,7 @@ import java.util.ArrayList;
|
|
|
|
|
or a second instance. If it is a second instance, it will forward on
|
|
|
|
|
the information to the first instance and then quit.
|
|
|
|
|
The .desktop file for the application should state X-DCOP-ServiceType=Unique,
|
|
|
|
|
see kapplication.h
|
|
|
|
|
see tdeapplication.h
|
|
|
|
|
If your application is used to open files, it should also support the --tempfile
|
|
|
|
|
option (see TDECmdLineArgs.addTempFileOption()), to delete tempfiles after use.
|
|
|
|
|
Add X-TDE-HasTempFileOption=true to the .desktop file to indicate this.
|
|
|
|
|