I'm attempting to use the 'home icon quicklist' from What Custom Launchers and Unity Quicklists are available?
I've checked perms and the like, but I'm no expert on quicklist syntax so I figured I'd ask here since others may be having this problem if they've done an inline upgrade from Lucid or Karmic.
After logging back in, the icon disappears completely as if there's some type of syntax error.
I'm pretty sure the OnlyShowIn line might be affecting it - is this the case and which lines can I safely nuke from the "Gnome" list before the desktop shortcuts? Is there a specific log file I can tail to take a look at why this might be failing?
[Desktop Entry]
Name=Home Folder
Comment=Open your personal folder
TryExec=nautilus
Exec=nautilus --no-desktop
Icon=user-home
Terminal=false
StartupNotify=true
Type=Application
Categories=GNOME;GTK;Core;
OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-Ubuntu-Gettext-Domain=nautilus
X-Ayatana-Desktop-Shortcuts=Videos;Documents;Music;Pictures;Downloads
[Videos Shortcut Group]
Name=Videos
Exec=nautilus Videos
TargetEnvironment=Unity
[Documents Shortcut Group]
Name=Documents
Exec=nautilus Documents
TargetEnvironment=Unity
[Music Shortcut Group]
Name=Music
Exec=nautilus Music
TargetEnvironment=Unity
[Pictures Shortcut Group]
Name=Pictures
Exec=nautilus Pictures
TargetEnvironment=Unity
[Downloads Shortcut Group]
Name=Downloads
Exec=nautilus Downloads