Package: kdelibs-bin Version: 4:3.5.1-3 Severity: minor Tags: patch Attached you find two man pages for these small but potentially useful applications. There are some more commands without a man page, but I don't use them.
-- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (400, 'unstable'), (300, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-1-k7 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15) (ignored: LC_ALL set to de_DE) Versions of packages kdelibs-bin depends on: ii kdelibs4c2a 4:3.5.1-3 core libraries for all KDE applica ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.7-5 The Network Audio System (NAS). (s ii libbz2-1.0 1.0.3-2 high-quality block-sorting file co ii libc6 2.3.6-3 GNU C Library: Shared libraries an ii libcupsys2 1.1.23-15 Common UNIX Printing System(tm) - ii libfontconfig1 2.3.2-2 generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.2-10 GCC support library ii libice6 6.9.0.dfsg.1-4 Inter-Client Exchange library ii libidn11 0.5.18-2 GNU libidn library, implementation ii libjpeg62 6b-12 The Independent JPEG Group's JPEG ii libpng12-0 1.2.8rel-5 PNG library - runtime ii libqt3-mt 3:3.3.5-4 Qt GUI Library (Threaded runtime v ii libsm6 6.9.0.dfsg.1-4 X Window System Session Management ii libstdc++6 4.0.2-10 The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li ii libxcursor1 1.1.3-1 X cursor management library ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte ii libxft2 2.1.8.2-3 FreeType-based font drawing librar ii libxi6 6.9.0.dfsg.1-4 X Window System Input extension li ii libxinerama1 6.9.0.dfsg.1-4 X Window System multi-head display ii libxml2 2.6.23.dfsg.2-2 GNOME XML library ii libxrandr2 6.9.0.dfsg.1-4 X Window System Resize, Rotate and ii libxrender1 1:0.9.0.2-1 X Rendering Extension client libra ii libxslt1.1 1.1.15-4 XSLT processing library - runtime ii libxt6 6.9.0.dfsg.1-4 X Toolkit Intrinsics ii menu-xdg 0.2.2 freedesktop.org menu compliant win ii perl 5.8.8-2 Larry Wall's Practical Extraction ii python 2.3.5-5 An interactive high-level object-o ii zlib1g 1:1.2.3-10 compression library - runtime Versions of packages kdelibs-bin recommends: ii perl-suid 5.8.8-2 Runs setuid Perl scripts -- no debconf information -- Dr. Johannes Ranke [EMAIL PROTECTED] UFT Bremen, Leobenerstr. 1 +49 421 218 8971 D-28359 Bremen http://www.uft.uni-bremen.de/chemie/ranke
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!-- Process this file with docbook-to-man to generate an nroff manual page: `docbook-to-man manpage.sgml > 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. --> <!-- Fill in your name for FIRSTNAME and SURNAME. --> <!ENTITY dhfirstname "<firstname>Johannes</firstname>"> <!ENTITY dhsurname "<surname>Ranke</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>March 25, 2006</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[EMAIL PROTECTED]</email>"> <!ENTITY dhusername "Johannes Ranke"> <!ENTITY dhucpackage "<refentrytitle>DCOPSTART</refentrytitle>"> <!ENTITY dhpackage "dcopstart"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> ]> <refentry> <refentryinfo> <address> &dhemail; </address> <author> &dhfirstname; &dhsurname; </author> <copyright> <year>2006</year> <holder>&dhusername;</holder> </copyright> &dhdate; </refentryinfo> <refmeta> &dhucpackage; &dhsection; </refmeta> <refnamediv> <refname>&dhpackage;</refname> <refpurpose>Start a KDE service and return its DCOP reference</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>&dhpackage;</command> <arg choice='req'><replaceable>service</replaceable></arg> <arg><replaceable>...</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> <title>DESCRIPTION</title> <para><command>&dhpackage;</command> starts a KDE service (i.e. an application that is registered in the KDE 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.</para> </refsect1> <refsect1> <title>OPTIONS</title> <variablelist> <varlistentry> <term><option>--help</option> </term> <listitem> <para>Show usage information.</para> </listitem> </varlistentry> </variablelist> </refsect1> <refsect1> <title>EXAMPLES</title> <para><example> <title>Get the DCOP reference for a newly started konqueror instance</title> <blockquote><literallayout> KONQ_ID=$(dcopstart konqueror http://www.kde.org) </literallayout></blockquote> </example></para> </refsect1> <refsect1> <title>AUTHOR</title> <para>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 <acronym>GNU</acronym> Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.</para> </refsect1> <refsect1> <title>SEE ALSO</title> <para><application>dcop</application>(1), <application>dcopfind</application>(1)</para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:2 sgml-indent-data:t sgml-parent-document:nil sgml-default-dtd-file:nil sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: -->
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!-- Process this file with docbook-to-man to generate an nroff manual page: `docbook-to-man manpage.sgml > 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. --> <!-- Fill in your name for FIRSTNAME and SURNAME. --> <!ENTITY dhfirstname "<firstname>Johannes</firstname>"> <!ENTITY dhsurname "<surname>Ranke</surname>"> <!-- Please adjust the date whenever revising the manpage. --> <!ENTITY dhdate "<date>March 25, 2006</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> <!ENTITY dhsection "<manvolnum>1</manvolnum>"> <!ENTITY dhemail "<email>[EMAIL PROTECTED]</email>"> <!ENTITY dhusername "Johannes Ranke"> <!ENTITY dhucpackage "<refentrytitle>DCOPFIND</refentrytitle>"> <!ENTITY dhpackage "dcopfind"> <!ENTITY debian "<productname>Debian</productname>"> <!ENTITY gnu "<acronym>GNU</acronym>"> ]> <refentry> <refentryinfo> <address> &dhemail; </address> <author> &dhfirstname; &dhsurname; </author> <copyright> <year>2006</year> <holder>&dhusername;</holder> </copyright> &dhdate; </refentryinfo> <refmeta> &dhucpackage; &dhsection; </refmeta> <refnamediv> <refname>&dhpackage;</refname> <refpurpose>Find the DCOP reference of a KDE service</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>&dhpackage;</command> <arg><option>-a</option></arg> <arg><option>-l</option></arg> <arg choice='req'><replaceable>service</replaceable></arg> <arg><replaceable>object</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> <title>DESCRIPTION</title> <para><command>&dhpackage;</command> returns a reference to the first instance of the KDE service specified by <replaceable>service</replaceable>. See also dcopstart, which starts a service/application and immediately returns its reference. </para> </refsect1> <refsect1> <title>OPTIONS</title> <variablelist> <varlistentry> <term><option>-a</option> </term> <listitem> <para>Print the application id. Without this argument, the application id will be returned in the form DCOPRef(application id,object id). </para> </listitem> </varlistentry> <varlistentry> <term><option>-l</option> </term> <listitem> <para>If the object is not found, run dcopstart and try again.</para> </listitem> </varlistentry> <varlistentry> <term><option>--help</option> </term> <listitem> <para>Show usage information.</para> </listitem> </varlistentry> </variablelist> </refsect1> <refsect1> <title>EXAMPLES</title> <para><example> <title>Return reference to a Kate instance</title> <blockquote><literallayout> KATE=`dcopfind -a 'kate-*'` </literallayout></blockquote> </example></para> </refsect1> <refsect1> <title>AUTHOR</title> <para>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 <acronym>GNU</acronym> Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.</para> </refsect1> <refsect1> <title>SEE ALSO</title> <para><application>dcopstart</application>(1), <application>dcop</application>(1)</para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:2 sgml-indent-data:t sgml-parent-document:nil sgml-default-dtd-file:nil sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: -->