Comment 16 for bug 40177

Revision history for this message
Sidnei da Silva (sidnei) wrote :

There were a couple issues with the kiwi-examples package as installed on dapper.

1. Some of the .glade files were gzipped as .glade.gz
2. Kiwi had a bug that it wouldn't load the .glade file if you ran the script from a different directory (reported as http://bugzilla.async.com.br/show_bug.cgi?id=2409).

Example:
"""
python /usr/share/doc/kiwi-examples/examples/framework/news/news4.py
"""

A fix has been checked in to kiwi to fix #2 and accept .glade.bz2 .glade.gz files as alternative to .glade.

A fix has been checked in to gazpacho to allow loading of .glade.bz2 and .glade.gz in addition to .glade files.

Please update the packages to the to-be-released versions of those upstream products to fix the issue.