Bug 494254 - KHangman does not get custom word list
Summary: KHangman does not get custom word list
Status: REPORTED
Alias: None
Product: khangman
Classification: Applications
Component: general (show other bugs)
Version: 24.08.1
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Anne-Marie Mahfouf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-07 17:53 UTC by produnis
Modified: 2024-10-07 17:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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