https://bugs.freedesktop.org/show_bug.cgi?id=78332
--- Comment #6 from Thomas Lutz <[email protected]> --- Bugy Version: 4.2.3~rc3-0ubuntu2 Platform: Ubuntu 14.04 LTS DE: Unity @Antony: Thanks for providing the last working version 4.1.6.2!!! You just made my day! @Joel Madero: You are also using Ubuntu 14.04 LTS. Can you provide me with information on how to "officially downgrade" libreoffice? Here is how I "fixed" my system: # --- remove libreoffice # apt-get purge libreoffice # apt-get purge libreoffice-* # # --- make shure no libreoffice packages are installed - must NOT return any results # aptitude search libreoffice | grep -v -e '^v' | grep -v -e '^p' TEMP_FOLDER="/tmp/libreoffice_downgrade" mkdir -p $TEMP_FOLDER cd $TEMP_FOLDER # versions --- http://downloadarchive.documentfoundation.org/libreoffice/old/ wget http://downloadarchive.documentfoundation.org/libreoffice/old/4.1.6.2/deb/x86_64/LibreOffice_4.1.6.2_Linux_x86-64_deb.tar.gz.md5 wget http://downloadarchive.documentfoundation.org/libreoffice/old/4.1.6.2/deb/x86_64/LibreOffice_4.1.6.2_Linux_x86-64_deb.tar.gz # check md5 sums md5sum -c *.md5 # unpack deb archives tar xfv *deb.tar.gz # change to install dir cd Libre*_deb/DEBS # check what deb files are installed ls -la *.deb # install sudo dpkg -i *.deb -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
