[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#500578: kdelibs: [kdelibs4c2a] dcop.1 manual page -- Add example for konqueror



Package: kdelibs4c2a
Version: 4:3.5.9.dfsg.1-6
Severity: wishlist


dcop1(1) can be quite useful, but it's usage could be documented more.
The patch adds demonstration of konqueror newTab() call to the
EXMAPLES section.

Jari

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdelibs4c2a depends on:
ii  kdelibs-data          4:3.5.9.dfsg.1-6   core shared data for all KDE appli
ii  libacl1               2.2.47-2           Access control list shared library
ii  libart-2.0-2          2.3.20-2           Library of functions for 2D graphi
ii  libarts1c2a           1.5.9-2            aRts sound system core components
ii  libasound2            1.0.16-2           ALSA library
ii  libaspell15           0.60.6-1           GNU Aspell spell-checker runtime l
ii  libattr1              1:2.4.43-1         Extended attribute shared library
ii  libavahi-client3      0.6.22-3           Avahi client library
ii  libavahi-common3      0.6.22-3           Avahi common library
ii  libavahi-qt3-1        0.6.22-3           Avahi Qt 3 integration library
ii  libbz2-1.0            1.0.5-1            high-quality block-sorting file co
ii  libc6                 2.7-13             GNU C Library: Shared libraries
ii  libcups2              1.3.8-1lenny1      Common UNIX Printing System(tm) - 
ii  libfam0               2.7.0-13.3         Client library to control the FAM 
ii  libfontconfig1        2.6.0-1            generic font configuration library
ii  libgcc1               1:4.3.1-9          GCC support library
ii  libice6               2:1.0.4-1          X11 Inter-Client Exchange library
ii  libidn11              1.8+20080606-1     GNU libidn library, implementation
ii  libilmbase6           1.0.1-2+nmu2       several utility libraries from ILM
ii  libjasper1            1.900.1-5          The JasPer JPEG-2000 runtime libra
ii  libjpeg62             6b-14              The Independent JPEG Group's JPEG 
ii  libkrb53              1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
ii  liblua50              5.0.3-3            Main interpreter library for the L
ii  liblualib50           5.0.3-3            Extension library for the Lua 5.0 
ii  libopenexr6           1.6.1-3            runtime files for the OpenEXR imag
ii  libpcre3              7.6-2.1            Perl 5 Compatible Regular Expressi
ii  libqt3-mt             3:3.3.8b-5         Qt GUI Library (Threaded runtime v
ii  libsm6                2:1.0.3-2          X11 Session Management library
ii  libstdc++6            4.3.1-9            The GNU Standard C++ Library v3
ii  libtiff4              3.8.2-11           Tag Image File Format (TIFF) libra
ii  libx11-6              2:1.1.4-2          X11 client-side library
ii  libxext6              2:1.0.4-1          X11 miscellaneous extension librar
ii  libxft2               2.1.12-3           FreeType-based font drawing librar
ii  libxml2               2.6.32.dfsg-3      GNOME XML library
ii  libxrender1           1:0.9.4-2          X Rendering Extension client libra
ii  libxslt1.1            1.1.24-2           XSLT processing library - runtime 
ii  menu-xdg              0.3                freedesktop.org menu compliant win
ii  perl                  5.10.0-13          Larry Wall's Practical Extraction 
ii  x11-xserver-utils     7.3+5              X server utilities
ii  xauth                 1:1.0.3-2          X authentication utility
ii  zlib1g                1:1.2.3.3.dfsg-12  compression library - runtime

kdelibs4c2a recommends no packages.

Versions of packages kdelibs4c2a suggests:
pn  fam                      <none>          (no description available)
ii  ghostscript              8.62.dfsg.1-3.1 The GPL Ghostscript PostScript/PDF
pn  perl-suid                <none>          (no description available)

-- no debconf information
>From 256f5f1855470b06dd394279f49fa162483d0852 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 29 Sep 2008 16:51:29 +0300
Subject: [PATCH] dcop.sgml: (EXAMPLES) new example to open tab in konqueror

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 dcop.sgml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dcop.sgml b/dcop.sgml
index 0c80c88..2ebe65a 100644
--- a/dcop.sgml
+++ b/dcop.sgml
@@ -152,6 +152,13 @@ dcop kwin KWinInterface nextDesktop
         </literallayout></blockquote>
     </example></para>
 
+    <para><example>
+      <title>Open new tab in konqueror</title>
+        <blockquote><literallayout>
+dcop $(dcop | grep konqueror) konqueror-mainwindow#1 newTab "$url"
+        </literallayout></blockquote>
+    </example></para>
+
   </refsect1>
   <refsect1>
     <title>AUTHOR</title>
-- 
1.5.6.5


Reply to: