Creates one or more dynamic application objects. See Section C.1.12, “Dynamic Application Object”.
tarantella object new_dynamicapp { --nameobj
--mapping [type
=application
] [ --descriptiontext
] [ --iconicon
] } | --filefile
The following table shows the available options for this command.
Option | Description | More Information |
---|---|---|
| The name of the dynamic application. | |
| A mapping between a type and the name of an application object. | |
| A text description of the object. | |
| Webtop icon for the application. | |
| A file containing a batch of commands to create dynamic application objects. |
Make sure you quote any object names containing spaces, for
example, "o=Example"
.
The following example creates a new dynamic application object
named desktopApp
, with a mapping for a
windows
type.
$ tarantella object new_dynamicapp \ --name "o=applications/cn=desktopApp" \ --mapping windows="o=applications/cn=windows_desktop"