My question is similar to this, but it is about ubuntu 20.04. Is there a way to view the full name of a file/folder on the desktop by clicking on it?
Asked
Active
Viewed 1,043 times
sudo apt install --reinstall gnome-shell-extension-desktop-icons
– PRATAP Jul 05 '20 at 08:44desktop-icons
is the extension.. follow this post https://askubuntu.com/a/1233252/739431 to make it locally.. the best is get the source ofdesktop-icons
rename it.. install and enable it.. disable the default one that comes with Ubuntu 20.04 Out Of the Box!!! – PRATAP Jul 05 '20 at 08:55