testing approach
This commit is contained in:
parent
cf0089e100
commit
b989e4b7f0
4 changed files with 345 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
Name: sonic-workspace
|
||||
Summary: Plasma workspace, applications and applets
|
||||
Version: 6.6.4
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
|
||||
# Automatically converted from old format: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT - review is highly recommended.
|
||||
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
|
||||
|
|
@ -37,7 +37,7 @@ Source40: ssh-agent.conf
|
|||
Source41: spice-vdagent.conf
|
||||
|
||||
## upstream patches
|
||||
Patch0: sonic-workspace-6.6.4-mask-throttle.patch
|
||||
Patch0: sonic-workspace-6.6.4-panel-compositor-atom.patch
|
||||
|
||||
## upstreamable Patches
|
||||
|
||||
|
|
@ -691,6 +691,12 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 03 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.6.4-16
|
||||
- Move panel floating animation coordination into the compositor via a private
|
||||
_SONIC_WM_PANEL_ANIMATING X atom. The panel no longer throttles its own mask
|
||||
updates; instead it tells the compositor when it is animating, and the
|
||||
compositor batches blur/contrast region updates until the animation finishes.
|
||||
|
||||
* Thu Jul 02 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.6.4-15
|
||||
- Reduce per-frame compositor work during panel floating animation:
|
||||
throttle blur/contrast mask updates and avoid setGeometry/slideWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue