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

locations: Do not cancel operations after a volume has been umounted / removed #2200

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

3v1n0
Copy link
Collaborator

@3v1n0 3v1n0 commented Apr 18, 2024

In case we're unmounting a volume we were optionally removing its icon
but this was also leading cancelling the operation that in the Gio queue
caused the action not to be fully performed.

So once, we've removed a volume or umounted a mount, we don't really
care about cancelling the ongoing operations since they should be done
already.

LP: #1993054

…/ removed

In case we're unmounting a volume we were optionally removing its icon
but this was also leading cancelling the operation that in the Gio queue
caused the action not to be fully performed.

So once, we've removed a volume or umounted a mount, we don't really
care about cancelling the ongoing operations since they should be done
already.

LP: #1993054
We were still getting a null icon but Gio was warning about so we
can just check if it has such attribute first.
@3v1n0 3v1n0 merged commit 6585266 into micheleg:master Apr 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant