Bug 511450 - No support yet for Microsoft Edge flatpak in flatpak-integrator plugin
Summary: No support yet for Microsoft Edge flatpak in flatpak-integrator plugin
Status: REPORTED
Alias: None
Product: plasma-browser-integration
Classification: Plasma
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-01 01:53 UTC by GodEmperorDoge
Modified: 2025-12-21 19:22 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 GodEmperorDoge 2025-11-01 01:53:12 UTC
SUMMARY
In the flatpak integrator plugin there is a list of flatpak app ids that are mapped to the respective enum for which browser they are based on as well as their native host configuration path. 

https://invent.kde.org/plasma/plasma-browser-integration/-/blob/master/flatpak-integrator/plugin.cpp?ref_type=heads#L140  

I think we need to add [edge](https://flathub.org/en/apps/com.microsoft.Edge) and [edgedev](https://flathub.org/en/apps/com.microsoft.EdgeDev) to this for the flatpak to work. The edge flatpak is not packaged by Microsoft but it is well maintained, and Microsoft has even [recommended it's usage.](https://support.microsoft.com/en-us/topic/xbox-cloud-gaming-in-microsoft-edge-with-steam-deck-43dd011b-0ce8-4810-8302-965be6d53296) 

Is this as simple as adding an entry and specifying the correct path for the native messaging host? If so, I wouldn't mind testing it and making a pull request.

STEPS TO REPRODUCE
1. Try to use the microsoft edge flatpaks with plasma integration 

OBSERVED RESULT
Integration does not work when using edge as the flatpak

EXPECTED RESULT
Integration does work when using the edge flatpak

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 13
KDE Plasma Version: 6.3.6
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.12.48+deb13-amd64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics
Memory: 32.5 GiB of RAM (31.8 GiB usable)
Graphics Processor: llvmpipe


ADDITIONAL INFORMATION
I also mistakenly opened an issue on gitlab. Copied the issue over here.