Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users
Start frontend from irexec
 

Index | Next | Previous | View Flat


josu.lazkano at gmail

May 5, 2012, 12:54 PM


Views: 348
Permalink
Start frontend from irexec

Hello all, I am trying to configure my remote to start the frontend.

I am using gnome on my system, I read this wiki page:
http://www.mythtv.org/wiki/Frontend_Loading_Script

I try lots of configuration but I can not start from the desktop, this
is my script:

#!/bin/sh

if [ ! "$(pidof mythfrontend)" ]
then
echo "Mythfrontend is not started. Starting Mythfrontend..."
#DISPLAY=:0 xset -dpms
#DISPLAY=:0 mythfrontend 2>&1 &
mythfrontend
else
echo "Mythfrontend is already started. Stoping Mythfrontend..."
killall mythfrontend
fi

exit 0

It stop the frontend well, but it doesn't start. It works well if I
execute from a terminal. But i want to execute without a terminal.

Anyone with this setup?

Best regards.

--
Josu Lazkano
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users

Subject User Time
Start frontend from irexec josu.lazkano at gmail May 5, 2012, 12:54 PM
    Re: Start frontend from irexec raymond at wagnerrp May 5, 2012, 12:58 PM
        Re: Start frontend from irexec josu.lazkano at gmail May 5, 2012, 1:21 PM
    Re: Start frontend from irexec mtdean at thirdcontact May 5, 2012, 1:36 PM
        Re: Start frontend from irexec josu.lazkano at gmail May 5, 2012, 1:41 PM
    Re: Start frontend from irexec jmorris at beau May 5, 2012, 7:30 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.