Patch: Remove lockscreen weather info

Rating: 
5
Your rating: None Average: 5 (4 votes)
Screenshots: 
Application versions: 
Changelog: 

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's picture

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's picture

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).