Bug 494254

Summary: KHangman does not get custom word list
Product: [Applications] khangman Reporter: produnis <kde>
Component: generalAssignee: Anne-Marie Mahfouf <annma>
Status: RESOLVED NOT A BUG    
Severity: minor CC: cagdasalagoz
Priority: NOR    
Version First Reported In: 24.08.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description produnis 2024-10-07 17:53:16 UTC
KHangman does not recognize a new custom word list


STEPS TO REPRODUCE
1. created your own wordlist for khangman. As my words are German, my file is/usr/share/apps/kvtml/de/foobar.kvtml and looks like this: 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kvtml PUBLIC "kvtml2.dtd" "http://edu.kde.org/kvtml/kvtml2.dtd">
<kvtml version="2.0">
  <information>
    <generator>converter</generator>
    <title>Statistik</title>
    <comment>Statistik</comment>
  </information>
  <identifiers>
    <identifier id="0">
      <locale>de</locale>
    </identifier>
  </identifiers>
  <entries>
    <entry id="0" >
      <inactive>false</inactive>
      <inquery>false</inquery>
      <translation id="0" >
        <text>Standardabweichung</text>
        <comment>Wurzel aus der Varianz</comment>
      </translation>
    </entry>

2.  Start KHangman

OBSERVED RESULT
The custom word list is not listed

EXPECTED RESULT
The new custom word list IS listed and ready to be played

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: archlinux
KDE Plasma Version: 6.1.5
KDE Frameworks Version:  6.6.0
Qt Version: 6.7.3
Comment 1 produnis 2024-10-07 17:55:21 UTC
clipboard cut off the tail of my list presented above:

(...)
</entries>
</kvtml>
Comment 2 produnis 2025-07-03 16:42:05 UTC
Stupid me had suffix `foo.kvtm` instead of `foo.kvtml`
works now...
:sunny: 
please close
Comment 3 Cagdas ALAGOZ 2025-07-11 13:01:27 UTC
The author stated it is working.