Menu

Need Help With Dialog Demo Sphinx 4 please

Help
Anonymous
2007-11-01
2012-09-22
  • Anonymous

    Anonymous - 2007-11-01

    Hello Im newbie with this porgram, but Im doing a thesis at shcool about speech recognition.

    I saw that I can start actually firefox when telling dialog demo read newspaper and then a news papaer name.. it says in the doc that I shoudl put this script

    !/bin/sh

    export FF_HOME="/usr/share/firefox

    url="$1"
    if [ "x$url" = "x" ]; then
    url="about:blank"
    fi

    if $FF_HOME/mozilla-xremote-client openURL("$url"); then
    exit 0
    fi
    exec $FF_HOME/firefox "$url"

    the problem its that I dunno where to put it.. or how to create it..
    thanks for the help guys

     
    • Nickolay V. Shmyrev

      This is just a simple script to start mozilla. You can create it with a text editor. Put it into some folder in your path.

      Actually I wonder if you need it at all.

       
      • Anonymous

        Anonymous - 2007-11-06

        I know its a simple script. I wrote it in a text editor with the name browse but I dunno what extension should i put to the file? if you can help me I will realy appreciate it

        thanks
        Gus

         
        • Nickolay V. Shmyrev

          Scripts in unix usually don't have extension. But don't forget to set permission to be executed on it.

           

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.