hcu5555 / tonatiuh

Automatically exported from code.google.com/p/tonatiuh
0 stars 0 forks source link

Tonatiuh.sh script copies $PATH into $LD_LIBRARY_PATH #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a very minor error in the top-level Tonatiuh.sh script for Linux.

The file reads:
   #!/bin/bash

   RAIZ=`dirname $0`
   export LD_LIBRARY_PATH=$RAIZ/bin/release:$PATH

   $RAIZ/bin/release/Tonatiuh

However the 'export' command is adding $PATH into LD_LIBRARY_PATH, but really, 
it should be adding $LD_LIBRARY_PATH into LD_LIBRARY_PATH, or else adding 
nothing.

Original issue reported on code.google.com by john....@gmail.com on 20 Jan 2011 at 7:03

GoogleCodeExporter commented 9 years ago
Attached is a script that can be used to replace current Tonatiuh.sh. It 
creates a clickable 'Tonatiuh' icon on the desktop (Tested with Tonatiuh 1.1.4 
on Ubuntu 10.04).

Original comment by john....@gmail.com on 3 May 2011 at 10:00

Attachments:

GoogleCodeExporter commented 9 years ago
Following bitmap also required by above script, should be placed in 
data/bitmaps.
Above script also tested with Tonatiuh 1.1.5. One problem with this script 
however is that it won't work if the .desktop file is moved from its original 
location.

Original comment by john....@gmail.com on 3 May 2011 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you very much for your suggestion to improve the Tonatiuh script. We are 
going to analyze this script for next Tonatiuh versions.

Original comment by amaiamut...@gmail.com on 17 May 2011 at 3:59