Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

soladdapp(1m) [opensolaris man page]

soladdapp(1M)						  System Administration Commands					     soladdapp(1M)

NAME
soladdapp - add an application to the Solstice application registry SYNOPSIS
/usr/snadm/bin/soladdapp [-r registry] -n name -i icon -e executable [args] DESCRIPTION
soladdapp adds an application to the Solstice application registry. After it is added, the application is displayed in the Solstice Launcher main window (see solstice(1M)). OPTIONS
-r registry Define the full path name of the Solstice registry file. -n name Define the name of the tool to be registered. -i icon Define the full path name of the tool icon. -e executable Define the full path name of the tool. args Specify any arguments to use with the tool. When executed without options, soladdapp uses /opt/SUNWadm/etc/.solstice_registry (the default registry path). RETURN VALUES
0 on success 1 on failure 2 if the registry is locked 3 if the entry is a duplicate. EXAMPLES
Example 1 A sample display of the soladdapp command. The following adds an application called Disk Manager to the Solstice application registry for display in the Solstice Launcher main win- dow. # soladdapp -r /opt/SUNWadm/etc/.solstice_registry -n "Disk Manager" -i /opt/SUNWdsk/etc/diskmgr.xpm -e /opt/SUNWdsk/bin/diskmgr FILES
/opt/SUNWadm/etc/.solstice_registry The default registry path. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsadml | +-----------------------------+-----------------------------+ SEE ALSO
soldelapp(1M), solstice(1M), attributes(5) NOTES
Globally registered applications are used by local and remote users sharing the software in a particular /opt directory. They can be added only using soladdapp. SunOS 5.11 15 Sep 1995 soladdapp(1M)

Check Out this Related Man Page

GStreamer::Registry(3pm)				User Contributed Perl Documentation				  GStreamer::Registry(3pm)

NAME
GStreamer::Registry - Abstract base class for management of GstPlugin objects HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::Registry METHODS
boolean = $registry->add_feature ($feature) o $feature (GStreamer::PluginFeature) boolean = $registry->add_plugin ($plugin) o $plugin (GStreamer::Plugin) registry = GStreamer::Registry->get_default list = $registry->feature_filter ($filter, $first, $data=undef) o $filter (scalar) o $first (boolean) o $data (scalar) list = $registry->get_feature_list_by_plugin ($name) o $name (string) list = $registry->get_feature_list ($type) o $type (string) pluginfeature = $registry->find_feature ($name, $type) o $name (string) o $type (string) plugin = $registry->find_plugin ($name) o $name (string) plugin = $registry->lookup ($filename) o $filename (string) pluginfeature = $registry->lookup_feature ($name) o $name (string) list = $registry->get_path_list list = $registry->plugin_filter ($filter, $first, $data=undef) o $filter (scalar) o $first (boolean) o $data (scalar) list = $registry->get_plugin_list $registry->remove_feature ($feature) o $feature (GStreamer::PluginFeature) $registry->remove_plugin ($plugin) o $plugin (GStreamer::Plugin) $registry->scan_path ($path) o $path (string) boolean = $registry->xml_read_cache ($location) o $location (string) boolean = $registry->xml_write_cache ($location) o $location (string) SIGNALS
plugin-added (GStreamer::Registry, gpointer) feature-added (GStreamer::Registry, gpointer) SEE ALSO
GStreamer, Glib::Object, GStreamer::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Registry(3pm)
Man Page