Bug 331945 - Undefined character in ktouch
Summary: Undefined character in ktouch
Status: RESOLVED FIXED
Alias: None
Product: ktouch
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Sebastian Gottfried
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 08:52 UTC by Žiga Lausegger
Modified: 2014-03-10 10:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.12.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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