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

Vorta freezes in background on MacOS from master branch #2048

Closed
1 of 2 tasks
abhiaagarwal opened this issue Jul 31, 2024 · 0 comments · Fixed by #2050
Closed
1 of 2 tasks

Vorta freezes in background on MacOS from master branch #2048

abhiaagarwal opened this issue Jul 31, 2024 · 0 comments · Fixed by #2050
Assignees
Labels
type:bug Something doesn't work as intended

Comments

@abhiaagarwal
Copy link

Description

Hi there,

I'm currently building Vorta from source since there isn't a native M1 build and I don't like running Intel software on my laptop.

I have backups scheduled to run every three hours. Sometimes, when Vorta attempts to run a backup, the app freezes and needs to be force-closed. When force closed and reopened, the backup runs successfully. I think the error only occurs when Vorta is in the background.

It might have to do with MacOS changing from dark -> light mode. I don't know pyqt, but the error is occuring on the "palleteChanged" callback.

self.app.paletteChanged.connect(lambda p: self.set_icons())

Reproduction

  • I tried to reproduce the issue.
  • I was able to reproduce the issue.

OS

MacOS 14.5

Version of Vorta

master branch

What did you install Vorta with?

Other

Version of Borg

1.2.8

Logs

2024-07-30 07:14:28,154 - root - CRITICAL - Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new/choose
Traceback (most recent call last):
  File "views/schedule_page.py", line 68, in <lambda>
AttributeError: 'SchedulePage' object has no attribute 'set_icons'
@shivansh02 shivansh02 self-assigned this Jul 31, 2024
@shivansh02 shivansh02 added the type:bug Something doesn't work as intended label Jul 31, 2024
@m3nu m3nu closed this as completed in #2050 Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something doesn't work as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants