Hello, installation was succesful. I followed the Wiki but when i start be::shell i have errors.
~$ be.shell
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
katlu@katlu-kubu:~$
My system: Kubuntu 14.04
Sorry for my english
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You may safely ignore the message.
This is a "bug" in KUniqueApplication and by this affects (virtually) every singleton KDE application.
The behavior of the KUniqueApplication class hasn't changed since KDE 4.0, but since Qt 4.8, QDBusConnection warns about it (though i doubt it's actually a problem in this case - KUniqueApplication just requires the dbus connection in order to know whether an application object should be created in the first place.
In case:
Die Warnung kommt seit Qt 4.8 für jede KDE Anwendung, die nur in einer Instanz laufen soll. Ein echtes Problem gibt es in diesem speziellen Anwendungsfall (KUniqueApplication) aber nicht.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, installation was succesful. I followed the Wiki but when i start be::shell i have errors.
My system: Kubuntu 14.04
Sorry for my english
You may safely ignore the message.
This is a "bug" in KUniqueApplication and by this affects (virtually) every singleton KDE application.
The behavior of the KUniqueApplication class hasn't changed since KDE 4.0, but since Qt 4.8, QDBusConnection warns about it (though i doubt it's actually a problem in this case - KUniqueApplication just requires the dbus connection in order to know whether an application object should be created in the first place.
In case:
Die Warnung kommt seit Qt 4.8 für jede KDE Anwendung, die nur in einer Instanz laufen soll. Ein echtes Problem gibt es in diesem speziellen Anwendungsfall (KUniqueApplication) aber nicht.