Bo Rosén wrote:
tor 2009-05-28 klockan 15:32 +0200 skrev Olivier Tilloy:
Alt+F4 will exit Moovida properly.
Alternatively you can unfullscreen the application (press the F key) and
then close it using the cross in the window decorations.
Thanks. I was mostly wondering if there was some cleverly hidden button
somewhere :-)
Cheers,
Bo
the correct way to shutdown elisa is to call this snippet:
import elisa.core.common
elisa.core.common.application.stop()
you can inject this code to a running elisa using the elisa-plugin-debug
plugin which I published in launchpad
https://code.launchpad.net/~pancake/elisa/elisa-plugin-debug
When you close the window (if you are running elisa on a window-managed
environment) pigment will get the Xwindow event and will close their
resources, but in this way, elisa is not closed properly because the
application.stop() is never called. On a common desktop environment this
can cause no problems, but can be problematic if the video sink is not
using pigment, or there are hardware decoding elements involved.
The next elisa-plugin-httpinput version will come with a 'powerdown'
button ;) but i would prefer to have a predefined key for calling the
application.stop()
--pancake