You're in K rove's space

Kvantum + Qt6 Tooltips Workaround

Posted on November 4, 2025

hackingqtdesktop

If you use Kvanutm to style your Qt6 apps, there’s a chance your tooltips look like this:

Buggy tooltips with black text over a black background.

If not, skip this post.

But if yes, you’ve probably also tried to look this up on the web, only to be surprised by the fact that there are only three major mentions of this issue, with ineffective and seemingly ignorant replies from Kvantum’s developer.

I tried debugging it, but after investing two days and not getting any meaningful leads, I gave up. Here’s everything relevant I got:

This last point makes it extra peculiar. Not sure how one can be affected but not the other. Maybe mine is an edge case, maybe I’ve misconfigured something I can’t pinpoint, especially considering that the developer confirmed that they couldn’t reproduce it.

Either way, here’s a workaround building upon the post on Arch forum:

Making these changes will have your tooltips looking like this:

Workaround tooltips with black text over a signature bright yellow background.

If you feel the tooltips are unreadable on light backgrounds, skip the frame-related .kvconfig changes. This will keep a displeasing but functional black frame around them.

Here’s an explanation of what changed: