Skip to content

applets/systemtray: Fix wrong layout when loading

Ismael Asensio requested to merge work/iasensio/fix-systray-loading-layout into master

Do not enable the add and display animations on the grid layout until the component is ready.

This fixes some of the items getting stuck on the wrong position when loading the systemtray (on plasmashell start), probably because some animations were getting cancelled by other ones.

BEFORE AFTER
Screenshot_20240105_235030 Screenshot_20240105_235201

I haven't seen any reports about this issue, but I've been experiencing it consistently on every plasmashell start/restart.

Merge request reports