I'm new with Linux, I like but I'm learning how to use it. Today I wanted to create a quick launcher for a hard drive where I have data, no OS installed.
I tried this:
sudo apt install gnome-panel
sudo apt update
sudo apt upgrade
sudo gnome-desktop-item-edit /home/cumpi/Escritorio/ --create-new
After this command I have this error:
sudo: gnome-desktop-item-edit: orden no encontrada
(in English that means order no found).
Any idea?
Thanks