Comment 2 for bug 1598213

Revision history for this message
Daniel J Blueman (watchmaker) wrote :

When installing khangman, it doesn't install a needed dependency, so it fails to start correctly:

$ khangman
Gtk-Message: Failed to load module "pantheon-filechooser-module"
Checking path "/usr/share/apps/kvtml" for kvtml files
file:///usr/share/khangman/qml/main.qml:36:5: Type GamePage unavailable
         GamePage {
         ^
file:///usr/share/khangman/qml/GamePage.qml:28:1: module "QtGraphicalEffects" is not installed
     import QtGraphicalEffects 1.0

Adding the dependency on qml-module-qtgraphicaleffects fixes this.