Tente excluir ~/.config/libreoffice
rm ~/.config/libreoffice
e reinicie o LibreOffice
Após atualizar o sistema de 14.10 para 15.04, o LibreOffice (calc / writer) não quer iniciar. Eu recebo: LibreOffice 4.4 - Erro Fatal O aplicativo não pode ser iniciado. A instalação do usuário não pôde ser concluída.
Tente excluir ~/.config/libreoffice
rm ~/.config/libreoffice
e reinicie o LibreOffice
Teste isso:
Abra um terminal pressionando Ctrl + Alt + T .
Execute os seguintes comandos:
sudo -i
apt-get update
apt-get --purge remove libreoffice*
apt-get autoremove
apt-get clean
apt-get install --reinstall deborphan
deborphan
apt-get --purge remove 'deborphan'
deborphan –-libdevel
apt-get --purge remove 'deborphan --libdevel'
dpkg --purge 'COLUMNS=300 dpkg -l | egrep "^rc" | cut -d' ' -f3'
OLDCONF=$(dpkg -l|grep "^rc"|awk '{print }')
CURKERNEL=$(uname -r|sed 's/-*[a-z]//g'|sed 's/-386//g')
LINUXPKG="linux-(image|headers|ubuntu-modules|restricted-modules)"
METALINUXPKG="linux-(image|headers|restricted-modules)-(generic|i386|server|common|rt|xen)"
OLDKERNELS=$(dpkg -l|awk '{print }'|grep -E $LINUXPKG |grep -vE $METALINUXPKG|grep -v $CURKERNEL)
apt-get purge $OLDCONF
apt-get purge $OLDKERNELS
apt-get install --reinstall libreoffice libreoffice-base-drivers libreoffice-pdfimport libreoffice-help-en-us libreoffice-templates mythes-en-us libreoffice-java-common myspell-en-us libreoffice-common
Tags updates libreoffice 15.04