| Summary: | Can't control videos playing on Flatpak Firefox through Media Player Widget | ||
|---|---|---|---|
| Product: | [Plasma] plasma-browser-integration | Reporter: | Luís Alexandre <contribute.2f8md> |
| Component: | Firefox | Assignee: | Kai Uwe Broulik <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bizyaev, sitter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-browser-integration/-/commit/6d907f12aa80c4205f46ba2c2e575926c6fec3d7 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
Can't pause or seek a YouTube video through Media Player Widget
Plasma Integration Extension while a video is playing |
||
|
Description
Luís Alexandre
2025-02-13 16:05:56 UTC
Congrats on the number :) Screenshot please Created attachment 178404 [details]
Can't pause or seek a YouTube video through Media Player Widget
Curious. What's the output of this command when you play a video busctl --user | grep -i mpris And are you quite sure the browser side extension picks up the media correctly? It's not visible in your video. > What's the output of this command when you play a video > > busctl --user | grep -i mpris :1.0 1768 mpris-proxy luis :1.0 user@1000.service - - org.mpris.MediaPlayer2.plasma-browser-integration 10925 plasma-browser- luis :1.155 user@1000.service - - > And are you quite sure the browser side extension picks up the media > correctly? It's not visible in your video. What do you mean? When I click on the Firefox extension? I'll upload a screenshot Created attachment 178405 [details]
Plasma Integration Extension while a video is playing
> org.mpris.MediaPlayer2.plasma-browser-integration 10925 plasma-browser- luis :1.155 user@1000.service - -
Suggests the flatpak bridging is working in principal, maybe the host->flatpak direction has a bug :(
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-browser-integration/-/merge_requests/144 Git commit 0709617882d5992bafce766528fdcc250f4b9ab5 by Harald Sitter. Committed on 16/02/2025 at 01:24. Pushed by sitter into branch 'master'. flatpak-integrator: use more sophisticated code to pass around fds the previous approach didn't pass stdout/err properly causing the host->browser communication to fail while browser->host was working fine. M +14 -5 flatpak-integrator/flatpak-host-wrapper https://invent.kde.org/plasma/plasma-browser-integration/-/commit/0709617882d5992bafce766528fdcc250f4b9ab5 Git commit 6d907f12aa80c4205f46ba2c2e575926c6fec3d7 by Harald Sitter. Committed on 17/02/2025 at 16:46. Pushed by sitter into branch 'Plasma/6.3'. flatpak-integrator: use more sophisticated code to pass around fds the previous approach didn't pass stdout/err properly causing the host->browser communication to fail while browser->host was working fine. (cherry picked from commit 0709617882d5992bafce766528fdcc250f4b9ab5) Co-authored-by: Harald Sitter <sitter@kde.org> M +14 -5 flatpak-integrator/flatpak-host-wrapper https://invent.kde.org/plasma/plasma-browser-integration/-/commit/6d907f12aa80c4205f46ba2c2e575926c6fec3d7 |