Package: matchbox-keyboard / 0.1+svn20080916-9

Metadata

Package Version Patches format
matchbox-keyboard 0.1+svn20080916-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
keyboard fi.xml improvements | (download)

layouts/keyboard-fi.xml | 23 12 + 11 - 0 !
1 file changed, 12 insertions(+), 11 deletions(-)

 improvement for finnish keyboard layout (#560965)
 The current keyboard-fi.xml has bugs that hinder its usage experience. 
 For example instead of ; there is double entry for :, and capitalization 
 of some letters is the wrong way around.
 .
 The attached, updated keyboard-fi.xml fixes the problems and has a few other 
 minor improvements based on real world usage on Neo FreeRunner.
linking fix | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link with xrender (#555588)

libpng fix | (download)

src/matchbox-keyboard-image.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix build with libpng 1.5 (#649820)
xmonad support | (download)

src/matchbox-keyboard-ui.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 add support for xmonad (#536847)
 The attached patch adds support for xmonad. Without this
 patch, matchbox-keyboard can be focused like any other window,
 which makes it not useful. With the patch, xmonad does not manage
 it at all.
 .
 It might be better to use the STRUTS property to communicate
 with xmonad, but just uncommenting the code that was already
 there Worked for Me.