spawn process action doesn't work

Bug #233597 reported by Benjamin Kampmann
2
Affects Status Importance Assigned to Milestone
Moovida
Won't Fix
Undecided
Benjamin Kampmann

Bug Description

Calling the Spawn Process Action fails in release 0.3.3: as said here:
http://elisa.fluendo.com/forums/viewtopic.php?id=178

This line https://code.fluendo.com/elisa/trac/browser/trunk/elisa-plugins/elisa/plugins/xmlmenu/actions/spawn_process_action.py#L90 is missing an argument. It gets 3 instead of 2.

Revision history for this message
Benjamin Kampmann (benjamin-fluendo) wrote :

Because we didn't have the time, it was not done for the release, so here I provide a patch for you and postponed it:
=== modified file 'elisa-plugins/elisa/plugins/xmlmenu/actions/spawn_process_action.py'
--- elisa-plugins/elisa/plugins/xmlmenu/actions/spawn_process_action.py 2008-02-06 14:59:54 +0000
+++ elisa-plugins/elisa/plugins/xmlmenu/actions/spawn_process_action.py 2008-03-03 16:40:34 +0000
@@ -87,7 +87,7 @@
     def _protocol_callback(self):
         self._running = False

- def __call__(self, sth):
+ def __call__(self, controller, orign):

         exc = self._exec

Changed in elisa:
status: New → In Progress
Changed in elisa:
assignee: benjamin-fluendo → lightyear
Revision history for this message
yyoyo (lionel.martin) wrote :

0.3.6 is not supported anymore.

Changed in elisa:
status: In Progress → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.