How do I rename Nautilus name in the GNOME Shell launcher in Ubuntu 21.10? I tried to find the desktop file in /usr/share/applications, but I can't find it anywhere for Nautilus.
1 Answer
Follow these steps:
Copy the Nautilus .desktop file in your home directory (replace
<username>with your current username). Using the terminal, run the command:cp /usr/share/applications/org.gnome.Nautilus.desktop /home/<username>/.local/share/applications/You can edit the file directly in
/usr/share/applicationsusing root privileges, but it's better if you copy the .desktop file in your home: the copied file will have "priority" over the one in/usr/share/applicationsand will not be overwritten during Nautilus updates.Then open the file
/home/<username>/.local/share/applications/org.gnome.Nautilus.desktopend edit theNamefield.If you are in a Xorg session, press Alt+F2, write
rin the box and press Enter. If your session is Wayland, logout and login (or, if you don't care, reboot).