Hi
I compiled Calligra from source and .desktop file gives me this error message
but is incomplete.
See the error:
"The service '/usr/local/share/applications/kde4/words.desktop' provides no
library or the Library key is missing in"
##
kdelibs/kdecore/util/kpluginloader.cpp:
// service.library() is used to find the lib. So first check if it is empty.
if (service.library().isEmpty()) {
d->errorString = i18n("The service '%1' provides no library or the
Library key is missing in ", service.entryPath());
return;
}
##
In addition this message is very similar and may contain the missing part
" the .desktop file."
##
kdelibs/kdecore/util/klibloader.cpp:
case ErrServiceProvidesNoLibrary:
return i18n( "The service provides no library, the Library key is
missing in the .desktop file." );
##
Please confirm whether it is right
Toni
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<