[Bug 294723] Re: nepomuk uses directory .kde4 instead of .kde to store its repository
Jonathan Thomas
echidnaman at kubuntu.org
Thu Nov 6 15:56:32 UTC 2008
Seems to be hardcoded in kdebase-
runtime-4.1.3/nepomuk/strigibackend/nepomukmainmodel.cpp
namespace {
QString nepomukServerSocketPath() {
QString kdeHome = getenv( "KDEHOME" );
if ( kdeHome.isEmpty() ) {
kdeHome = QDir::homePath() + "/.kde4";
}
return kdeHome + "/share/apps/nepomuk/socket";
}
Good catch.
** Changed in: kdebase-runtime (Ubuntu)
Assignee: (unassigned) => Jonathan Thomas (echidnaman)
Status: New => Triaged
--
nepomuk uses directory .kde4 instead of .kde to store its repository
https://bugs.launchpad.net/bugs/294723
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in ubuntu.
More information about the kubuntu-bugs
mailing list