Bug 293775

Summary: Algeria country map not listed in open map dialog
Product: [Applications] kgeography Reporter: Pierre Buard <pierre+libre.kde>
Component: generalAssignee: Albert Astals Cid <aacid>
Status: RESOLVED DUPLICATE    
Severity: minor CC: lauranger, lueck
Priority: NOR    
Version: 0.8.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Pierre Buard 2012-02-10 14:04:10 UTC
Version:           0.8.0 (using KDE 4.8.0) 
OS:                Linux

While present in the translation file, Algeria (#332-384) is not listed as a map and cannot be opened.

Reproducible: Always

Steps to Reproduce:
In KGeography, click on Open Map and look for Algeria in
the list.


Expected Results:  
The map should be listed and selectable.
Comment 1 Burkhard Lück 2012-02-11 08:17:09 UTC
Confirmed in master/4.8 compiled from sources

kdeedu/kgeography/data/ has 148 kgm/png files

${DATA_INSTALL_DIR}/kgeography/ only 142 kgm/png files

Using 
FILE(GLOB pngfiles *.png) 
FILE(GLOB kgmfiles *.kgm)
in CMakeLists.txt would avoid missing png/kgm files
Comment 2 Albert Astals Cid 2012-02-12 19:09:33 UTC
Burkhard your checkouts are old.

*** This bug has been marked as a duplicate of bug 293538 ***