Bug 492103 - PlasmaCore.ToolTipArea produces "The cached device pixel ratio value was stale on window update. Please file a QTBUG which explains how to reproduce." error every time it appears
Summary: PlasmaCore.ToolTipArea produces "The cached device pixel ratio value was stal...
Status: CONFIRMED
Alias: None
Product: libplasma
Classification: Frameworks and Libraries
Component: tooltips (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-23 20:19 UTC by Nate Graham
Modified: 2024-10-17 11:00 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2024-08-23 20:19:48 UTC
STEPS TO REPRODUCE
1. run `journalctl -f` in a terminal window.
2. Move the pointer over anything on your panel that will open a tooltip.


OBSERVED RESULT
journal log gets an entry that says "The cached device pixel ratio value was stale on window update.  Please file a QTBUG which explains how to reproduce." right before the tooltip appears


EXPECTED RESULT
No log spam.


ADDITIONAL INFORMATION
The message says to open a Qt bug, but might this be our issue anyway?
Comment 1 TraceyC 2024-10-07 16:52:16 UTC
I am not able to reproduce this on git-master, but can reliably reproduce on 6.1.5

I can't reproduce on a panel that fills the width of the screen, but one that uses 
Width: Fit Content

I only see these QTBUG logs with pidgin, not with other icons in the task manager (although they all produce the same DRM_FORMAT_INVALID errors *for pidgin*, even when pidgin is not in the taskbar and only in the system tray - both on git-master and 6.1.5)
Other items in the panel, outside the taskbar that produce a tooltip generate no errors for me on either system

With pidgin I see these every time I mouse over its icon:

Oct 07 11:17:03 tlc-xps17-solus pidgin[2080]: gst_video_dma_drm_fourcc_to_string: assertion 'fourcc != DRM_FORMAT_INVALID' failed
Oct 07 11:17:03 tlc-xps17-solus pidgin[2080]: gst_video_dma_drm_fourcc_to_string: assertion 'fourcc != DRM_FORMAT_INVALID' failed
Oct 07 11:17:03 tlc-xps17-solus pidgin[2080]: gst_video_dma_drm_fourcc_to_string: assertion 'fourcc != DRM_FORMAT_INVALID' failed
Oct 07 11:17:03 tlc-xps17-solus pidgin[2080]: gst_video_dma_drm_fourcc_to_string: assertion 'fourcc != DRM_FORMAT_INVALID' failed
Oct 07 11:17:03 tlc-xps17-solus pidgin[2080]: gst_video_dma_drm_fourcc_to_string: assertion 'fourcc != DRM_FORMAT_INVALID' failed
Oct 07 11:17:03 tlc-xps17-solus plasmashell[1671]: The cached device pixel ratio value was stale on window update.  Please file a QTBUG which explains how to reproduce.
Oct 07 11:17:05 tlc-xps17-solus plasmashell[1671]: The cached device pixel ratio value was stale on window update.  Please file a QTBUG which explains how to reproduce.