mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #04346
[Bug 477477] Re: Mythwelcome starts mythfrontend after wakeup thus preventing shutdown
[Expired for Mythbuntu because there has been no activity for 60 days.]
** Changed in: mythbuntu
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/477477
Title:
Mythwelcome starts mythfrontend after wakeup thus preventing shutdown
Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
Expired
Bug description:
I start mythfrontend with the openbox autostart script located in
.config:
#!/bin/sh
# Run the system-wide support stuff
.$GLOBALAUTOSTART
# Programs to launch at startup
irexec -d
# Since upstart, we need to wait a little for the backend to start
sleep 5
mythfrontend --service &
In /etc/mythtv/mythtv-settings I have the following line enabled
MYTHWELCOME=true
All the other lines are commented out. I also have nvram-wakeup
configured, so my box will start whenever it needs to record
something. I would also like it to shutdown once it is done recording.
Problem is that since 9.10 mythfrontend gets started everytime my
mythbox boots. So it won't shutdown after the recording has finished.
This used to work with 9.04. I guess upstream changed the way an
automatic start gets calculated.