You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line, specifically adding /usr/lib to LD_LIBRARY_PATH causes RStudio to fail on start (Archlinux x86_64), because it bundles its own Qt5 library and this override causes the system library path to take precedence over the locally defined QT_DIR in the rstudio-bin launch script.
I'm reporting this here, because /usr/lib is a standard library path and I don't see why it'd be necessary to add it to LD_LIBRARY_PATH which takes precedence over standard library search procedure.
Would it be possible to just remove /usr/lib from this line and just leave the nvidia library directories there?
The text was updated successfully, but these errors were encountered:
nvidia-xrun/nvidia-xinitrc
Line 27 in af3b734
This line, specifically adding
/usr/lib
toLD_LIBRARY_PATH
causes RStudio to fail on start (Archlinux x86_64), because it bundles its own Qt5 library and this override causes the system library path to take precedence over the locally definedQT_DIR
in the rstudio-bin launch script.I'm reporting this here, because
/usr/lib
is a standard library path and I don't see why it'd be necessary to add it toLD_LIBRARY_PATH
which takes precedence over standard library search procedure.Would it be possible to just remove
/usr/lib
from this line and just leave the nvidia library directories there?The text was updated successfully, but these errors were encountered: