Bug 331945

Summary: Undefined character in ktouch
Product: [Applications] ktouch Reporter: Žiga Lausegger <ziga.lausegger>
Component: generalAssignee: Sebastian Gottfried <sebastian.gottfried>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 4.12.4

Description Žiga Lausegger 2014-03-10 08:52:57 UTC
In application "ktouch" (package kdeedu-ktouch) if I choose Slovenian (si) keyboard layout 
there is a bug in lesson 6. The bug is in fact the unknown character which we cannot 
insert with a keyboard. Because application requires us to type all the characters 
corectly we cannot proceed.




Reproducible: Always

Steps to Reproduce:
1. Open ktouch as a sudo, chose slovenian (si) keyboard layout,
2. proceed to lesson 6 (it will be locked unless you open ktouch as a sudo user),
3. You will find a unknown character inside this lesson.
Actual Results:  
I cannot proceed with my lessons.

Expected Results:  
Let me pass...

package version: 4.12.1-1
config file: /usr/share/apps/ktouch/courses/si.xml

Fix:
Open a file "/usr/share/apps/ktouch/courses/si.xml" and use find function to locate expression
"neidili". This is only the first part of the expression which is of form "neidili#####n". If 
we want to fix the bug we have to only remove ##### part of the expression which results in an 
unknown character and therefore bug.
Comment 1 Sebastian Gottfried 2014-03-10 10:53:51 UTC
Git commit e787d72ada78a1dac1654c4d3d530f50334e7846 by Sebastian Gottfried.
Committed on 10/03/2014 at 10:51.
Pushed by gottfried into branch 'KDE/4.12'.

data: remove an untypable charaber from the Slovanian course
FIXED-IN: 4.12.4

M  +1    -1    data/courses/si.xml

http://commits.kde.org/ktouch/e787d72ada78a1dac1654c4d3d530f50334e7846