Giter Site home page Giter Site logo

austp / gitso Goto Github PK

View Code? Open in Web Editor NEW
8.0 4.0 13.0 30.27 MB

Gitso is a frontend to reverse VNC connections. It is meant to be a simple two-step process that connects one person to another's screen.

License: Other

Python 79.05% Shell 20.95%

gitso's Introduction

#Gitso

Gitso is a frontend to reverse VNC connections. It is meant to be a simple two-step process that connects one person to another's screen.

Original Project is kept at: https://code.google.com/p/gitso/

Few changes that I've made:

  • Minimization now minimizes to the task tray
  • When using the command line switch --listen, Gitso starts minimized
  • Can now specify which port to listen on. --listen {PORT}

##Building Gitso ####Windows In the src folder you will find instructions on how to build Gitso on Windows along with installation files. You may have to change some paths in makegitso.bat depending on your installation.

####Mac These instructions have been taken from https://code.google.com/p/gitso/wiki/BuildOSX

  1. Install Developer Tools (Xcode) from the OS X System CD
  2. Install py2app
  3. From the command line type:
  4. curl -O http://peak.telecommunity.com/dist/ez_setup.py
  5. sudo python ez_setup.py -U setuptools
  6. sudo easy_install -U py2app
  7. Update hosts.txt to have preset options for the client. Hosts are comma separated and optional.
  8. Run: ./makegitso.sh

####Linux These instructions have been taken from https://code.google.com/p/gitso/wiki/BuildLinux

Non Ubuntu, Fedora, and OpenSUSE Users

Gitso requires the following files so make sure to install them:

  • x11vnc
  • vncviewer
  • wxPython

Fedora Users

  1. yum install subversion
  2. yum install rpmdevtools

Ubuntu, Fedora, OpenSUSE Users

  1. Update hosts.txt to have preset options for the client. Hosts are comma separated and optional.
  2. Run: ./makegitso.sh [--source, --opensuse, --fedora]

##Disclaimer I really have no desire to maintain this project, as it's not mine to begin with. I was looking for something like Gitso but it didn't quite have what I wanted. After making my changes I thought I might as well put this up on GitHub for others who wanted something similar. So if you have issues, you're better off forking the project and fixing them yourself.

gitso's People

Contributors

austp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gitso's Issues

Display buttons on Ubuntu 18.04

Hi,
With Ubuntu 18.04 on xfce, buttons are hidden quite totally, only top edge of them are displaying. To get them back, I change the code of /usr/share/gitso/ConnectionWindow.py for (line 57)

if re.match('(?:open|free|net)bsd|linux',sys.platform):
width = 250
height = 350
xval1 = 155
xval2 = 250
else:
height = 350
width = 250
xval1 = 180
xval2 = 265

and it works well.
Gitso is great, love this piece of software. Thanks to maintain it.

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.