-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't turn off tooltips in window list #534
Comments
No. The gsettings key seems to be used only by very few panel applets (e.g. menu). The window list is based on libwnck's tasklist which doesn't support disabling tooltips. |
May I please ask for this issue to be reopened. It is still true that there is no obvious way to disable these tooltips but it can be done. The tooltips do not pay any heed to the desktop theme, and are starting to look dated. May I suggest having a 'disable windowlist tooltips' tickbox option in the mate-panel configuration dialog? |
This issue still is open. |
This is part of libwnck.
So this is not directly in our hand. |
I would love to use this 'patch' but I have no idea where to put it or what to do with it. |
As said countless times here, it is part of libwnck. |
I assume you mean adding that text to the source code and compiling it? Or putting it in some config file? |
That is c code to be patched into a source code file and built |
I have never compiled anything in my life. |
Ok |
This long-standing issue has been annoying me, too. The culprit is the libwnck library. Window Navigator Construction Kit Get the source in your distro
patch tasklist.c
compile, copy to libdir and replace the link e.g. and the tooltips are gone for good! You can test with
and find the exact library name with
|
Hmm, i just tested |
Automatically are hidden only useless tooltips. To completely disable tooltips you have to use API - |
OK, got it |
I keep getting tooltips in the window list widget, and can't turn them
off. I've used dconf-editor to turn off every entry it has for
tooltips, but I still see them for the window list.
When I say "window list" I'm referring to the item in the "Add to
Panel" dialog.
In dconf-editor, the org->mate->panel->general entry shows tooltips-
enabled = false. Is there a problem with dconf-editor? Maybe it's not
communicating the setting to the underlying system or something?
Thanks
Joe
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: