Bug 270842 - dolphin tooltips not displayed & information panel is empty when nepomuk is not installed
Summary: dolphin tooltips not displayed & information panel is empty when nepomuk is n...
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.8
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2011-04-13 16:44 UTC by Gokdeniz Karadag
Modified: 2018-09-26 04:10 UTC (History)
16 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
this issue screenshot (77.09 KB, image/jpeg)
2012-05-05 21:36 UTC, Ellen
Details
screenshot of issue in 4.14.2 (256.65 KB, image/png)
2014-11-11 09:23 UTC, Matt Whitlock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gokdeniz Karadag 2011-04-13 16:44:23 UTC
Version:           unspecified (using KDE 4.6.2) 
OS:                Linux

When I hover over a file in dolphin, the tooltips are not displayed. instead the mouse curser turns into a busy one, and keeps on spinning. 

Also, the information panel only has the icon and name of the file. No size, permission, date information is displayed.

I have disabled the semantic desktop support in kde SC 4.6.2, with Gentoo's use flag "-semantic-desktop". nepomuk is not installed on the system, while strigi is.
This is not related to bug #193592 as the tooltip and information panel is not displayed at all.

Changing "preview" to on and off does not affect the issue.



Reproducible: Always
Comment 1 Sebastian Luncan 2011-06-29 05:20:15 UTC
I have the same problem on Gentoo with dolphin-4.6.4, soprano/semantic-desktop/nepomuk disabled.
Comment 2 Michael 2011-11-07 19:18:17 UTC
I have this issue as well.  I just upgraded to 4.7.3 and the issue persists.
Comment 3 Jekyll Wu 2012-01-06 13:58:23 UTC
I failed to reproduce the reported problem using KDE SC 4.8 RC2.
Comment 4 Michael 2012-01-06 14:27:11 UTC
Were you able to reproduce it using earlier versions?
Comment 5 Ellen 2012-05-05 16:49:31 UTC
I CONFIRM this bug still persist on 4.8.1 KDE, Dolphin 2.0 (on Gentoo)

I'm not using:
*) semantic-desktop
*) nepomuk
*) strigi
Comment 6 Peter Penz 2012-05-05 17:44:59 UTC
We must distinct between 2 cases here:
1 . The original report talks about not having tooltips when not *installing* Nepumuk.
2. Comment 5 talks about not *using* Nepomuk (-> it has been disabled but is installed)

Issue 2 is fixed with 4.8.3, issue 1 is still open but I must admit that at least I am not planning to fix this: it requires to duplicate some functionality offered by Nepomuk and I'm not aware of any distribution that does not install Nepomuk beside KDE (note: I'm just talking about installing, not enabling it). Patches are of course welcome but as said before it might require quite some efforts.
Comment 7 Ellen 2012-05-05 20:41:03 UTC
To be clear: when I said "not using" it means I don't have it at all (-> not installed). So it's still the same issue 1.
Comment 8 Peter Penz 2012-05-05 20:47:35 UTC
@Ellen: Ok, thanks for clarification!
Comment 9 Ellen 2012-05-05 21:36:48 UTC
Created attachment 70884 [details]
this issue screenshot

I don't need even tooltip, but I still really need info in "Information" panel.

I'm not sure if it's allowed to attach the screenshots here but I attach the screenshot.
Comment 10 Peter Penz 2012-05-05 22:43:27 UTC
@Ellen: The tooltips and the information panel share the same code from kdelibs, so the root cause is the same -> fixing the part in kdelibs to work without installed (but not necessarily enabled) Nepomuk would fix both issues.
Comment 11 Valerii Malov 2013-02-09 14:56:28 UTC
I think it was supposed to be fixed by this
https://git.reviewboard.kde.org/r/108236/

But after upgrading to 4.10 it still doesn't work. Dolphin now uses KFileMetaDataWidget but for some reason it doesn't work (aboslutely same behaviour as in pre-4.10 without nepomuk).
Comment 12 Christoph Feck 2013-02-16 00:06:34 UTC
Frank, any idea, what changed in 4.10 when Nepomuk is not installed/enabled?
Comment 13 Frank Reininghaus 2013-02-16 16:37:20 UTC
(In reply to comment #11)
> I think it was supposed to be fixed by this
> https://git.reviewboard.kde.org/r/108236/

I'm afraid this is incorrect. This patch only fixed a temporary Dolphin build failure if the nepomuk-widgets package is not found.
 
> But after upgrading to 4.10 it still doesn't work. Dolphin now uses
> KFileMetaDataWidget but for some reason it doesn't work (aboslutely same
> behaviour as in pre-4.10 without nepomuk).

Well, as far as I understand, the root cause of this problem is in kdelibs, which is why no commit in Dolphin can fix it.

(In reply to comment #12)
> Frank, any idea, what changed in 4.10 when Nepomuk is not installed/enabled?

Nothing changed if Nepomuk is not found at build time, which is why the bug is still there in 4.10.
Comment 14 Valerii Malov 2013-02-17 09:35:43 UTC
It seems that KFileMetaDataWidget::setItems from KIO relies on some kind of metadata provider which, supposedly, now has only Nepomuk-dependent implementation.

https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/kio/kfile/kfilemetadatawidget.cpp
Comment 15 Valerii Malov 2013-06-29 09:53:08 UTC
Gentoo has dropped semantic-desktop use flag recently (since 4.11) and nepomuk is now obligatory. I guess it's no longer an issue.
Comment 16 Matt Whitlock 2014-11-11 09:23:20 UTC
Created attachment 89530 [details]
screenshot of issue in 4.14.2

I'm on Gentoo with KDE 4.14.2. I don't have Nepomuk installed, and I too am having the problem of no hover-over information on files in Dolphin (just the busy cursor) and no file details in the information panel. It's been quite a long time since I last had working hover-overs.

I am available to help diagnose and solve this issue. I am able to recompile Dolphin and/or kdelibs with patches, and I have GDB ready if needed.
Comment 17 Emmanuel Pescosta 2014-11-11 16:01:31 UTC
(In reply to Matt Whitlock from comment #16)
> Created attachment 89530 [details]
> screenshot of issue in 4.14.2
> 
> I'm on Gentoo with KDE 4.14.2. I don't have Nepomuk installed, and I too am
> having the problem of no hover-over information on files in Dolphin (just
> the busy cursor) and no file details in the information panel. It's been
> quite a long time since I last had working hover-overs.
> 
> I am available to help diagnose and solve this issue. I am able to recompile
> Dolphin and/or kdelibs with patches, and I have GDB ready if needed.

Please try to install baloo (incl. baloo-widgets). Nepomuk was replaced by baloo some time ago.
Comment 18 Matt Whitlock 2015-03-26 11:44:51 UTC
Respectfully, Baloo kills my system by grinding the disks forever, (and I mean forever; it gets into an infinite loop and won't quit), so I uninstalled it. I don't ever use GUI search, so I don't need the overhead of the file indexes and memory consumption anyway. I shouldn't need a massive file indexing infrastructure just to have hovers in Dolphin. I understand if I might see *less* information in the hover without Baloo installed, but it shouldn't break entirely.
Comment 19 Matt Whitlock 2016-04-16 12:04:54 UTC
I still have the same problem in Dolphin 15.12.3 (using KDE Frameworks 5.21.0 and Qt 5.5.1). I presently have installed Baloo 4.14.3, Baloo 5.21.0, and Baloo-Widgets 15.12.3, yet Dolphin still gives me no hover-overs and no file details in the Information panel. How is this supposed to work?
Comment 20 Māris Nartišs 2017-10-07 11:50:18 UTC
Its already dolphin-17.08.0 and I still can not see full file names in a tree view by simple hovering over them. Do I really need some Nepomuk/Strigi/Baloo/TheNexBloatToRuleThemAll to see the same info as I see in columns in a tree view?!? I use Dolphin on a GNU/Linux system thus I'm not limited to 8.3 filenames (I have thousands of filenames exceeding 100 letters in length as encoding metadata in file name is the only reliable cross-platform solution).
Comment 21 Andrew Crouthamel 2018-09-26 04:10:29 UTC
Hi there, this bug has been identified to be related to nepomuk, the semantic searching system in prior versions of KDE. Please note that nepomuk has been replaced by Baloo. I'm going to close this bug due to the use of the new Baloo system. Please do file a new bug for frameworks-baloo if you happen to continue having issues with search.