[mythtv-commits] Ticket #9421: MythSystem Rewrite bug tracking

MythTV noreply at mythtv.org
Mon Jan 3 19:17:03 UTC 2011


#9421: MythSystem Rewrite bug tracking
---------------------------------+----------------------------
 Reporter:  beirdo               |          Owner:  beirdo
     Type:  Developer Task       |         Status:  new
 Priority:  minor                |      Milestone:  unknown
Component:  MythTV - MythSystem  |        Version:  Trunk Head
 Severity:  medium               |     Resolution:
 Keywords:                       |  Ticket locked:  0
---------------------------------+----------------------------

Comment (by otto@…):

 Executing background processes from the menu using following XML does not
 work:

 {{{
 <button>
     <type>WEBPAGE</type>
     <text>Chrome</text>
     <action>EXEC /usr/bin/google-chrome &amp;</action>
     <depends>mythbrowser</depends>
 </button>
 }}}

 Problematic part seems to be putting process into background using &amp;.
 Without it EXEC works as expected. It seems that -v system logging is also
 not working while this problem happens.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9421#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list