On Mon, Aug 25, 2003 at 06:40:32PM +0800, Abu Bakar Al-Idrus wrote: > Salam > > > After much trying, and help from people in the #arabeyes IRC channel, > I finally got katoob to compile under Red Hat 9. The RPMs and their > md5 sums are available at the usual place: > Binary RPM: > http://alidrus.mlcc.com.my/RPMS/ > Source RPM: > http://alidrus.mlcc.com.my/SRPM/ > Good work! Though i'm not able to test them as i don't have redhat or any RPM based distro installed. > > I'll have to thank Mohammed Sameer for including the original spec > files in the source which I had to modify only slightly. Thanks also > to Samy Al-Bahra for helping me with some compile and runtime > problems. > Samy is our guard these days :-) There is a patch that fixed a segfault on redhat 9.0 upon startup. Attached here! -- ---------------- -- Katoob Main Developer Linux registered user # 224950 ICQ # 58475622 FIRST make it run, THEN make it run fast "Brian Kernighan". -- Don't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.fsf.org/philosophy/no-word-attachments.html Preferable attachments: .PDF, .HTML, .TXT Thanx for adding this text to Your signature
diff -u -r katoob-0.3.4.91/src/init.c katoob-0.3.4.91-patched/src/init.c --- katoob-0.3.4.91/src/init.c 2003-06-23 01:42:38.000000000 +0200 +++ katoob-0.3.4.91-patched/src/init.c 2003-06-26 23:01:51.000000000 +0200 @@ -102,10 +102,6 @@ katoob->xkb_grps[i] = XGetAtomName (GDK_DISPLAY (), kbinfo->names->groups[i]); } - else - { - katoob->xkb_grps[i] = "-"; - } } } diff -u -r katoob-0.3.4.91/src/main.c katoob-0.3.4.91-patched/src/main.c --- katoob-0.3.4.91/src/main.c 2003-06-23 03:00:42.000000000 +0200 +++ katoob-0.3.4.91-patched/src/main.c 2003-06-26 22:32:44.000000000 +0200 @@ -240,7 +240,7 @@ { if (katoob->xkb_grps[x]) { - g_free (katoob->xkb_grps[x]); + XFree (katoob->xkb_grps[x]); } } return FALSE;
Attachment:
pgp00016.pgp
Description: PGP signature