-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] When an installation fails, Storeman endlessly displays "Installing" on the app page #288
Comments
Relevant pieces in the code: Spinners:
running status: So the two spinners are shown or hidden depending on the 'running' status, which is bound to certain states in PackageInformation.qml lines 58ff. It appears the state stays at "OrnPm.PackageInstalling" forever for some reason. |
Does this statement imply that you can reproduce this issue on SFOS 4.x.y? Or was it just a first code analysis WRT this issue? In either case, thank you for looking at this! |
On Saturday, 16 July 2022, olf wrote:
Does this statement imply that you can reproduce this issue on SFOS 4.x.y? Or was it just a first code analysis WRT this issue?
Well I have seen the 'endless spinner' several times on 4.x. But not related to an installation failing, just general updating.
So no I have not reproduced in that sense, and commented just to point out where to look.
Which I will do some more "soon".
…--
Sent from my Sailfish device
|
Take your time; so "Jolla-soon" is fine for me. Having you involved with Storeman already is a psychological uplift for me, because maintaining it alone became a dead end in terms of motivation, quality assurance, skills and workload. |
SailfishOS VERSION (Settings → About product → Build): 3.2.1
HARDWARE (Settings → About product → Manufacturer & Product name): Xperia X
Storeman VERSION (Storeman → [Top pulley] About Storeman): 0.2.8, 0.2.10 & 0.3.0
BUG DESCRIPTION
When an installation fails, Storeman endlessly displays "Installing" with a spinning circle on the page of the failed app. One can go elsewhere in Storeman and return to the page of the failed app, it will still display "Installing" and the circle will be spinning, until Storeman is closed and reopened.
STEPS TO REPRODUCE
Try to install an app, which is known to fail installing, because some dependency is not met.
Expected behaviour
Storeman should cease displaying "Installing" and stop showing the spinning circle, when the corresponding failure notification is emitted.
ADDITIONAL INFORMATION
Needs to be retested / confirmed on SailfishOS 4.x.y.
Screenshot depicting the issue:
The text was updated successfully, but these errors were encountered: