<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>102320</bug_id>
          
          <creation_ts>2005-03-23 22:38:39 +0000</creation_ts>
          <short_desc>klettres (English) doesn&apos;t recognize letter Z</short_desc>
          <delta_ts>2005-04-07 16:40:33 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>klettres</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Joe Khoobyar">joe</reporter>
          <assigned_to name="Anne-Marie Mahfouf">annma</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>327425</commentid>
    <comment_count>0</comment_count>
    <who name="Joe Khoobyar">joe</who>
    <bug_when>2005-03-23 22:38:39 +0000</bug_when>
    <thetext>Version:            (using KDE 3.4.0, Gentoo)
Compiler:          gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.11-gentoo-r4

I was considering using this application w/ my three year old son, who would probably find it fun.  Unfortunately, when testing it out myself, I found that the application doesn&apos;t seem to recognize the letter Z.

It displays the Z when I type it, but it just continues to prompt for a Z after I type it.  All the other letters up to that point worked fine, and simply prompted for another letter.  But we&apos;re stuck at Z over here. :) Z, Z, Z, Z, Z, Z, Z, Z, Z</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>327432</commentid>
    <comment_count>1</comment_count>
    <who name="Anne-Marie Mahfouf">annma</who>
    <bug_when>2005-03-23 22:50:05 +0000</bug_when>
    <thetext>eeeps, you&apos;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:
&lt;sound name=&quot;z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
Change the z to Z so you have:
&lt;sound name=&quot;Z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
Then issue a su &apos;c &apos;make install&apos; to reinstall this file.

If you don&apos;t have the sources anymore, go to $KDEDIR/share/apps/klettres/data and edit the sounds.xml here to make the change.

I&apos;ll fix it for KDE 3.4.1 and in current cvs HEAD, thanks a lot for your report!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>327435</commentid>
    <comment_count>2</comment_count>
    <who name="Anne-Marie Mahfouf">annma</who>
    <bug_when>2005-03-23 22:53:55 +0000</bug_when>
    <thetext>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 @@
         &lt;/rect&gt;
     &lt;/property&gt;
-    &lt;property name=&quot;caption&quot;&gt;
-        &lt;string&gt;fontsdlg&lt;/string&gt;
-    &lt;/property&gt;
     &lt;grid&gt;
         &lt;property name=&quot;name&quot;&gt;

--- kdeedu/klettres/klettres/timerdlg.ui  #1.8:1.9
@@ -19,7 +19,4 @@
         &lt;/size&gt;
     &lt;/property&gt;
-    &lt;property name=&quot;caption&quot;&gt;
-        &lt;string&gt;timerdlg&lt;/string&gt;
-    &lt;/property&gt;
     &lt;grid&gt;
         &lt;property name=&quot;name&quot;&gt;

--- kdeedu/klettres/klettres/data/sounds.xml  #1.18:1.19
@@ -178,5 +178,5 @@
         &lt;sound name=&quot;X&quot; file=&quot;en/alpha/X.ogg&quot; /&gt;
         &lt;sound name=&quot;Y&quot; file=&quot;en/alpha/Y.ogg&quot; /&gt;
-        &lt;sound name=&quot;z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
+        &lt;sound name=&quot;Z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
     &lt;/alphabet&gt;
 

--- kdeedu/klettres/klettres/en/sounds.xml  #1.1:1.2
@@ -44,5 +44,5 @@
         &lt;sound name=&quot;X&quot; file=&quot;en/alpha/X.ogg&quot; /&gt;
         &lt;sound name=&quot;Y&quot; file=&quot;en/alpha/Y.ogg&quot; /&gt;
-        &lt;sound name=&quot;z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
+        &lt;sound name=&quot;Z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
     &lt;/alphabet&gt;
 
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>327437</commentid>
    <comment_count>3</comment_count>
    <who name="Anne-Marie Mahfouf">annma</who>
    <bug_when>2005-03-23 22:56:26 +0000</bug_when>
    <thetext>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 @@
         &lt;sound name=&quot;X&quot; file=&quot;en/alpha/X.ogg&quot; /&gt;
         &lt;sound name=&quot;Y&quot; file=&quot;en/alpha/Y.ogg&quot; /&gt;
-        &lt;sound name=&quot;z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
+        &lt;sound name=&quot;Z&quot; file=&quot;en/alpha/Z.ogg&quot; /&gt;
     &lt;/alphabet&gt;
 
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>332625</commentid>
    <comment_count>4</comment_count>
    <who name="Joe Khoobyar">joe</who>
    <bug_when>2005-04-07 16:40:32 +0000</bug_when>
    <thetext>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&apos;s getting into Mahjongg, too.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>