#include "dolphin_generalsettings.h"\r
#include "viewpropertiesdialog.h"\r
#include "viewproperties.h"\r
+#include "metadataloader.h"\r
#include "mainwindowadaptor.h"\r
\r
#include <kaction.h>\r
// assure a proper default size if Dolphin runs the first time\r
resize(640, 480);\r
}\r
+ \r
+ if (!DolphinApplication::app()->metadataLoader()->storageUp())\r
+ activeView()->statusBar()->setMessage(i18n("Failed to contact Nepomuk service, annotation and tagging are disabled."), DolphinStatusBar::Error);\r
}\r
\r
void DolphinMainWindow::loadSettings()\r