Package: hotkeys
Version: 0.5.7.4-0.1
Severity: minor
Since a couple of versions, background mode has been made the default
and --no-background must be given to leave hotkeys running in the
foreground. The attached patch actually implements this.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages hotkeys depends on:
ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii libc6 2.7-1 GNU C Library: Shared libraries
ii libcairo2 1.4.10-1.2 The Cairo 2D vector graphics libra
ii libdb4.5 4.5.20-11 Berkeley v4.5 Database Libraries [
ii libfontconfig1 2.5.0-2 generic font configuration library
ii libglib2.0-0 2.14.4-2 The GLib library of C routines
ii libgtk2.0-0 2.12.3-1 The GTK+ graphical user interface
ii libpango1.0-0 1.18.3-1 Layout and rendering of internatio
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxcursor1 1:1.1.9-1 X cursor management library
ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii libxi6 2:1.1.3-1 X11 Input extension library
ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library
ii libxml2 2.6.30.dfsg-3 GNOME XML library
ii libxmu6 1:1.0.3-1 X11 miscellaneous utility library
ii libxosd2 2.2.14-1.4 X On-Screen Display library - runt
ii libxrandr2 2:1.2.2-1 X11 RandR extension library
ii libxrender1 1:0.9.4-1 X Rendering Extension client libra
hotkeys recommends no packages.
-- no debconf information
--- hotkeys.c.orig 2008-01-11 21:30:10.000000000 +0100
+++ hotkeys.c 2008-01-11 21:29:55.000000000 +0100
@@ -410,7 +410,7 @@
static struct option long_options[] =
{
{"help", 0, 0, 'h'},
- {"background", 0, 0, 'b'},
+ {"no-background", 0, 0, 'b'},
{"type", 1, 0, 't'},
{"cdrom-dev", 1, 0, 'd'},
{"kbd-list", 0, 0, 'l'},