On Tue, Jul 28, 2009 at 05:22:12PM +0200, Lionel Elie Mamane wrote: > Package: openmoko-panel-plugin
It seems this pkg-fso package is not yet uploaded to Debian. > Version: 0.10-1 > Severity: normal > Tags: patch > Pressing the AUX key when a keyboard is already active is supposed to > remove the keyboard. It opens a new (second, third, ...) keyboard. -- Lionel
>From a117595fdac5d1bbf2f1c6092f0cb411922ef2c2 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane <[email protected]> Date: Tue, 28 Jul 2009 17:53:47 +0200 Subject: [PATCH] bug 539027: get rid of the shell between panel-plugin and keyboard --- panelplugin/Buttons.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/panelplugin/Buttons.py b/panelplugin/Buttons.py index 769896a..a81ebd9 100644 --- a/panelplugin/Buttons.py +++ b/panelplugin/Buttons.py @@ -36,7 +36,7 @@ class Buttons(StatusIcon): self.handleAuxLongOnlyStart = True self.handleAuxShort = True self.handleAuxShortExternal = True - self.handleAuxShortExternalCommand = "/usr/bin/matchbox-keyboard" + self.handleAuxShortExternalCommand = "exec /usr/bin/matchbox-keyboard" self.handleAuxShortExternalPid = 0 self.handlePower = True -- 1.6.3.3
_______________________________________________ pkg-fso-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint
