View Single Post
Posts: 281 | Thanked: 679 times | Joined on Feb 2010
#2022
Maybe helpful: mainpage.qml.rej:
Code:
--- usr/share/jolla-settings/pages/sailfishos/mainpage.qml
+++ usr/share/jolla-settings/pages/sailfishos/mainpage.qml
@@ -267,10 +284,7 @@
                             }
                         }
                     } else if (storeIf.mayInstall) {
-                        // Let the UI smoothly fade out first before doing anything scary
-                        shutdownBus.call("setShutdownMode", ["upgrade"])
-                        // Clear the cache and the system update notification
-                        storeIf.clearOsUpdateCheckCache()
+                        patchmanagerBus.call("unapplyAllPatches", [], unapplyAllCallback)
                     }
                 }
             }
 

The Following User Says Thank You to cy8aer For This Useful Post: