If the application is desktop-smart, dtappintegrate is usually run automatically as the final step in the installation process. If it is not run automatically, or if you have created the configuration files to integrate a non-desktop smart application, then you can run dtappintegrate manually.
Log in as root.
Run the command:
/usr/dt/bin/dtappintegrate -s app_root
where app_root is the desktop application root directory. For more information, see the dtappintegrate(1) man page.
Open the Desktop_Tools application group and double-click Reload Applications.
Verify that the application is properly registered:
dtappintegrate -s app_root [-t target_path ] [-l language ] [-u]
-s app_root |
Required parameter, specifies the application root under which the appication has been installed. |
-t target_path |
Optional parameter, defaults to the system location /etc/dt/appconfig. Specifies the location to which the desktop configuration files are linked. You must use a location on the application search path. |
-l language |
Optional parameter, defaults to all languages. Specifies which language-dependent desktop configuration files to integrate. |
-u |
Optional parameter, un-integrates the application, removing all the links set up during integration. |