Package: gnome-utils
Version: 2.26.0-1
Severity: minor
Tags: patch

gnome-screenshot.1 manual is missing options that appear in gnome-screenshot 
command.

Missing options are:
  -a, --area                     Grab an area of the screen instead of the 
entire screen
  -b, --include-border           Include the window border with the screenshot
  -B, --remove-border            Remove the window border from the screenshot
  --display=DISPLAY              X display to use

See attached patch which adds these options to gnome-screenshot.sgml.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-utils depends on:
ii  e2fslibs     1.41.3-1                    ext2 filesystem libraries
ii  gconf2       2.26.2-1                    GNOME configuration database syste
ii  libart-2.0-2 2.3.20-2                    Library of functions for 2D graphi
ii  libatk1.0-0  1.26.0-1                    The ATK accessibility toolkit
ii  libbonobo2-0 2.24.1-1                    Bonobo CORBA interfaces library
ii  libbonoboui2 2.24.1-1                    The Bonobo UI library
ii  libc6        2.9-12                      GNU C Library: Shared libraries
ii  libcairo2    1.8.6-2+b1                  The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.12-1                    simple interprocess messaging syst
ii  libfontconfi 2.6.0-3                     generic font configuration library
ii  libfreetype6 2.3.9-4.1                   FreeType 2 font engine, shared lib
ii  libgconf2-4  2.26.2-1                    GNOME configuration database syste
ii  libgdict-1.0 2.26.0-1                    GNOME Dictionary base library
ii  libglade2-0  1:2.6.4-1                   library to load .glade files at ru
ii  libglib2.0-0 2.20.1-2                    The GLib library of C routines
ii  libgnome-des 2.26.1-1                    Utility library for loading .deskt
ii  libgnome2-0  2.26.0-1                    The GNOME library - runtime files
ii  libgnomecanv 2.26.0-1                    A powerful object-oriented display
ii  libgnomeui-0 2.24.1-1                    The GNOME 2 libraries (User Interf
ii  libgnomevfs2 1:2.24.1-1                  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.16.1-2                    The GTK+ graphical user interface 
ii  libgtop2-7   2.26.1-1                    gtop system monitoring library
ii  libhal1      0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libice6      2:1.0.5-1                   X11 Inter-Client Exchange library
ii  liborbit2    1:2.14.17-0.1               libraries for ORBit2 - a CORBA ORB
ii  libpanel-app 2.24.3-1+b1                 library for GNOME Panel applets
ii  libpango1.0- 1.24.0-3+b1                 Layout and rendering of internatio
ii  libpopt0     1.14-4                      lib for parsing cmdline parameters
ii  libsm6       2:1.1.0-2                   X11 Session Management library
ii  libstartup-n 0.10-1                      library for program launch feedbac
ii  libx11-6     2:1.2.1-1                   X11 client-side library
ii  libxext6     2:1.0.4-1                   X11 miscellaneous extension librar
ii  libxml2      2.7.3.dfsg-1                GNOME XML library
ii  zlib1g       1:1.2.3.3.dfsg-13           compression library - runtime

Versions of packages gnome-utils recommends:
ii  gksu                          2.0.2-2+b1 graphical frontend to su

Versions of packages gnome-utils suggests:
pn  gcalctool                     <none>     (no description available)
pn  yelp                          <none>     (no description available)

-- debconf-show failed
*** gnome-screenshot.sgml	Wed Jun 24 16:30:57 2009
--- /tmp/gnome-screenshot.sgml	Wed Jun 24 17:07:14 2009
***************
*** 42,50 ****
--- 42,54 ----
        <command>&dhpackage;</command>
  
       <arg><option>-w</option></arg>
+      <arg><option>-a</option></arg>
+      <arg><option>-b</option></arg>
+      <arg><option>-B</option></arg>
       <arg><option>-d <replaceable>SECONDS</replaceable> </option></arg>
       <arg><option>-e <replaceable>EFFECT</replaceable> </option></arg>
       <arg><option>-i</option></arg>
+      <arg><option>--display</option> <replaceable>DISPLAY</replaceable> </arg>
  
      </cmdsynopsis>
    </refsynopsisdiv>
***************
*** 65,70 ****
--- 69,75 ----
      <title>OPTIONS</title>
  
      <variablelist>
+ 
        <varlistentry>
          <term><option>-w</option>,
            <option>--window</option></term>
***************
*** 75,80 ****
--- 80,109 ----
        </varlistentry>
  
        <varlistentry>
+         <term><option>-a</option>,
+           <option>--area</option></term>
+         <listitem>
+           <para>Grab an area of the screen instead of the entire screen.</para>
+         </listitem>
+       </varlistentry>
+ 
+       <varlistentry>
+         <term><option>-b</option>,
+           <option>--include-border</option></term>
+         <listitem>
+           <para>Include the window border with the screenshot.</para>
+         </listitem>
+       </varlistentry>
+ 
+       <varlistentry>
+         <term><option>-B</option>,
+           <option>--remove-border</option></term>
+         <listitem>
+           <para>Remove the window border from the screenshot.</para>
+         </listitem>
+       </varlistentry>
+ 
+       <varlistentry>
          <term><option>-d <replaceable>SECONDS</replaceable></option>,
            <option>--delay=<replaceable>SECONDS</replaceable></option></term>
          <listitem>
***************
*** 102,108 ****
--- 131,145 ----
          </listitem>
        </varlistentry>
  
+  
        <varlistentry>
+         <term><option>--display <replaceable>DISPLAY</replaceable></option></term>
+         <listitem>
+           <para>X display to use.</para>
+         </listitem>
+       </varlistentry>
+ 
+      <varlistentry>
          <term><option>-?</option>,
            <option>--help</option></term>
          <listitem>
***************
*** 132,137 ****
--- 169,177 ----
      <para>Updated by Theppitak Karoonboonyanan
        <email>t...@linux.thai.net</email>.</para>
  
+     <para>Updated by Tom Feiner
+       <email>feiner....@gmail.com</email>.</para>
+ 
    </refsect1>
  </refentry>
  

Reply via email to