Comment 13 for bug 1844808

Revision history for this message
razor7 (ghiamar) wrote :

Hi! At time of writing, applying the patch results in moving the desktop file/folder to trash, but no difference with **shift+delete** (it also moves the file to the trash)

To apply the patch intermediately instead of waiting to the release of the updated package, you can follow this steps.

If you followed https://gitlab.gnome.org/GNOME/nautilus/issues/158#alternative-solution, you may need these extra steps:

 - rm ~/.config/autostart/nemo-autostart-with-gnome.desktop
 - sudo apt-get purge nemo
 - sudo apt autoremove -y
 - sudo apt install --reinstall gnome-shell-extension-desktop-icons

Then edit this two files:

 - In a terminal: sudo nautilus
 - Navigate to /usr/share/gnome-shell/extensions/desktop-icons@csoriano/
 - Open createFolderDialog.js with gedit or similar
 - Copy/Paste https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/raw/8ba06e3f456e211dfeace27bb27221cd375b65de/createFolderDialog.js
 - Open desktopGrid.js with gedit or similar
 - Copy/Paste https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/raw/8ba06e3f456e211dfeace27bb27221cd375b65de/desktopGrid.js

Restart and you're done!