Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of Xpra from the fork #5

Merged
merged 4 commits into from
Jul 16, 2012
Merged

New version of Xpra from the fork #5

merged 4 commits into from
Jul 16, 2012

Commits on Jul 6, 2012

  1. Configuration menu
    Copy the full SHA
    af9924b View commit details
    Browse the repository at this point in the history
  2. xpra: New version from the fork.

    This is because the original version is no longer in development, as stated on
    the website at http://code.google.com/p/partiwm/wiki/xpra:
    
    "This project is in deep hibernation; I haven't had time to devote for several
    years now. If you are looking for xpra, you may prefer Antoine Martin's fork,
    which receives more support. It is available at: http://xpra.org/"
    
    So I guess its safe to switch over to that fork.
    aszlig committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    d802bac View commit details
    Browse the repository at this point in the history
  3. xpra: Don't include cython into store requisites.

    Cython is not required in order to run XPRA, so we now explicitly specify what
    should be put into PYTHONPATH instead of using the PYTHONPATH which is set
    during build time.
    
    That way we don't get unnecessary stuff in /nix/store, like the mentioned
    cython compiler/interpreter.
    aszlig committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    5cf8899 View commit details
    Browse the repository at this point in the history
  4. xpra: Add python notify module.

    This is not needed to run XPRA, but gets rid of a few nasty errors.
    
    XPRA is using the notify library to display nice desktop notifications, so there
    might be users who actually like to have those funny things.
    aszlig committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    ceff799 View commit details
    Browse the repository at this point in the history