Comment 86 for bug 1094218

Revision history for this message
Judit Fülöp (fulop-judit-o) wrote :

It's only a permission problem. In /opt/teamviewer8/tv_bin/script/tvw_main script there is a line:
 lsb_release -ds > "$WINEPREFIX/drive_c/distrelease"
But the /opt/teamviewer8/tv_bin/wine/drive_c has write permission only for root. So I did this:
 sudo chmod o+w /opt/teamviewer8/tv_bin/wine/drive_c
and the error message disappeared.