Skip to content
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

Distracting bottom panel tooltips #4549

Closed
segrey opened this issue Aug 25, 2015 · 8 comments
Closed

Distracting bottom panel tooltips #4549

segrey opened this issue Aug 25, 2015 · 8 comments

Comments

@segrey
Copy link

segrey commented Aug 25, 2015

When mouse is over some items from the bottom panel, a tooltip is shown up occupying visual area above the bottom panel. The shown tooltips are eye-catching and distract me a bit.
Most times it happens when I switch to another running application from the taskbar using mouse. The thing is that after clicking an application (switching to it), I don't need mouse anymore, so mouse's pointer is being over taskbar resulting in persistent tooltips. Moreover, such a tooltip doesn't provide any new information for me, because it duplicates the window's title from the taskbar.

This screenshot illustrates the tooltip
taskbar-tooltip

Personally, I have been using Linux Mint MATE for years, and I hadn't noticed such a problem there. The difference is that MATE shows tooltips inside the bottom panel, not above the bottom panel.

Let me suggest a few possible improvements:

  • Show tooltips inside the bottom panel like MATE does.
  • Provide a way to disable tooltips for running application from the taskbar as these tooltips provide no new information. Or maybe disable by default?
  • It seems to me that the tooltip's padding space (between text and tooltip's edge) could be diminished a bit without impact on text readability. For example, "Files" tooltip component area seems to be larger than needed for "Files" text:
    too-big-tooltip

Thanks!

@ghost
Copy link

ghost commented Aug 26, 2015

Reference of the same appreciation, about the tooltips feature.

https://github.com/lestcape/Global-AppMenu/issues/17

I want to comment that this is not a problem to me, but in some cases (not all) I consider that tooltips could be annoying. Disable the tooltips by default isn't a good option to me as will impact the new user, but if is provided a way to disable it or an option to show in..., will be good, i think.

@segrey
Copy link
Author

segrey commented Aug 26, 2015

@lestcape Thanks for the information. Agreed, disabling taskbar tooltips by default isn't a desirable change to do. Although, taskbar tooltip duplicates application title, it could be useful, if there are quite many running applications, so taskbar application element area is small enough.
BTW, do you know by chance if there is a workaround to suppress tooltips in Linux Mint 17.2 Cinnamon?

@swartzd
Copy link

swartzd commented Oct 23, 2015

Definitely would appreciate the option to turn these off. When using Synergy and mousing to a computer physically "below", the tooltips remain after the mouse exits the screen.

@artik
Copy link

artik commented Mar 8, 2016

Disturbed too. I found a workaround.

Edit your cinnamon.css file of your theme, located in ~/.themes/your_theme/cinnamon/cinnamon.css

Search (or create) this class :

#Tooltip {
background-color: rgba(0,0,0,0.0);
color:  rgba(0,0,0,0.0);
}

(display: none; doesn't work). Now the tooltip is fully transparent, so unvisible.

screenshot

@Falnir
Copy link

Falnir commented Jun 6, 2016

@artik My themes folder is empty. What can I do?

@JosephMcc
Copy link
Contributor

JosephMcc commented Jun 6, 2016

The theme could also be in /usr/share/themes. Just check in the themes settings to find the name of the theme you are using.

@Falnir
Copy link

Falnir commented Jun 6, 2016

@JosephMcc Thanks, it works now :)

@JosephMcc
Copy link
Contributor

JosephMcc commented Feb 12, 2018

Many thanks for contributing to Cinnamon. Your suggestion was reviewed.

For more information on our workflow and feature requests, read https://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/faq.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants