[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.10-135-geb73a2a
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:22:10 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via eb73a2ac865c600edfd2aa22c4c17a10ef0333c9 (commit)
from b582768ca80f5e7c03c1286eeed4931438e0fe7b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
pyhoca/wxgui/basepath.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 76d75af..37d250a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -83,6 +83,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
- Properly catch CTRL-C and SIGTERM signals.
- Make sure application really exits gracefully.
- Provide a separate SetExitHandler function to catch signals from outside.
+ - Use Pulseaudio 1.0 for developmental testing.
* Depend on Python X2Go 0.1.2.0.
* Install GNOME icons via dh_links.
* Install X2Go icons with explicit install paths.
diff --git a/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py
index 56fd4e2..9ac8dca 100644
--- a/pyhoca/wxgui/basepath.py
+++ b/pyhoca/wxgui/basepath.py
@@ -30,7 +30,7 @@ if os.environ.has_key('PYHOCAGUI_DEVELOPMENT') and os.environ['PYHOCAGUI_DEVELOP
else:
_locale_location = os.path.join(_base_location, 'build', 'mo')
_nxproxy_location = os.path.join(_base_location, '..', 'pyhoca-contrib', 'mswin', 'nxproxy-mswin', 'nxproxy.exe')
- _pulseaudio_location = os.path.join(_base_location, '..', 'pyhoca-contrib', 'mswin', 'pulseaudio-mswin', 'pulseaudio-0.9.6', 'pulseaudio.exe')
+ _pulseaudio_location = os.path.join(_base_location, '..', 'pyhoca-contrib', 'mswin', 'pulseaudio-mswin', 'pulseaudio-1.0dev-1090.4', 'bin', 'pulseaudio.exe')
else:
if _X2GOCLIENT_OS == 'Windows':
_base_location = os.path.abspath(os.path.curdir)
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
More information about the x2go-commits
mailing list