I wrote this line in setlibpath.sh file:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
When I execute
and then testing it withsh ./setlibpath.sh
it doesnt work.echo $LD_LIBRARY_PATH
But when I simply run the line in console, it does! Why?
All I want to do, is put the script in the Mint autostart list.




