Problem with aliases of RStudio bash terminal on Ubuntu 24.04 LTS

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

Sorry, there was a mistake in the path of the .bash_aliases file in the .bashrc file

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.