No Main LibreOffice Icon, and missing LibreOffice Icons

I just install LibreOffice 4.1.1.2, and am having an issue with finding a few things. I see that I have Writer, Impress, Calc, Base and Draw. I am not seeing the rest of the icons that I should be seeing, like Math and the main LibreOffice Start Center Icon. I saw these when LibreOffice 3 was on my computer. I currently running Ubuntu 12.04 LTS. I have done the sudo apt-get remove libreoffice*, sudo apt-get autoremove twice just to make sure, once to remove the LibreOffice 3 and one for the new install. What else do I need to do to get these icons?

Hi there!

Remove completely:

sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove

Using LO in Ubuntu 12, you can add the repository with this command:

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get install libreoffice

So with this you can update and install without trouble.