Results 1 to 4 of 4

Thread: Discussion - https://help.ubuntu.com/community/TransferVideosFromTIVOToUbuntuOrAndroi

  1. #1
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Discussion - https://help.ubuntu.com/community/TransferVideosFromTIVOToUbuntuOrAndroi

    Please use this thread for discussion regarding

    https://help.ubuntu.com/community/Tr...roidUsingKmttg

    Support threads should be posted in normal forums.

    Thank you.
    Last edited by Elfy; July 2nd, 2012 at 10:09 AM.

  2. #2
    Join Date
    Apr 2007
    Location
    Tucson, AZ, USA
    Beans
    58
    Distro
    Ubuntu 15.10 Wily Werewolf

    Re: Discussion - https://help.ubuntu.com/community/TransferVideosFromTIVOToUbuntuOrAn

    I am not familiar with wine, so I don't know what this is supposed to do: echo 'wine "$0".exe "$@"' > comskip

    It fails, the result is:

    [1] 5601
    wine "$0".exe "$@"
    gt: error: neither tool nor script specified; option -help lists possible tools
    [1]+ Done echo 'wine "$0".exe "$@"'
    comskip: command not found

    Can anyone help?

  3. #3
    Join Date
    Feb 2009
    Location
    California
    Beans
    17
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Discussion - https://help.ubuntu.com/community/TransferVideosFromTIVOToUbuntuOrAn

    Quote Originally Posted by Bill Roberts View Post
    ... I don't know what this is supposed to do: echo 'wine "$0".exe "$@"' > comskip
    It fails...
    There is a transcription bug in the instructions, the "& g t ;" before the word "comskip" is supopsed to be ">" (greater-than sign), which redirects the echo output to the file "comskip". This creates a shell script which will launch wine on the Windows executable (in detail: The shell replaces $0 with the path to the script, which is named "comskip", and so "$0".exe expands into comskip.exe which is then executed by the wine program).

  4. #4
    Join Date
    Feb 2009
    Location
    California
    Beans
    17
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Updated instructions which work as of Jan. 2016

    As of January 2016 these instructions (at https://help.ubuntu.com/community/Tr...roidUsingKmttg) are obsolete. The general information is still vald, but the details no longer work (kmttg now requires Oracle Java 1.8.0_40, projects have moved from google to sourceforge, and newer software versions are available).

    A working comprehensive kmttg installer script for Ubuntu 15.10 is available at http://abhweb.org/downloads/kmttg_aio_installer.sh
    Last edited by jimav; January 5th, 2016 at 08:02 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •