8.04 alpha2 - irexec not started by sessions.sh

Bug #198063 reported by Avijit Pathania
2
Affects Status Importance Assigned to Milestone
Mythbuntu
Fix Released
Undecided
Mario Limonciello
mythbuntu-default-settings (Ubuntu)
Fix Released
Undecided
Mario Limonciello

Bug Description

The irexec is not started during boot because it fails this conditions. The second if statement needs to reflect the new .lircrc layout and should cat files under .lirc instead.

 #check if irexec is needed, and start if need be
    if [ -x /usr/bin/irexec ] && [ ! -f ~/.noirexec ] && [ -f ~/.lircrc ]; then
        if [ -n "$(cat ~/.lircrc | grep --invert-match "#" | grep irexec | grep
prog)" ]
        then
            killall irexec
            irexec -d
        fi
    fi

This fix works for me:
if [ -n "$(cat ~/.lirc/* | grep --invert-match "#" | grep irexec | grep

laga (laga)
Changed in mythbuntu:
status: New → Confirmed
Changed in mythbuntu:
assignee: nobody → superm1
status: Confirmed → Fix Committed
Changed in mythbuntu-default-settings:
assignee: nobody → superm1
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package mythbuntu-default-settings - 0.68-0ubuntu1

---------------
mythbuntu-default-settings (0.68-0ubuntu1) hardy; urgency=low

  * Make sure irexec really starts. Thanks Avijit Pathania.
    (LP: #198063)

 -- Mario Limonciello <email address hidden> Thu, 06 Mar 2008 23:40:16 -0600

Changed in mythbuntu-default-settings:
status: Fix Committed → Fix Released
Changed in mythbuntu:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.