Skip to content
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

Open
Olf0 opened this issue Apr 3, 2022 · 4 comments
Labels
bug This is indeed a bug

Comments

@Olf0
Copy link
Member

Olf0 commented Apr 3, 2022

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:
Screenshot_20220403_002

@Olf0 Olf0 added the bug This is indeed a bug label Apr 3, 2022
@nephros
Copy link
Collaborator

nephros commented Jul 15, 2022

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.

@Olf0
Copy link
Member Author

Olf0 commented Jul 16, 2022

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!

@nephros
Copy link
Collaborator

nephros commented Jul 17, 2022 via email

@Olf0
Copy link
Member Author

Olf0 commented Jul 17, 2022

Which I will do some more "soon".

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is indeed a bug
Projects
None yet
Development

No branches or pull requests

2 participants