Giter Site home page Giter Site logo

docker-teamviewer's Introduction

Openfire cli

To list all messages from a specific JID.

$ ofhistdel.py list [email protected]

With a specific date.

$ ofhistdel.py list [email protected] date_begin 01/08/2013 date_end 02/08/2013

...and hour.

$ ofhistdel.py list [email protected] date_begin 01/08/2013 date_end "02/08/2013 13:37"

To delete all messages

$ ofhistdel.py delete [email protected]

delete command don't accept date option.

docker-teamviewer's People

Contributors

amcorreia avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

i13302 asssaf

docker-teamviewer's Issues

GUI does not starts

Hi,

I run this command but GUI never starts, I waited 7 minutes:

docker run -d -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix --name teamviewer amcorreia/docker-teamviewer

docker logs --follow

Init...
CheckCPU: SSE2 support: yes
Checking setup...
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:ole:CoGetClassObject class {4315d437-5b8c-11d0-bd3b-00a0c911ce86} not registered
err:ole:CoGetClassObject class {4315d437-5b8c-11d0-bd3b-00a0c911ce86} not registered
err:ole:CoGetClassObject no class object {4315d437-5b8c-11d0-bd3b-00a0c911ce86} could be created for context 0x3
wine: configuration in '/opt/teamviewer/profile' has been updated.
Launching TeamViewer ...
Starting network process (no daemon)
Network process started (209)
Launching TeamViewer GUI ...

Teamviewer GUI not connecting to Internet

Dear @amcorreia

I modified a bit your Dockerfile as follows:

FROM ubuntu:16.04

MAINTAINER Nicolo Grilli

RUN apt-get update -yq && apt-get install -yq --no-install-recommends sudo ca-certificates procps adduser curl
&& echo "nicolo ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/nicolo
&& adduser --disabled-password --gecos nicolo nicolo

RUN apt-get install -yq --no-install-recommends curl
RUN curl -fSL -o /tmp/teamviewer_linux.deb https://download.teamviewer.com/download/linux/version_14x/teamviewer_amd64.deb &&
dpkg -i /tmp/teamviewer_linux.deb || apt-get install -yq --no-install-recommends -f

USER nicolo
ENV USER nicolo
ENV DISPLAY :0.0

VOLUME ["/tmp/.X11-unix"]

CMD teamviewer

because I want to use Teamviewer 14.7,
the teamviewer GUI opens correctly but does not connect to the internet:

immagine

I tried with the:
xhost +
or
xhost local:root
suggested, but I had no luck.

Do you have any suggestion?

Thank you very much in advance

Best Regards,
Nicolò Grilli
National University of Singapore

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.