Skip to content
Commit baf799da authored by Ondrej Holy's avatar Ondrej Holy Committed by António Fernandes
Browse files

file-operations: Fix crashes when extracting encrypted archives

When extracting encrypted archives, Nautilus randomly crashes when opening
the password dialog. This happens pretty often under X11, but I have
already seen a few crashes on Wayland as well. I suppose that all those
crashes are caused because the password dialog is constructed on the
extraction thread and GTK is not thread-safe. Let's modify the code to call
GTK on the main thread only to fix those crashes.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1825
parent cba5beec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment