Hi all,
What am I doing wrong? I cannot get a command.fxd file to launch firefox
properly. I know it will all work as if I launch ratpoison then firefox
from a SSH shell (with display set) it launches and works just fine.
Initially I had problems because I did not spawn my window manager into
the background, so it just hung on that, but did correctly launch the
window manager.
After adding an ampersand it now briefly flashes an X screen then just
drops straight back to freevo.
My FXD:
# cat firefox.fxd
<?xml version="1.0" ?>
<freevo>
<command title="Firefox">
<cmd>/usr/bin/firefox</cmd>
<stoposd />
<spawnwm />
<info>
<content>Launch Firefox</content>
</info>
</command>
</freevo>
And my WM commands:
COMMAND_SPAWN_WM = '/usr/bin/ratpoison &'
COMMAND_KILL_WM = 'killall ratpoison'
With debug on I get the following logged:
PyLirc suspended!
childapp.py (60): u'/usr/bin/firefox' is a unicode string
childapp.py (64): '/usr/bin/firefox' is a string
childapp.py (281): logging child to "/var/log/freevo/command-stdout.log"
childapp.py (281): logging child to "/var/log/freevo/command-stderr.log"
childapp.py (134): self.so.isAlive()=True, self.se.isAlive()=True
childapp.py (302): stderr: No data, stopping (pid 3719)!
childapp.py (302): stdout: No data, stopping (pid 3719)!
childapp.py (139): ChildApp.__init__(), pid=3732, app="
/usr/bin/firefox", poll=-1
childapp.py (176): kill signal=15
childapp.py (201): killing pid 3732 signal 15
childapp.py (207): Before wait(3732)
childapp.py (222): childapp: After wait()
PyLirc resumed!
Any ideas??
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users