I even tried uninstalling and reinstalling as so:
sudo yum remove libreoffice*
sudo yum install -y --nogpg *.rpm
cd desktop-integration
(Installs the one for redhat menus)
Then I run libreoffice as so:
Code:
[cody@cody-laptop ~]$ libreoffice
terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'
/opt/libreoffice/program/soffice: line 167: 16053 Aborted (core dumped) "$sd_prog/$sd_binary" "$@"
Libe 167 of that says:
Code:
# execute soffice binary
"$sd_prog/$sd_binary" "$@" &
trap 'kill -9 $!' TERM
wait $!
sd_ret=$?
wait $! is line 167 :\ What's going on here.
UPDATE:
It runs fine when I run it as:
instead of
Beyond confusion here :\ It also happens ONLY when I try to open Writer after running the libreoffice command.
UPDATE
x2: I found what was causing it. I installed an addon called "Readability Report" that was compatible with Open Office, so I assumed it was compatible with LibreOffice. Nope

A quick uninstall of that fixed the problem.