Every topic fails with "file not found" because htm cache directory name is
"text", not "Text"
BUG:
After opening the chm file, none of the topics can be read.
Clicking on any topic file gives "Alert" (file not found) dialog box.
The actual cache directory name is "text".
But the dialog reports that the file was not found in cache directory "Text".
1)
$ rpm -q chmsee
chmsee-1.0.7-1.fc12.i686
2)
File-Open: myfile.chm
3)
Click on any topic file gives "Alert" (file not found) dialog box.
Example:
"The file
/home/david_f12/.chmsee/bookshelf/8bdc93b7bea43abe17d0f98a1c8eba40/Text/24l5l1.h
tm
cannot be found. Please check the location and try again."
4)
ls /home/david_f12/.chmsee/bookshelf/8bdc93b7bea43abe17d0f98a1c8eba40
chmsee_bookinfo chmsee_bookmarks Contents media text
5)
(ls output at #4 shows that) Created directory name is "text".
(example at #3 shows that) Attempting to access nonexistent directory "Text".
WORKAROUND:
The bug can be worked around by:
cd /home/david_f12/.chmsee/bookshelf/8bdc93b7bea43abe17d0f98a1c8eba40
mv text Text
Original issue reported on code.google.com by bouncing...@gmail.com on 17 Mar 2010 at 11:51
Original issue reported on code.google.com by
bouncing...@gmail.com
on 17 Mar 2010 at 11:51