Skip to content

Instantly share code, notes, and snippets.

@chrisjlee
Created March 22, 2012 02:29
Show Gist options
  • Save chrisjlee/2155226 to your computer and use it in GitHub Desktop.
Save chrisjlee/2155226 to your computer and use it in GitHub Desktop.
ubuntu 11.10 - create desktop icon
#!/bin/bash
#install gnome panel if needed
sudo apt-get install --no-install-recommends gnome-panel
#create an icon on to the desktop - pops up interface to do so
sudo gnome-desktop-item-edit --create-new ~/Desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment