nE0sIghT / vortex-overlay

Gentoo Vortex overlay
15 stars 4 forks source link

games-strategy/vcmi binaries cannot start due to linker issues #30

Closed grepwood closed 4 years ago

grepwood commented 4 years ago

Binaries are looking for libvcmi.so in default linker paths, which are not the paths where they are installed to - /usr/lib64/vcmi. Running the binaries with LD_LIBRARY_PATH=/usr/lib64/vcmi fixes this issue, but it prevents the game from being enjoyed via desktop shortcuts. Maybe the shortcuts can have environment variables, but this still means that running vcmi from the command line adds 1 step of complexity.