Ubuntu QA:
BlogBrainstorm
Log in
Ubuntu QA
The Ubuntu community has contributed 12232 ideas, 57574 comments, 1174524 votes

Idea #8157: Make Nautilus show tooltip when hover over folder



up
97
down
Written by Eldmannen the 6 May 08 at 12:39. Category: Accessibility.
Related to: Nothing/Others. Status: New
Description
Make so that the Nautilus file manager in Ubuntu shows a tooltip when you hover the mouse over a folder that contains information such as the size of the directory and what it contains by listing a couple of directories and files in it.

Here is a screenshot to look.
Tags: nautilus

Attachments
bug Bug #227301 : Tooltips when hovering over folders


Duplicates


Comments
Matthias wrote on the 6 May 08 at 14:12
Tooltip like this? ;-) => http://gnome-look.org/content/preview.php?preview=1&id=77079&file1=77079-1.png& file2=&file3=&name=quick+folder+viewing

steve196 wrote on the 6 May 08 at 14:31
Unnecessary disk reading activity
-1

jr_tyrrell wrote on the 6 May 08 at 15:19
As long as it's a Nautilus option in prefs I have no problem with this +1

Frants wrote on the 6 May 08 at 15:35
And not just folders, also on files! One feature I really missed from Windows.

Adys wrote on the 6 May 08 at 16:13
Updated http://brainstorm.ubuntu.com/idea/6167/ to link this bug

ushimitsudoki wrote on the 7 May 08 at 06:15
Always a problem when you have lots of files and folders. Nautilus already poops on my folders that have 10s of thousands of image files in them.

Auzy wrote on the 7 May 08 at 08:11
OMG, WTF STEVE!!!

Unneccessary disk reading??? Seriously, paranoia. Because you are SERIOUSLY damping productivity when you get a tiny bit of I/O when you are searching through directories trying to find things. (Sarcasm)

+1...

awalton wrote on the 10 May 08 at 22:57
"Unneccessary disk reading??? Seriously, paranoia."

Seriously not Paranoia. Every little bit of I/O we do inside of Nautilus /kills/ us performance-wise. That's why we are very careful *not* to do I/O, and when doing I/O, to do it asynchronously.

Doing this kind of tooltip requires hitting one of the slowest codepaths inside of Nautilus, because it requires a recursive directory scan (welcome to the Hell that is get_deep_counts()).

-A. Walton, Nautilus Developer.

Auzy wrote on the 11 May 08 at 05:50
Oh, a developer.. thats good :) And it also means I'll agree with you awalton however you vote.

But walton, would you agree, that if your mouse is hovering over a tooltip in Nautilus, then you probably aren't heavily using the harddisk anyway (you probably wouldn't be watching a movie, or be doing any realtime activities if you were in nautilus too?).

Would users be do something that actually requires perfect HDD speeds when they are in nautilus?

That was what I meant.. It may be slow, but will it actually affect users productivity?

Auzy wrote on the 11 May 08 at 05:55
Plus, it could be made an option couldn't it? If it is slow (which I agree it could be) we could just make it off by default, but easy to turn on

awalton wrote on the 13 May 08 at 17:03
"would you agree, that if your mouse is hovering over a tooltip in Nautilus, then you probably aren't heavily using the harddisk anyway (you probably wouldn't be watching a movie, or be doing any realtime activities if you were in nautilus too?). "

That's not what matters; doing long I/O means doing long I/O, which can really trash Nautilus' performance, which is why it's not to be taken lightly (think about the case where you moused over "/home"). It does do a huge amount of disk access; recursive counts are very expensive, and we're talking about doing a new one every time you mouse over a folder.

But, at the same time we also cache a great deal of information in Nautilus, so the next time you mouse over, as long as the cache is still valid, it's nowhere near as expensive. And if it's coded right, we should be able to cancel the deep count after the user mouses off the file so it shouldn't be prolonged.

I'm not totally against the idea, I'm actually quite apathetic to it as long as it doesn't turn into a huge performance sink (which is what I'm weary of). Like you said, it's easy to turn off with a GConf key for those who don't want it, though including it and turning it off by default is silly. And someone stepped up to work on it, so all the better.

Track progress here:
http://bugzilla.gnome.org/show_bug.cgi?id=147642

stoppage wrote on the 14 Aug 08 at 23:42
I really miss this utility (from Windows). Can I install any apps to bring it in? I'm on Feisty, appreciate any help


Post your comment