LapinChat / dsbudget

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

linux instructions #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. possibly make run.sh executable from the getgo?
2.
3.

What is the expected output? What do you see instead?
In linux, the user has to make the run.sh file executable prior to being
able to run it.  Either by chmod or right-mouse clicking and checking off
executable.

What version of the product are you using? On what operating system?

2.0.13 on linux
Please provide any additional information below.

Not sure what the security pros/cons are for this, but it would be helpful
to be able to have it arrive as executable already, or maybe at least some
kind of installation how-to?

Original issue reported on code.google.com by daniel.g...@timmons.com on 22 Jan 2010 at 3:14

GoogleCodeExporter commented 9 years ago
Thanks for your report!

I've added following on the ant build script that is building the .zip file.

        <copy file="run.sh" todir="${deploy.dir}"/>
        <chmod file="${deploy.dir}/run.sh" perm="ugo+x"/>

Since I am running this on Windows, I am not sure if this is taking any effect..

Can you check my new zip file?
http://dl.dropbox.com/u/3209692/dsbudget_2.0.13.zip

Original comment by soichih on 24 Jan 2010 at 4:44

GoogleCodeExporter commented 9 years ago
This issue has finally fixed in 2.0.14 (.tar.gz version)

Original comment by soichih on 6 Feb 2010 at 12:48