File kxkb-include-latin-layout.diff of Package kdebase3
--- kxkb/kcmlayout.cpp 2007/08/15 10:38:56 1.1
+++ kxkb/kcmlayout.cpp 2007/08/15 11:02:56
@@ -352,6 +352,9 @@
// Create a copy of the sel widget, as one might add the same layout more
// than one time, with different variants.
QListViewItem* toadd = copyLVI(sel, widget->listLayoutsDst);
+
+ // Turn on "Include Latin layout" for new language by default (bnc:204402)
+ toadd->setText(LAYOUT_COLUMN_INCLUDE, "us");
widget->listLayoutsDst->insertItem(toadd);
if( widget->listLayoutsDst->childCount() > 1 )