Patch removing the weather info item from the lockscreen.
Sources: https://github.com/ichthyosaurus/sailfish-public-patch-sources
Discussion: https://forum.sailfishos.org/t/patches-by-ichthyosaurus
Donations: https://liberapay.com/ichthyosaurus
Attachment | Size | Date |
---|---|---|
sfos-patch-rm-lockscreen-weather-1.0.0-1.noarch.rpm | 7.45 KB | 26/06/2019 - 14:15 |
sfos-patch-rm-lockscreen-weather-1.0.1-1.noarch.rpm | 7.65 KB | 27/12/2019 - 15:16 |
sfos-patch-rm-lockscreen-weather-1.0.2-1.noarch.rpm | 7.53 KB | 06/12/2020 - 20:06 |
sfos-patch-rm-lockscreen-weather-1.1.0-1.noarch.rpm | 7.75 KB | 15/04/2023 - 00:23 |
1.1.0:
- update compatibility info: the patch is compatible with all versions of SailfishOS 4.5
- you may have to install an earlier version of this patch on older system versions
- add donations link
1.0.2:
- update compatibility info: the patch is compatible with all versions of SailfishOS up to 3.4.0.24
1.0.1:
- update compatibility info: the patch is compatible with all versions of SailfishOS 3
1.0.0:
- initial public release
Comments
Markkyboy
Sun, 2023/04/16 - 12:29
Permalink
As a side note, to an already perfect patch. I found a file in /usr/lib64/qt5/qml/Sailfish/Weather/WeatherIndicator.qml at line 16/51 - visible: !!weather
removing just one of the exclamation marks, also hides/removes the lockscreen weather. I liked it as it only edits one character.
ichthyosaurus
Mon, 2023/04/17 - 00:29
Permalink
Ah yes, I thought about that too. The solution I used in the patch actually prevents the thing from being loaded at all, so my hope was that it might improve performance (and maybe doesn't access the network).