To create Desktop shortcuts in Ubuntu,gnome-panel package is required first.
- Open Terminal. To open terminal click the Dash home from Unity launcher. And type terminal in the search field. And click Terminal.
- Type the below code in terminal and hit enter.
sudo apt-get install --no-install-recommends gnome-panel
- Then type below code in terminal and hit enter
gnome-desktop-item-edit ~/Desktop/ --create-new
- The create launcher window will pop-up,Type application name in the name field and type application name or path or browse in the command field. And click OK button.
- Now check your desktop for the shortcut.
- If you want your shortcut to appear in the Unity launcher panel (the pop-out one on the left), you can drag it there from the desktop.
No comments:
Post a Comment