I wish to add an item to the Main Menu under Internet. Could someone please tell me how to do that? I have tried to do it like I have done it in other Debian based systems, but nothing I have tried succeeds.
Create a desktop file in your home directory, for example:
~/.local/share/applications/your-app.desktop
and create content:
[Desktop Entry]
Type=Application
Name=app-name
Exec=/path/to/app
StartupNotify=false
Terminal=false
Icon=/path/to/icon
Categories=Application;Network;