View Single Post
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#21
Originally Posted by llelectronics View Post
Yeah installs and boots fine. Auto orientation works.
Camera not. It opens a white window (seems like some qml components are missing) . See the error reported in terminal :

Code:
[W] unknown:20 - file:///usr/share/jolla-camera/camera.qml:20:9: Type CameraPage unavailable 
             CameraPage { 
             ^ 
[W] unknown:96 - file:///usr/share/jolla-camera/pages/CameraPage.qml:96:13: Type CaptureView unavailable 
                 CaptureView { 
                 ^ 
[W] unknown:3 - file:///usr/share/jolla-camera/pages/capture/CaptureView.qml:3:1: module "QtPositioning" is not installed 
     import QtPositioning 5.1 
     ^
The strange thing is that I am not able to install anything from store or via rpm.
Even pkcon refresh is throwing an Authentification failed

Update: After disabling the adaptation0 repo everything seems to work again. You can do that with

Code:
ssu dr adaptation0
Update 2: Ok the adaptation0 provides gstreamer plugins I guess as I cannot get videos running (Gstreamer is missing a plugin error)

So I guess this needs another fix.
that is indeed odd, and someones porting gstreamer 1.0

edit: after a redownload and reinstall it works,

Last edited by m4r0v3r; 2015-03-01 at 00:00.