This is not an official Google product.
Formula is written from scratch to make it harder, better, faster, stronger.
- Add this repo as a tap
brew tap timothybasanov/xpra
- Install Xpra:
brew install xpra
(use can use--devel
for 0.15.x branch) - Use Xpra as you usually do:
xpra attach ssh:ubuntu.local:100
- Clone this repo into
/usr/local/Library/Tap/timothybasanov/
- Add as an IntelliJ project
- Edit
xpra.rb
- Reinstall xpra:
brew uninstall xpra ; brew install --verbose --debug --HEAD xpra
- I run live xpra server on a separate Ubuntu machine, here is how to debug xpra client:
- python to use
/usr/local/bin/python
(to pick up GTK+ libs) - current directory
/usr/local/Cellar/xpra/HEAD
- file to run
libexec/bin/xpra
- source/compiled code should be on
PYTHONPATH
:libexec/bin
lib/python2.7/site-packages
libexec/vendor/lib/python2.7/site-packages
- parameters
--debug=all --encoding=rgb attach ssh:ubuntu.local:100
- python to use