From 01ad84f952f5faa65e299d2b8d68efc005d87c09 Mon Sep 17 00:00:00 2001 From: Ali Mirjamali Date: Mon, 8 Jul 2024 20:35:22 +0330 Subject: [PATCH] "Boot qubes from CD-ROM" shouldnt show the same qube as source fixes: https://github.com/QubesOS/qubes-issues/issues/9344 (cherry picked from commit 95a5c5b07f19c687c2dd6fb9ad96de888dcbb9e6) --- qubesmanager/bootfromdevice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qubesmanager/bootfromdevice.py b/qubesmanager/bootfromdevice.py index f0502f2b..6fc60454 100644 --- a/qubesmanager/bootfromdevice.py +++ b/qubesmanager/bootfromdevice.py @@ -105,6 +105,7 @@ def __init_buttons__(self): utils.initialize_widget_with_vms( widget=self.fileVM, qubes_app=self.qubesapp, + filter_function=(lambda x: x != self.vm), allow_internal=True )