Only root User is able to open LibreOffice
Perhaps you have the same problem as this guy did.
Make sure your user owns ~/.config
and everything in it.
This should do it:
sudo chown -R --reference="$HOME" ~/.config
It'll change everything in that directory to have the same owner and group as your home directory, which should have the proper values.