Skip to content

Instantly share code, notes, and snippets.

@Adenilson
Created January 23, 2013 18:43
Show Gist options
  • Save Adenilson/4611445 to your computer and use it in GitHub Desktop.
Save Adenilson/4611445 to your computer and use it in GitHub Desktop.
snowshoe fails to start
adenilson@asusbloat:~/Desktop/snowshoe/snowshoe$ echo $QML_IMPORT_PATH
:/home/adenilson/apps/webkit/Webkit/WebKitBuild/Release/imports
adenilson@asusbloat:~/Desktop/snowshoe/snowshoe$ tree /home/adenilson/apps/webkit/Webkit/WebKitBuild/Release/imports
/home/adenilson/apps/webkit/Webkit/WebKitBuild/Release/imports
└── QtWebKit
├── experimental
│   ├── libqmlwebkitexperimentalplugin.so
│   └── qmldir
├── libqmlwebkitplugin.so
└── qmldir
2 directories, 4 files
adenilson@asusbloat:~/Desktop/snowshoe/snowshoe$ ./snowshoe
qrc:///qml/main.qml:53:5: Type TabWidget unavailable
qrc:///qml/TabWidget.qml:20:1: Type PageWidget unavailable
qrc:///qml/PageWidget.qml:19:1: module "QtWebKit.experimental" is not installed
qrc:///qml/PageWidget.qml:18:1: module "QtWebKit" is not installed
qrc:///qml/PageWidget.qml:19:1: module "QtWebKit.experimental" is not installed
qrc:///qml/PageWidget.qml:18:1: module "QtWebKit" is not installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment