On Ubuntu 20.04, Nautilus shows pop-ups when a copy is finished, or when a file is deleted ("undo"). However, the pop-ups are annoying because they cover the files underneath for quite a while.
How to disable all the pop-ups completely?
How to selectively disable only the "undo" pop-up, keeping the other pop-ups active?
I tried to follow this procedure (for Ubuntu 18.04),
How to remove the "Undo" popup when deleting a file in Nautilus
but in Ubuntu 20.04 the ~/.themes
folder does not exist.
~/.themes/
is one of the possible folders where your theme are. Check other ones, e.g./usr/share/themes/
,~/.local/share/themes/
. – pomsky May 22 '20 at 17:59