[linux] Moovida fails to start with the --shell option
Bug #496569 reported by
Olivier Tilloy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Invalid
|
High
|
Olivier Tilloy |
Bug Description
Steps to reproduce (on ubuntu karmic):
1) Get a development version of Moovida (bzr branch lp:moovida)
2) Launch Moovida with the following command line:
$ python elisa-core/
Expected result: Moovida starts and you get an ipython shell to play around with the application.
Current result: Moovida fails to start (the splashscreen stays on), the ipython shell is started but it doesn't react to keyboard input.
Related branches
lp://staging/~osomon/moovida/shell
- Moovida Developers: Pending requested
-
Diff: 25 lines (+15/-0)1 file modifiedelisa-core/elisa/core/application.py (+15/-0)
To post a comment you must log in.
Confirmed by kaleo on his karmic box. It seems to work on ubuntu hardy. Needs more investigation.