d04daf6a1c
When dragging icons out of a folder dialog, there is a very peculiar combination of steps that may break GNOME Shell: 1. Open an app folder dialog 2. Start dragging an icon to outside the grid 3. Wait until the popdown animation starts 4. Before it finishes, drop the icon 5. See the warnings / crash That's caused by the source icon being destroyed after the delayed move timer starts, and before it finishes. Protect against the source icon being destroyed before the delayed move timeout triggers by connecting to the 'destroy' signal and removing the timeout on the callback. Use a single field, called '_delayedMoveData', to store all data related to delayed moves. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1447 |
||
---|---|---|
.. | ||
dbusServices | ||
gdm | ||
misc | ||
perf | ||
portalHelper | ||
ui | ||
js-resources.gresource.xml | ||
meson.build | ||
portal-resources.gresource.xml |