[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/kernel
From:       Thorsten Staerk <dev () staerk ! de>
Date:       2010-07-24 13:31:46
Message-ID: 20100724133146.34D50AC7E9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1153994 by tstaerk:

Offer a solution with the error msg.

 M  +3 -3      kapplication.cpp  


--- trunk/KDE/kdelibs/kdeui/kernel/kapplication.cpp #1153993:1153994
@@ -509,9 +509,9 @@
   qDBusBindToApplication();
   QDBusConnectionInterface *bus = 0;
   if (!QDBusConnection::sessionBus().isConnected() || !(bus = \
                QDBusConnection::sessionBus().interface())) {
-      kFatal(101) << "Session bus not found" << endl;
-      kFatal(101) << "To circumvent this problem try the following command (with \
                Linux and bash)" << endl;
-      kFatal(101) << "export $(dbus-launch)" << endl;
+      kFatal(101) << "Session bus not found" << endl <<
+                     "To circumvent this problem try the following command (with \
Linux and bash)" << endl << +                     "export $(dbus-launch)" << endl;
       ::exit(125);
   }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic