Skip to content

Fix GUI Freezing while running pre-backup command #2214

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ahmedhosssam
Copy link

Description

This PR fixes the GUI freezing bug while running pre-backup command, if the command takes time, the GUI freezes until the command finishes.

Related Issue

Fixes #210

How Has This Been Tested?

I tested the change using a couple of scripts, and I made sure that the script itself will finish completely before backup starts executing.

Screenrecord:

2025-03-08.23-35-05.mp4

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the CONTRIBUTING guide.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

I provide my contribution under the terms of the license of this repository and I affirm the Developer Certificate of Origin.

m3nu
m3nu previously approved these changes Mar 10, 2025
@m3nu
Copy link
Contributor

m3nu commented Mar 10, 2025

Elegant solution. Well done!

@m3nu
Copy link
Contributor

m3nu commented Mar 10, 2025

Minor issue with formatting. Did you use the pre-commit hooks?

@ahmedhosssam
Copy link
Author

Minor issue with formatting. Did you use the pre-commit hooks?

Done

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.

Long running pre-backup commands freeze UI
2 participants