Version: git master OS: Linux I noticed in KDE 4.8 a constant lack of entry resolution in Nepomuk. 1. Files displayed with the Nepomuk start page in Dolphin look like this: file_3A_2F_2F_2Fhome_2Fphoebus_2FBiblioteca_2520de_2520calibre_2FDesconocido_2FDTO-2226_2520_287_29 They must display their proper path. 2. I can't open mail (bug 287470), maybe, because of this lack of resource resolution. 3. I can't see contacts properly (bug 287259 , however, unlike the others, this is not a regression) Posting this as a kind of metabug. This triggers additional bugs and must be investigated. Reproducible: Always Steps to Reproduce: Try to use Nepomuk in any form, in KDE 4.8. Actual Results: You get the raw Nepomuk address, without reencoding. If program can't use the address without reencoding, operations fail. Expected Results: You get human-readable results. After all, that's what Nepomuk is about.
Although this is a Dolphin but: already fixed in review request https://git.reviewboard.kde.org/r/103237/. Only waiting for the ok.
Git commit 37241dbda0078f7a0ef3dec7c79cff71f3096c7c by Sebastian Trueg. Committed on 25/11/2011 at 16:02. Pushed by trueg into branch 'master'. Use KFileItem::text() instead of KFileItem::name(). This way Nepomuk search results get their proper user readable names. BUG: 287472 REVIEW: 103237 M +2 -2 dolphin/src/dolphinviewcontainer.cpp M +1 -1 dolphin/src/kitemviews/kfileitemmodel.cpp M +1 -1 dolphin/src/views/dolphinview.cpp http://commits.kde.org/kde-baseapps/37241dbda0078f7a0ef3dec7c79cff71f3096c7c
*** Bug 287139 has been marked as a duplicate of this bug. ***