Comment 13 for bug 704997

Revision history for this message
Paul Sladen (sladen) wrote : Re: Unity work-space switcher icon looks like an application - new launcher icons need uploading to Natty

Unity currently calls out using 'SetIconName' for both 'user-trash' and 'workspace-switcher' and doesn't ship either of them in itself (although the /other/ four remaining "Find Find Find Find" lens icons are packaged within the Unity source:

  $ grep -r SetIconName.*\" .
  ./src/TrashLauncherIcon.cpp: SetIconName ("user-trash");
  ./src/LauncherController.cpp: _expoIcon->SetIconName ("workspace-switcher");

The icon that is getting used is the one delivered with Humanity:

  /usr/share/icons/Humanity/places/64/user-trash.svg

So replacing this will do the trick:

  $ find -name \*workspace\*
  ./Humanity/apps/48/gnome-panel-workspace-switcher.svg
  ./Humanity/apps/48/workspace-switcher.svg
  ./Humanity/apps/32/gnome-panel-workspace-switcher.svg