Edz
27 November 2025 11:30
1
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!
Edz
27 November 2025 11:46
3
Thank you, I will give it a try, thanks for responding, much appreciated!
No problem! Here is a new link with actual access…
2 Likes
Edz
27 November 2025 11:56
5
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
smyru
27 November 2025 19:35
6
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
Edz
27 November 2025 21:39
7
Thanks @smyru , I’d forgotten that method!