💾 Archived View for seydaneen.nahtgards.de › leuchtturm › dwemerartefakte › SailfishOS › index.gemin… captured on 2023-11-14 at 07:50:21. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
I'm not responsable for any problems you might have. If something failes - and your SailfishOS installation might be have to be reinstalled - it's your problem ;)
Prepatches the Page.qml file for better system wide landscape compatibility.
To install you clud use following lines as super user (devel-su in terminal or over ssh):
mv /usr/lib/qt5/qml/Sailfish/Silica/Page.qml /usr/lib/qt5/qml/Sailfish/Silica/Page.qml_original mv Page_[SFOS version number].qml /usr/lib/qt5/qml/Sailfish/Silica/Page.qml
(for newer SailfishOS versions for aarch64 its /usr/lib64/...)
First line makes a backup of the original and the second places my patched file in the right place.
Beware: Make sure that all goes well. If the second command failes and you don' have a Page.qml in /usr/lib/qt5/qml/Sailfish/Silica/ your installation is damaged!
OLD: