manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ The docbook-to-man binary is found in the docbook-to-man package. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include docbook-to-man in your Build-Depends control field. --> Johannes"> Ranke"> March 25, 2006"> 1"> jranke@uni-bremen.de"> DCOPSTART"> Debian"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2006 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; Start a TDE service and return its DCOP reference &dhpackage; service ... DESCRIPTION &dhpackage; starts a TDE service (i.e. an application that is registered in the TDE system of .desktop files) and returns its reference for later use in shell scripts. If the service is not scriptable via DCOP, dcopstart returns nothing, but starts the service. OPTIONS Show usage information. EXAMPLES Get the DCOP reference for a newly started konqueror instance
KONQ_ID=$(dcopstart konqueror http://www.trinitydesktop.org)
AUTHOR This manual page was written by &dhusername; <&dhemail;> for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. SEE ALSO dcop(1), dcopfind(1)