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

Backup button in the manager causes an exception #728

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 30 Mar 2013 21:39 UTC

TypeError: C++ type 'list' is not supported as a slot argument type
at line 1567
of file /usr/lib64/python2.7/site-packages/qubesmanager/main.py.

----
line: self.connect(self.select_vms_widget, SIGNAL("items_removed(list)"), self.vms_removed)
func: __init__
line no.: 89
file: /usr/lib64/python2.7/site-packages/qubesmanager/backup.py
----
line: backup_window = BackupVMsWindow(app, self.qvm_collection, self.blk_manager, self.shutdown_vm)
func: action_backup_triggered
line no.: 1567
file: /usr/lib64/python2.7/site-packages/qubesmanager/main.py

Migrated-From: https://wiki.qubes-os.org/ticket/728

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 2 Apr 2013 12:04 UTC
What version do you use? This bug is already fixed here:
http://git.qubes-os.org/?p=marmarek/qubes-manager.git;a=commit;h=987bdfc50dfe42cd3b9d981c6972436b5fc09465

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 2 Apr 2013 12:04 UTC
What version do you use? This bug is already fixed here:
http://git.qubes-os.org/?p=marmarek/qubes-manager.git;a=commit;h=987bdfc50dfe42cd3b9d981c6972436b5fc09465

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 3 May 2013 17:53 UTC
Fixed in 2.0.13

Member

marmarek commented Mar 8, 2015

Comment by joanna on 3 May 2013 17:53 UTC
Fixed in 2.0.13

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment