Commit 335b02f
committed
Merge remote-tracking branch 'origin/pr/434'
* origin/pr/434:
Skip updating disk size when qube is removed
Pull request description:
Fixes: QubesOS/qubes-issues#10285
For: QubesOS/qubes-issues#1512
---
I got to reproduce the issue:
- qube manager -> default-dvm settings -> preload 4 disposables -> preload 0 disposables -> click on qube manager
When clicking/focusing on qube manager, it triggers [QEvent.Type.WindowActivate](https://github.com/QubesOS/qubes-manager/blob/40fbf47c97df085b2a8315f728758606b1b6e3e9/qubesmanager/qube_manager.py#L927) which calls `VmManagerWindow.update_running_size()`.
I logged `would fail` the line above the pass and got confirmation that it would fail there. I could not get it to fail in other places.1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
1194 | 1197 | | |
1195 | 1198 | | |
1196 | 1199 | | |
| |||
0 commit comments