Unzip files with double-click (Mac style)
install unzip
apt --no-install-recommends install unzip
Create a desktop entry file ~/.local/share/applications/unzip.desktop. Text inside:
[Desktop Entry]
Exec=unzip
MimeType=application/zip;
Name=unzip
NoDisplay=true
Type=Application
Go to a zip-file, right-click and go to settings. Change „open with“, add a new application and type „unzip“ (without „“) in the search field. Press OK. Now double click the zip file. The files should be extracted to the folder the zip is in right away. There won’t be no warnings about overwritten files!