On Sat, 28 Jun 2003, Andrew Bevitt wrote:

> I just build the 4.3.99.7 snapshot this afternoon, and did not notice and 
> problems with the building process. X started normally and for a while
> usage seemed normal.
> 
> But when I started up AMSN and tried to send someone a message, I
> simply couldnt get any text to enter into the inpt box. I tried several WM's
> and various tricks to make the chat window definately in focus. Nothing
> made it work.
> 
> I just tried using GFtp aswell, and the same problem occurs on the 
> password input box but not on any other of the text input boxes. Which
> leads me to believe that this maybe related to authenticated inputs or
> something.
> 
> Does anyone have any ideas?

My latest CVS builds are doing something funny with text input too.
A couple of tk/tcl/wish clients aren't accepting keyboard input
into text boxes. At least one of these wish scripts works if run
on the same display, but from a remote machine with a different
version of X and wish, which leads me to suspect a problem in
the X client libraries.
        % ldd /usr/bin/wish
        libtk8.0.so => /usr/lib/libtk8.0.so (0x4001c000)
        libtcl8.0.so => /usr/lib/libtcl8.0.so (0x400ba000)
        libX11.so.6 => /usr/X11R6-v4/lib/libX11.so.6 (0x4011e000)
        libdl.so.2 => /lib/libdl.so.2 (0x401d7000)
        libm.so.6 => /lib/libm.so.6 (0x401dc000)
        libc.so.6 => /lib/libc.so.6 (0x401f9000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

tkdiff (another wish script) and ical (another tcl/tk application)
are both happy to accept keystokes to control the program
('q' to quit for tkdiff, and ctrl-key sequences to cut/copy/paste
items in ical) but wont allow keystrokes to enter text.

% locale
LANG=en_GB
LC_CTYPE="en_GB"
LC_NUMERIC="en_GB"
LC_TIME="en_GB"
LC_COLLATE="en_GB"
LC_MONETARY="en_GB"
LC_MESSAGES="en_GB"
LC_ALL=
% uname -a
Linux ard 2.2.19-6.2.7 #6 Wed Jan 9 21:36:45 GMT 2002 i686 unknown

This is a Red Hat Linux 6.3 machine.

-- 
Andrew C. Aitchison                                     Cambridge
                        [EMAIL PROTECTED]

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to