Skip to content

Instantly share code, notes, and snippets.

@bouroo
Last active July 17, 2017 04:33
Show Gist options
  • Select an option

  • Save bouroo/b8738a99ff8a4fcd31732cd491cab329 to your computer and use it in GitHub Desktop.

Select an option

Save bouroo/b8738a99ff8a4fcd31732cd491cab329 to your computer and use it in GitHub Desktop.
Create shortcut on GNOME desktop
#!/usr/bin/env bash
sudo apt-get -y install --no-install-recommends gnome-panel
gnome-desktop-item-edit --create-new ~/Desktop
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment