https://bugs.kde.org/show_bug.cgi?id=493975
--- Comment #5 from jackyzy...@gmail.com --- Created attachment 174353 --> https://bugs.kde.org/attachment.cgi?id=174353&action=edit virt-manager create vm UI, minus become X with breeze icon 6.6 Another virt-manager UI problem due to breeze icon update. When creating VM, on the CPU/MEM page, the adjust button looks wrong. See attachments. Using strace: I traced to ``` [pid 5606] openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16@2x/list-remove-symbolic.svg", O_RDONLY|O_CLOEXEC) = 22 [pid 5606] openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16@2x/list-remove-symbolic.svg", O_RDONLY|O_CLOEXEC) = 22 [pid 5606] openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16@2x/list-add-symbolic.svg", O_RDONLY|O_CLOEXEC) = 22 [pid 5606] openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16@2x/list-add-symbolic.svg", O_RDONLY|O_CLOEXEC) = 22 ``` Previously list-remove-symbolic is a "-"(minus) mark, now it is a "x" mark. This may from https://invent.kde.org/frameworks/breeze-icons/-/commit/486a6fcffa4705aaeed2f7c9def0bc5f5d9f40d9 Some Ref: https://github.com/virt-manager/virt-manager/blob/fe09e8f47e37982aa284c07123124d3f11803941/ui/createvm.ui#L1883 Since it is a GtkSpinButton widget , i think virt-manager project can do nothing on this. -- You are receiving this mail because: You are watching all bug changes.