Version 5 (modified by 17 years ago) ( diff ) | ,
---|
GPM
As compiled in BLFS as of 20060209, GPM doesn't provide console mouse support for mouse-aware applications that expect to get mouse input via NCurses. E.g., it is impossible to click on buttons in Dialog while working on linux text console. This issue can be avoided by compiling GPM and NCurses as recommended by NCurses maintainer:
- Compile GPM with the --without-curses option passed to the configure script
- Recompile NCurses-5.5 as the LFS/HLFS/CLFS book says
It is possible to compile GPM just before NCurses while building LFS, with the same end result. The official LFS LiveCD is built this way.
This, however, creates a problem where applications (e.g. W3m) expecting the Gpm_Wgetch() function to be present stop compiling. Distributions work around the problem by compiling GPM the second time after NCurses, without the --without-curses option and with patches similar to this one, but NCurses maintainer doesn't welcome this.
If GPM is compiled with curses, it has a bug in signal handling. This bug manifests itself, e.g., as a lockup sometimes happening in W3m after clicking on a link on Linux text console. This patch fixes the issue. It is not needed if GPM is compiled without curses, because the code modified by the patch is completely disabled in this configuration.
Attachments (1)
-
gpm-1.20.1-select-1.patch
(959 bytes
) - added by 17 years ago.
Fix for signal handling
Download all attachments as: .zip