Summary: | klettres (English) doesn't recognize letter Z | ||
---|---|---|---|
Product: | [Applications] klettres | Reporter: | Joe Khoobyar <joe> |
Component: | general | Assignee: | Anne-Marie Mahfouf <annma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joe Khoobyar
2005-03-23 22:38:39 UTC
eeeps, you're right! There is a typo in the sounds.xml file where the Z is written lowercase! I did not spot it! So what you need to do to fix it on your machine: if you still have the sources, see in kdeedu/klettres/klettres/data/ to edit the sounds.xml file. Then find the en alphabet and the last line is: <sound name="z" file="en/alpha/Z.ogg" /> Change the z to Z so you have: <sound name="Z" file="en/alpha/Z.ogg" /> Then issue a su 'c 'make install' to reinstall this file. If you don't have the sources anymore, go to $KDEDIR/share/apps/klettres/data and edit the sounds.xml here to make the change. I'll fix it for KDE 3.4.1 and in current cvs HEAD, thanks a lot for your report! CVS commit by annma: fixuifiles and fix #102320 CCBUGS:102320 M +0 -3 fontsdlg.ui 1.6 M +0 -3 timerdlg.ui 1.9 M +1 -1 data/sounds.xml 1.19 M +1 -1 en/sounds.xml 1.2 --- kdeedu/klettres/klettres/fontsdlg.ui #1.5:1.6 @@ -13,7 +13,4 @@ </rect> </property> - <property name="caption"> - <string>fontsdlg</string> - </property> <grid> <property name="name"> --- kdeedu/klettres/klettres/timerdlg.ui #1.8:1.9 @@ -19,7 +19,4 @@ </size> </property> - <property name="caption"> - <string>timerdlg</string> - </property> <grid> <property name="name"> --- kdeedu/klettres/klettres/data/sounds.xml #1.18:1.19 @@ -178,5 +178,5 @@ <sound name="X" file="en/alpha/X.ogg" /> <sound name="Y" file="en/alpha/Y.ogg" /> - <sound name="z" file="en/alpha/Z.ogg" /> + <sound name="Z" file="en/alpha/Z.ogg" /> </alphabet> --- kdeedu/klettres/klettres/en/sounds.xml #1.1:1.2 @@ -44,5 +44,5 @@ <sound name="X" file="en/alpha/X.ogg" /> <sound name="Y" file="en/alpha/Y.ogg" /> - <sound name="z" file="en/alpha/Z.ogg" /> + <sound name="Z" file="en/alpha/Z.ogg" /> </alphabet> CVS commit by annma: fix #102320 BUGS:102320 M +1 -1 sounds.xml 1.17.2.3 --- kdeedu/klettres/klettres/data/sounds.xml #1.17.2.2:1.17.2.3 @@ -178,5 +178,5 @@ <sound name="X" file="en/alpha/X.ogg" /> <sound name="Y" file="en/alpha/Y.ogg" /> - <sound name="z" file="en/alpha/Z.ogg" /> + <sound name="Z" file="en/alpha/Z.ogg" /> </alphabet> Thanks so much! I never ended up telling you how impressed I was with the 20 minute response time to this bug. Even it was a quick fix... My three-year old son heartily enjoyed the game. Now he's getting into Mahjongg, too. |