I get this error pretty much on any cli operation I do along with a few others. I will present a scenario for you girls and guys to show my .
Step 1. I run dolphin as root >
Once dolphin is open let's go look at some random .txt file for the fun of it. I decided to pick
/var/run/resolvconf/interface/NetworkManager , which is a .txt file. Inside it I find
By the way, is that how this file should look? Anyway, what is what all those QDBus and IBus errors? Can this be somehow resolved?
Step 1. I run dolphin as root >
Code:
rafal@rafal-desktop:~$ sudo -s -H [sudo] password for rafal: root@rafal-desktop:/home/rafal# dolphin 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... 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 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/.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) QSqlQuery::prepare: database not open dolphin(2904) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf! kio_timeline(2993): Xapian Database does not exist at "/root/.local/share/baloo/email/" kio_timeline(2993): Xapian Database does not exist at "/root/.local/share/baloo/file/" kio_timeline(2993): Xapian Database does not exist at "/root/.local/share/baloo/notes/" kio_timeline(2993): Xapian Database does not exist at "/root/.local/share/baloo/contacts/" kio_timeline(2993): Xapian Database does not exist at "/root/.local/share/baloo/calendars/" kio_baloosearch(3005): Xapian Database does not exist at "/root/.local/share/baloo/email/" kio_baloosearch(3005): Xapian Database does not exist at "/root/.local/share/baloo/file/" kio_baloosearch(3005): Xapian Database does not exist at "/root/.local/share/baloo/notes/" kio_baloosearch(3005): Xapian Database does not exist at "/root/.local/share/baloo/contacts/" kio_baloosearch(3005): Xapian Database does not exist at "/root/.local/share/baloo/calendars/" 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 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 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 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
/var/run/resolvconf/interface/NetworkManager , which is a .txt file. Inside it I find
Code:
search 8.8.8.8 8.8.4.4 nameserver 127.0.1.1
Comment