aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-taskbar/opie-taskbar/no-builtin-qss-startup.patch
blob: 349b28675b04ba47452c667c1895731dfd9d3d56 (plain)
1
2
3
4
5
6
7
8
9
10
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*)),