LibreOffice 3.4 New Features and Fixes
I hate waiting
, so here we go:
1. Remove current libreoffice
	2. Download libreoffice 3.4
	3. Extract & Install
	If you're using oxygen-gtk style, you'll get gnome-ish appearance instead of oxygen.
[img width=400 height=284]http://i.imgur.com/3WU35.jpg[/img]
You can easily fix this by removing libstdc++.so & libcairo.so installed by libreoffice.
	[img width=400 height=284]http://i.imgur.com/E8tye.jpg[/img]
							
						
					I hate waiting
, so here we go:1. Remove current libreoffice
Code:
	
	sudo apt-get purge libreoffice*
Code:
	
	cd ~/Downloads #32bit wget [url]http://download.documentfoundation.org/libreoffice/stable/3.4.0/deb/x86/LibO_3.4.0_Linux_x86_install-deb_en-US.tar.gz[/url] #64bit wget [url]http://download.documentfoundation.org/libreoffice/stable/3.4.0/deb/x86_64/LibO_3.4.0_Linux_x86-64_install-deb_en-US.tar.gz[/url]
Code:
	
	tar xzf LibO*.tar.gz cd LibO*/DEBS sudo dpkg -i *.deb cd desktop-integration sudo dpkg -i *.deb
[img width=400 height=284]http://i.imgur.com/3WU35.jpg[/img]
You can easily fix this by removing libstdc++.so & libcairo.so installed by libreoffice.
Code:
	
	ubuntuku@satellite:~$ sudo updatedb ubuntuku@satellite:~$ locate libstdc++.so | grep libreoffice /opt/libreoffice3.4/ure/lib/libstdc++.so.6 ubuntuku@satellite:~$ sudo mv /opt/libreoffice3.4/ure/lib/libstdc++.so.6 /opt/libreoffice3.4/ure/lib/libstdc++.so.6.bak ubuntuku@satellite:~$ locate libcairo.so | grep libreoffice /opt/libreoffice3.4/basis3.4/program/libcairo.so.2 ubuntuku@satellite:~$ sudo mv /opt/libreoffice3.4/basis3.4/program/libcairo.so.2 /opt/libreoffice3.4/basis3.4/program/libcairo.so.2.bak



							
						


. I ended up using the steps by ubuntuku to get menus and text acceptable. Thanks very much from one who has to prepare presentations in a M$ world.
							
						




Comment