opie-taskbar cvs: Don't bother to start qss from C++ code.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 3 May 2007 05:21:22 +0000 (05:21 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 3 May 2007 05:21:22 +0000 (05:21 +0000)
* Because it's useless - to have a separate process for sound server,
and then have mishacks to start/keep alive it hardcoded in C++. That doesn't
work somehow (h4000, hx4700, etc. machines have issues), and then it
completely non-debuggable.
* So instead, qss should be started separately, of course from a shell script.
* Partially fixes #2211.

packages/opie-taskbar/opie-taskbar/no-builtin-qss-startup.patch [new file with mode: 0644]
packages/opie-taskbar/opie-taskbar_cvs.bb

diff --git a/packages/opie-taskbar/opie-taskbar/no-builtin-qss-startup.patch b/packages/opie-taskbar/opie-taskbar/no-builtin-qss-startup.patch
new file mode 100644 (file)
index 0000000..349b286
--- /dev/null
@@ -0,0 +1,11 @@
+--- launcher/server.cpp.org    2007-05-01 20:55:01.000000000 +0000
++++ launcher/server.cpp        2007-05-03 04:48:45.000000000 +0000
+@@ -1009,6 +1009,8 @@
+ }
+ void Server::startSoundServer() {
++    owarn << "Sound server (qss) now needs to be started standalone" << oendl;
++    return;
+     if ( !process ) {
+         process = new Opie::Core::OProcess( this );
+         connect(process, SIGNAL(processExited(Opie::Core::OProcess*)),
index 6ff5a5e..81e2131 100644 (file)
@@ -1,6 +1,6 @@
 require ${PN}.inc
 PV = "${OPIE_CVS_PV}"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \
            ${HANDHELDS_CVS};module=opie/noncore/settings/mediummount \
@@ -10,5 +10,6 @@ SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \
            ${HANDHELDS_CVS};module=opie/root \
            ${HANDHELDS_CVS};module=opie/etc \
            file://nomax.patch;patch=1;pnum=3 \
+           file://no-builtin-qss-startup.patch;patch=1 \
            file://server.pro \
           "