Hi,
I updated Ubuntu 22.04 to Ubuntu 24.04 LTS and then, when using an alias in the bash terminal in RStudio to open a pdf file, it opened with LibreOffice Draw, and after repeating the alias, the following error appears:
/usr/lib/libreoffice/program/javaldx: error while loading shared libraries: libreglo.so: cannot open shared object file: No such file or directory
Warning: failed to read path from javaldx
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libreglo.so: cannot open shared object file: No such file or directory.
The alias is just to open a pdf file:
alias stringr='open ../bibliografia\ para\ R/CHEATSHEETS/stringr.pdf'
Is there a way to solve this problem?
Thanks