The build script creates an empty teamviewer.desktop file.  <br clear="all"><br>cat $PKG/opt/teamviewer/teamviewer/$MAIN_VER/desktop/teamviewer-teamviewer.desktop.template \<br>  | sed -e 's/EXEC/teamviewer/' -e 's/ICON/teamviewer/' \<br>
  > $PKG/usr/share/applications/teamviewer.desktop<br><br>should be <br><br>cat $PKG/opt/teamviewer/teamviewer/$MAIN_VER/desktop/teamviewer.desktop.template \<br>  | sed -e 's/EXEC/teamviewer/' -e 's/ICON/teamviewer/' \<br>
  > $PKG/usr/share/applications/teamviewer.desktop<br><br>diff attached.  Also, why use debs?  Teamviewer is a 32-bit MS Windows binary with a wine-1.2 wrapper script and that payload for both 32-bit and 64-bit .deb are the same. The only difference is the dependency data so that the apt/etc/ package manager can find the correct arch dependencies (i.e there is no 64-bit binary, wine is used, so go get these 32bit ).  It would be simpler just to unpack the available tar.gz from the Teamviewer website and skip the 64-bit multilib support.<br>
<br>-Ed<br><br>-- <br>You! What PLANET is this!<br>    -- McCoy, "The City on the Edge of Forever", stardate 3134.0<br><br>