Bug 506486 - Media Frame Widget not updating
Summary: Media Frame Widget not updating
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Media Frame widget (other bugs)
Version First Reported In: 6.4.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-02 12:29 UTC by rafalb85
Modified: 2025-07-02 21:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rafalb85 2025-07-02 12:29:37 UTC
SUMMARY
I have a Media Frame widget on my task panel pointing to a PNG file. That file gets changed (overwritten) by a script after a certain task is accomplished to let me know the status (visually). It's been working great for years up until the recent update to Plasma 6.4. Picture will no longer update. I've checked my script and it's still working as intended (overwriting that png file). I also tried re-adding the Media Frame widget - still no joy.


STEPS TO REPRODUCE
1. Add "Media Frame" widget to a panel.
2. Configure Media Frame "Path" -> "Add Files" - add a png file
3. Overwrite that file with some other graphics.

OBSERVED RESULT
Media Frame widget is still displaying the old file.

EXPECTED RESULT
Media Frame should display the new file.

Linux/KDE Plasma: Arch Linux 
KDE Plasma Version: 6.4.2
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.1
Comment 1 Harald Sitter 2025-07-02 15:30:22 UTC
For efficiency reasons it unfortunately seems impractical to have the media frame monitor for file replacement.
Comment 2 rafalb85 2025-07-02 21:44:39 UTC
Is there a walk-around for this? I have multiple machines relying on this. Is there a command I could use to force the widget to update in my script?