Need to close automatically Xibo client on Ubuntu 9.10

Asked by claudiodiffusion

Hello, i'm tring to shutdown automatically ubuntu 9.10 with Xibo client running, but the Xibo client stops the shutdown procedure. So i need a shell scprit or something similar that stops client without pushing i+q keys.

Thanks
Claudio

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
claudiodiffusion
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

You can just kill it:

killall -KILL python

Revision history for this message
claudiodiffusion (claudiodiffusion) said :
#2

Thanks a lot Alex, sure, just kill python.

Claudio