I think i found a solution, but i would be happy if somebody could
confirm me this.

in /opt/teamviewer8/tv_bin/script/tvw_main

i changed these lines

function LogStartupInfo()
{
  exec 2>&1                                     # redirect stderr

  echo "TeamViewer: $TV_VERSION"
  echo "Profile: $HOME ($LOGNAME)"
  echo "Desktop: $DESKTOP_SESSION"

  if [ -x "$(type -p lsb_release)" ] ; then     # log information about the Linu
x distribution
    #lsb_release -a    <----------------------------------------comment out
    make_path "$WINEPREFIX/drive_c"
    echo "Ubuntu 12.04.2 LTS" > "$WINEPREFIX/drive_c/distrelease" 
<----------------------------------------change to your distribution
    #lsb_release -ds > "$WINEPREFIX/drive_c/distrelease"  
<----------------------------------------comment out
  else
    echo /etc/*-release
    for rfile in /etc/*-release ; do            # echo the head of the first val
id *-release file
      if [ -e "$rfile" ] ; then
        cat $rfile | head -n 10
        break


i never got back the error until now
somebody else could try it. teamviewer is working without any problems

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094218

Title:
  lsb_release crashed with IOError in getstatusoutput(): [Errno 10] No
  child processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1094218/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to