0

I have created a shortcut to /var/www folder in the name 'www' to my desktop.Is it possible to add/drag this folder shortcut to ubuntu launcher?

PLease help, Thanks

1 Answers1

0
  1. Install gnome-panel using command,

    sudo apt-get install --no-install-recommends gnome-panel

  2. Create new gnome-desktop-item,

    sudo gnome-desktop-item-edit /usr/share/applications/ --create-new

  3. Select type as location,

1

  1. Set name and copy & paste the folder location

2

  1. Select Icon Image(64x64-recommented)

enter image description here

  1. Enter comment click ok

enter image description here

  1. Now you can search and drag it into launchbar.
A J
  • 11,367
  • 17
  • 44
  • 59