Linux - Teamviewer Remote Desktop Problem
924281Mar 16 2012 — edited Mar 16 2012Hello masters,
New Teamviewer 7 works automatically in Wine app,
I couldn't start Teamviewer in root account, it says
TeamViewer: 7.0.9310
Profile: /root (root)
Desktop: gnome
LSB Version: :core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: OracleServer
Description: Oracle Linux Server release 6.2
Release: 6.2
Codename: n/a
Error: TeamViewer must not be executed as root!
and teamviewer file contain :
*#!/bin/bash*
TV_script_dir=$(dirname $(readlink -f "$0"))
*"$TV_script_dir/wrapper" wine "c:\Program Files\TeamViewer\Version7\TeamViewer.exe" "$@"*
true
lines.
How can I start Teamviewer 7 in root account?