[X2Go-Commits] [x2goclient] 183/197: src/pulsemanager.cpp: add remainder for Linux-implementation in play_startup_sound ().

git-admin at x2go.org git-admin at x2go.org
Thu Jun 30 23:53:41 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 96acbc0443df3b843c464d7ec684ceb4b2ab1019
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 22 02:21:10 2016 +0200

    src/pulsemanager.cpp: add remainder for Linux-implementation in play_startup_sound ().
---
 debian/changelog     |    2 ++
 src/pulsemanager.cpp |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9014d6e..3416a26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -338,6 +338,8 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - src/pulsemanager.cpp: auto-detect PA binary in $PATH and MacPorts
       default prefix as well on OS X.
     - src/pulsemanager.cpp: add comments to Qt 4 code part.
+    - src/pulsemanager.cpp: add remainder for Linux-implementation in
+      play_startup_sound ().
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 47e1b7c..8e25b77 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -647,6 +647,8 @@ void PulseManager::slot_play_startup_sound () {
 #elif defined (Q_OS_WIN)
     playFileBinary += "/pulse/paplay.exe";
     playFileFile += "/startup.wav";
+#else
+    /* FIXME: implement Linux section. */
 #endif // defined (Q_OS_DARWIN)
 
     QStringList args (play_file_file);

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list