I am building an Ubuntu 12.10 VM using Vagrant and Chef, and I want to control which icons initially appear in the launcher.
Specifically I want to clear out all of the initial launcher icons, just leaving the Start icon and Nautilous, then add icons for a couple of applications I'm installing with Chef.
Adding the icons I can probably handle from other posts, but how can I remove existing icons using only the command line?
gsettings get com.canonical.Unity.Launcher favorites "['nautilus-home.desktop', 'vlc.desktop']"
– shanethehat Jan 22 '14 at 11:26set
notget
... – rusty Jan 22 '14 at 13:19