Announcement

Collapse
No announcement yet.

Konsole-errors

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Konsole-errors

    What does this mean, & are the errors correctable?
    Code:
    Konsole
    bumpy@Peterputer:~$ kdesudo kate /usr/share/kde4/apps/solid/actions/solid_audiocd.desktop
    Bus::open: Can not get ibus-daemon's address. 
    IBusInputContext::createInputContext: no connection to ibus-daemon 
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    kate(27333)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "Kate/Plugin"  not found 
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
    QFileSystemWatcher: failed to add paths: /root/.config/ibus/bus
    Bus::open: Can not get ibus-daemon's address. 
    IBusInputContext::createInputContext: no connection to ibus-daemon 
    QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
    QFileSystemWatcher: failed to add paths: /root/.kde/share/config/activitymanager-pluginsrc
    Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
    Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
    bumpy@Peterputer:~$

    #2
    Let the experts here who know how to read that stuff answer.

    What I know is that it is normal, I think. Whenever you issue kdesudo <graphical_app>, you get this stuff. I ignore it. The graphical app always opens and works fine.

    Mine, for kate (EDIT: in 14.04):

    Code:
    kdesudo kate
    Bus::open: Can not get ibus-daemon's address. 
    IBusInputContext::createInputContext: no connection to ibus-daemon 
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    kbuildsycoca4 running...
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
    QFileSystemWatcher: failed to add paths: /root/.config/ibus/bus
    Bus::open: Can not get ibus-daemon's address. 
    IBusInputContext::createInputContext: no connection to ibus-daemon 
    QObject::connect: Cannot connect (null)::resourceScoreUpdated(QString, QString, QString, double) to NepomukPlugin::resourceScoreUpdated(QString, QString, QString, double)
    QObject::connect: Cannot connect (null)::recentStatsDeleted(QString, int, QString) to NepomukPlugin::deleteRecentStats(QString, int, QString)
    QObject::connect: Cannot connect (null)::earlierStatsDeleted(QString, int) to NepomukPlugin::deleteEarlierStats(QString, int)
    kactivitymanagerd(7049)/nepomuk (library): Could not find virtuoso to connect to. Aborting 
    QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
    QFileSystemWatcher: failed to add paths: /root/.kde/share/config/activitymanager-pluginsrc
    An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

    Comment


      #3
      Thanks for your quick reply! One less thing to worry about!

      Comment


        #4
        Here's mine for Dolphin (in 14.04):

        Code:
        kdesudo dolphin
        Bus::open: Can not get ibus-daemon's address. 
        IBusInputContext::createInputContext: no connection to ibus-daemon 
        Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
        Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
        QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
        QFileSystemWatcher: failed to add paths: /root/.config/ibus/bus
        Bus::open: Can not get ibus-daemon's address. 
        IBusInputContext::createInputContext: no connection to ibus-daemon 
        QPixmap::scaled: Pixmap is a null pixmap
        An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

        Comment


          #5
          ibus-daemon is the intelligent input bus - it is an input method framework for multilingual input.

          the errors are just the system saying it is not running .

          if you do not want to see the nervousness inducing messages use krunner to launch your "kdesudo" started apps ,,,,,,IE: alt+F2 "kdesudo dolphin"

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #6
            Vinny: if you do not want to see the nervousness inducing messages use krunner to launch your "kdesudo" started apps ,,,,,,IE: alt+F2 "kdesudo dolphin"
            Ah, nice! Learn something new every day here. Thanks.
            An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

            Comment

            Working...
            X