Hello,
I have found something that can be called a bug. I am working on gaming edition of my distribution, and when I asked users, they voted to include ZC as preinstalled. As a base I am using Lubuntu 12.04 minimal. I downloaded ZC 2.5, extracted and double click on zlaunch-l says "Zelda Classic was not detected. Please place ZCL in the ZC directory". I have tried with a shortcut as well, but the problem persisted. The only way it worked is when in terminal I got to the location where I had put the directory, and than in the next line do ./zlaunch-l. For example this line would not work:
/usr/share/games/ZeldaClassic/zlaunch-l
But this lines will:
cd /usr/share/games/ZeldaClassic/
./zlaunch-l
This means that environment variable is passed, which I was able to resolve with a simple bash script, but I fear that regular users might not be able to see this.
Cheers,
Aleksandar