Re: [Freevo-devel] Shut-down problem with kaa.display

2009-02-17 Thread Adam Charrett
On Tue, February 17, 2009 9:44 am, Adam Charrett wrote: > > An old thread I know but I was doing some fiddling last night to get my > main machine to poweroff when selecting shutdown from the main menu. I had > thought the problem was sudo related but it turns out after some 'print' > debugging tha

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-02-17 Thread Adam Charrett
On Mon, January 19, 2009 7:23 pm, Duncan Webb wrote: > Jason Tackaberry wrote: >> On Wed, 2009-01-14 at 21:50 +, Adam Charrett wrote: >>> Yes, the new dialog module uses kaa.display if available to display >>> dialogs/OSDs over video. >> >> Ok. It's not clear to me where things could be going

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-02-17 Thread Adam Charrett
On Mon, January 19, 2009 7:23 pm, Duncan Webb wrote: > Jason Tackaberry wrote: >> On Wed, 2009-01-14 at 21:50 +, Adam Charrett wrote: >>> Yes, the new dialog module uses kaa.display if available to display >>> dialogs/OSDs over video. >> >> Ok. It's not clear to me where things could be going

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-19 Thread Duncan Webb
Jason Tackaberry wrote: > On Wed, 2009-01-14 at 21:50 +, Adam Charrett wrote: >> Yes, the new dialog module uses kaa.display if available to display >> dialogs/OSDs over video. > > Ok. It's not clear to me where things could be going wrong. > > Duncan, was SystemExit raised in the main proce

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-16 Thread Duncan Webb
On 16/01/2009 10:26, Adam Charrett said the following: > On Thu, January 15, 2009 8:25 pm, Pascal Schirrmann wrote: >> Adam Charrett a écrit : >>> On Wed, 2009-01-14 at 15:42 -0500, Jason Tackaberry wrote: >>> Is there anything in your code that optionally uses kaa.display if it's availab

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-16 Thread Adam Charrett
On Thu, January 15, 2009 8:25 pm, Pascal Schirrmann wrote: > Adam Charrett a écrit : >> On Wed, 2009-01-14 at 15:42 -0500, Jason Tackaberry wrote: >> >>> Is there anything in your code that optionally uses kaa.display if it's >>> available? >> >> Yes, the new dialog module uses kaa.display if avail

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-15 Thread Pascal Schirrmann
Adam Charrett a écrit : > On Wed, 2009-01-14 at 15:42 -0500, Jason Tackaberry wrote: > >> Is there anything in your code that optionally uses kaa.display if it's >> available? > > Yes, the new dialog module uses kaa.display if available to display > dialogs/OSDs over video. > Could that be a

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-15 Thread Duncan Webb
Jason Tackaberry wrote: > On Wed, 2009-01-14 at 21:50 +, Adam Charrett wrote: >> Yes, the new dialog module uses kaa.display if available to display >> dialogs/OSDs over video. > > Ok. It's not clear to me where things could be going wrong. > > Duncan, was SystemExit raised in the main proce

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-14 Thread Jason Tackaberry
On Wed, 2009-01-14 at 21:50 +, Adam Charrett wrote: > Yes, the new dialog module uses kaa.display if available to display > dialogs/OSDs over video. Ok. It's not clear to me where things could be going wrong. Duncan, was SystemExit raised in the main process? kaa.display should not interfer

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-14 Thread Adam Charrett
On Wed, 2009-01-14 at 15:42 -0500, Jason Tackaberry wrote: > On Wed, 2009-01-14 at 20:38 +0100, Duncan Webb wrote: > > packages, removed all the kaa packages in the site-package directory and > > installed kaa.base, kaa.imlib2 and kaa.metadata. Now it works again > > correctly. So the failure was c

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-14 Thread Jason Tackaberry
On Wed, 2009-01-14 at 20:38 +0100, Duncan Webb wrote: > packages, removed all the kaa packages in the site-package directory and > installed kaa.base, kaa.imlib2 and kaa.metadata. Now it works again > correctly. So the failure was caused by installing kaa.display. I can't see why merely _installin

Re: [Freevo-devel] Shut-down problem with kaa.display

2009-01-14 Thread Dirk Meyer
Duncan Webb wrote: > The question is: does Adam's code need to specifically call a method to > shut-down the display module? IIRC kaa.display does not need any special handling. As long as the kaa main loop shuts down cleanly. Dischi -- "Everything should be made as simple as possible, but not

[Freevo-devel] Shut-down problem with kaa.display

2009-01-14 Thread Duncan Webb
Hi all, There seems to be a problem with the current svn version of freevo-1 and it seems to be caused by kaa.display stopping python from exiting. I've spent the last couple of days seeing why the autoshutdown functionality was not working, the freevo OSD had terminated but the python main proce