Tooltips ? Hints ? What creates them on desktop ?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

Tooltips ? Hints ? What creates them on desktop ?

#1 Post by tasmod »

If I hover the mouse pointer over the drive icons on the desktop I get a tooltip (?) with the size of the drive.

What creates these ?

What I would like it to do is show size plus free space left.

Is there a small app that does this, is it possible ?
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
Patriot
Posts: 733
Joined: Thu 15 Jan 2009, 19:04

Re: Tooltips ? Hints ? What creates them on desktop ?

#2 Post by Patriot »

Hmmm .....

Those tooltips are generated in pup_event_frontend_d ... look for create_icon_func() and start whacking ... I'm in the midst of optimizing these scripts with the objective of creating own replacements in the future .....


Rgds

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#3 Post by tasmod »

Hi Patriot,
Thanks for info.

I looked through the script and deciphered most of it OK.

However it leads me to the conclusion it is a bit too much of a hassle and wouldn't suit some.

As far as I can see it would require mount and unmount of 'partitions' to get a reading. The tooltip script is generated from the file '/proc/partitions' which just contains the full partition size.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

Post Reply