Corrupted CameraView.qml file

Hi all, I was fiddling with the camera app on my Sony Xperia 10ii, stupidly, I did not back up the file I’ve corrupted. The file in question is;

/usr/lib64/qt5/qml/com/jolla/camera/capture/CaptureView.qml

Can someone furnish me with a copy of that file please?

The problem with the file as it is, means when the device is rotated to landscape and back, the UI of the camera does not rotate back to portrait, I don’t recall what I tried doing, but I’ve messed something up.

TIA,

There you go.
From Xperia 10iii, don’t know if it differs though!

Thank you, I will give it a try, thanks for responding, much appreciated!

No problem! Here is a new link with actual access… :slight_smile:

2 Likes

Thankyou @kostas12ldb problem solved, as soon as I opened the file, I could see where I’d fkd up!, thanks man, you saviour!

3 Likes

You can find which rpm provided the file this way:

rpm -qf /usr/lib64/qt5/qml/com/jolla/camera/capture/CaptureView.qml

And then just reinstall the package.

6 Likes

Thanks @smyru, I’d forgotten that method!