I deleted the app yet the background still won't get removed #607
-
I don't understand how git.hub works or the lively wallpapers app. I forgot to remove the background before deleting the application. I tried to re-install the app but it won't download since there's another lively wallpapers app open. I tried restarting my laptop yet the background still wouldn't go away. I tried looking for something online and found this website. I can't figure out how to remove the background. I know this is my mistake but if you could help me fix it I would be really happy. (windows 10) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is code in the uninstaller to kill running Lively and mutex check also ensure uninstaller only proceed after termination: It is impossible for this to happen unless somehow you downloaded year old version of Lively without these checks or did not run the uninstaller. |
Beta Was this translation helpful? Give feedback.
There is code in the uninstaller to kill running Lively and mutex check also ensure uninstaller only proceed after termination:
https://github.com/rocksdanister/lively/blob/dev-v1.0-fluent-netcore/src/installer/Script.iss
It is impossible for this to happen unless somehow you downloaded year old version of Lively without these checks or did not run the uninstaller.