FYI: Newest Xwin / cygwin breaks kde 3.1.4

2004-03-18 Thread Bovy, Stephen J
The kde init splash screen appears,  it hangs on the
window manager init for a long time, and then it crashes
into the bit bucket. 


cygwin-xwin-test95 binary web link ????

2003-08-04 Thread Bovy, Stephen J
The web link for (the binary) of
the newest test server series v (95) is pointing to
test version (94)  


XWin-Test86: (New Window's title Code breaks when used with xmodmap)

2003-05-27 Thread Bovy, Stephen J
FYI:: I have been struggling with delete/insert keys

The following is from my xtartup.bat file

I was using xmodmap as follows:

REM
REM Startup the programs
REM 

REM Startup the X Server.

rem start XWin
start XWin-Test86 -multiwindow -clipboard

REM Startup the twm window manager.

rem run twm
rem run wmaker

REM Set a background color.

run xsetroot -solid aquamarine4
run xhost usilca11
run xmodmap -e keycode 91 = Delete
run xmodmap -e keycode 90 = Insert KP_0

run xterm -sl 5000 -sb -rightbar -ms red -fg blue -bg wheat -cr
DarkSlateGrey -fn 10x20 -ls -g +100+100
**

Using xmodmap as shown above seems to cause the new windows title
changing code
to not work consistently/reliably