ralsina / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 2 forks source link

How to Launch Marave #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. The problem is that there is no problem, if you get what I mean.

What is the expected output? What do you see instead?
I want to launch it but I don't see anything.

What version of the product are you using? On what operating system?
I am using Marave  on Ubuntu 10.04.

Please provide any additional information below.
The app will not launch no matter what. I go to the Terminal and type marave, 
nothing happens and there is no launcher in the Applications menu.

Original issue reported on code.google.com by augdaw...@gmail.com on 11 Aug 2010 at 3:54

GoogleCodeExporter commented 9 years ago
you need to run:
./marave-editor
in a terminal window inside the apps directory (you need to cd into it)

the readme says that BTW:
To use Marave without installing, run

::

    python marave-editor

Or, on Linux, make it executable and run it directly::

    chmod +x marave-editor
    ./marave-editor

not a bug IMO

Original comment by cyberkil...@gmail.com on 12 Aug 2010 at 9:35