Dear Maintainer,
If I try to invoke help in the program, for example by invoking manual via "F1" key, program is unable to
find the help file.
strace reveals it is looking for help at
/usr/share/doc/openorienteering-mapper/Mapper 0.9.5 Manual.qch
However on the systemn is gzipped version installed:
'/usr/share/doc/openorienteering-mapper/Mapper 0.9.5 Manual.qch.gz'
So program is unable to find and dislpay its help
Fix on installed system is fairly trivial - unzip the files as root:
# gzip -d '/usr/share/doc/openorienteering-mapper/Mapper 0.9.5 Manual.qch.gz'
# gzip -d '/usr/share/doc/openorienteering-mapper/Mapper 0.9.5 Manual.qhc.gz'
.. once done, help works.
Fix on the deb package should be to ship those files not gzipped.
0.9.6 seems to be also affected - the help file is also packaged gzipped.