Package: wmacpi
Version: 2.1-3
Severity: wishlist
Tags: patch
Please apply the attached patch to wmacpi, which allows it to work with
libdockapp 0.6.x. The patch doesn't break functionality when used with
the version of libdockapp currently in Debian.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages wmacpi depends on:
ii libc6 2.3.5-12 GNU C Library: Shared libraries an
ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li
ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii libxpm4 6.9.0.dfsg.1-4 X pixmap library
Versions of packages wmacpi recommends:
ii wmaker 0.92.0-5.2 NeXTSTEP-like window manager for X
-- no debconf information
--- wmacpi.c 2005-02-02 09:54:43.000000000 +0100
+++ ../wmacpi-2.1/wmacpi.c 2006-01-29 19:07:19.000000000 +0100
@@ -137,6 +137,7 @@
static void new_window(char *display, char *name, int argc, char **argv)
{
/* Initialise the dockapp window and appicon */
+ DAParseArguments(argc, argv, NULL, 0, "There is no help available", WMACPI_VER);
DAInitialize(display, name, 64, 64, argc, argv);
dockapp->display = DADisplay;
dockapp->win = DAWindow;