Simoma / rena

Track recorder for Sailfish OS
GNU General Public License v3.0
11 stars 3 forks source link

Rena shows white screen #12

Closed arnbak closed 10 years ago

arnbak commented 10 years ago

The app starts up, but shows a white screen.

Using the version from the openrepos.net repo.

Simoma commented 10 years ago

Could you run Rena from the terminal and check the output? It might tell if it is missing some package, since white screen could be caused by a missing qml component.

arnbak commented 10 years ago

Starting it from the command line gave the following:

[nemo@Jolla ~]$ /usr/bin/harbour-rena
[D] QWaylandEglIntegration::QWaylandEglIntegration:58 - Using Wayland-EGL
[W] QQmlImportDatabase::importPlugin:1697 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations.
[W] unknown:28 - file:///usr/share/harbour-rena/qml/harbour-rena.qml:28:30: Type RecordPage unavailable
         initialPage: Component { RecordPage { } }
                                  ^
[W] unknown:23 - file:///usr/share/harbour-rena/qml/pages/RecordPage.qml:23:1: module "QtLocation" is not installed
     import QtLocation 5.0

The QtLocation packages seems to be installed though:

[nemo@Jolla ~]$ pkcon search name qtlocation
Available       qt5-plugin-geoservices-nokia-5.1.0+git28-1.17.7.armv7hl Qt Geoservices plugin for Nokia devices
Installed       qt5-plugin-geoservices-osm-5.1.0+git28-1.17.7.armv7hl   Qt Geoservices plugin for OpenStreetMaps
Installed       qt5-plugin-position-geoclue-5.1.0+git28-1.14.2.armv7hl  Qt Positioning plugin for Geoclue
Available       qt5-plugin-position-poll-5.1.0+git28-1.17.7.armv7hl Qt positioning plugin (pollling)
Installed       qt5-qtlocation-5.1.0+git28-1.17.7.armv7hl   The QtLocation library
Available       qt5-qtlocation-debuginfo-5.1.0+git28-1.17.7.armv7hl Debug information for package qt5-qtlocation
Available       qt5-qtlocation-devel-5.1.0+git28-1.17.7.armv7hl Development files for QtLocation
Available       qt5-qtlocation-source-5.1.0+git28-1.17.7.source Cross-platform application and UI framework
Available       qt5-qtlocation-source-debugsource-5.1.0+git28-1.17.7.armv7hl    Debug sources for package qt5-qtlocation-source
arnbak commented 10 years ago

I got it working by installing the package "qt5-qtdeclarative-import-location"

Simoma commented 10 years ago

Good to hear. That will be marked as required package in next release.