Bug 1779362
Summary: | virt-manager's systray icon freezes the whole Gnome-Shell desktop for 2/3 seconds | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | mathieu.tarral |
Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | berrange, crobinso, gscrivan, paelzer |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-09-01 23:30:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
mathieu.tarral
2019-12-03 20:06:46 UTC
Thanks for the report. I think this may fix it: commit 4348d4b1282bac3cd58d2271844b679ad46ed8ae Author: Cole Robinson <crobinso> Date: Thu Aug 20 16:19:26 2020 -0400 systray: Don't rebuild the menu on every change Previously we were rebuilding the whole menu on any VM/connection state change which with kstatusnotifier sends a lot of events over dbus. After this it updates as little as possible |