<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>521109</bug_id>
          
          <creation_ts>2026-06-05 20:21:09 +0000</creation_ts>
          <short_desc>Plasma browser integration fails for edge on KDE-Linux Plasma 6.7.8?</short_desc>
          <delta_ts>2026-06-11 15:56:23 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>plasma-browser-integration</product>
          <component>Chrome</component>
          <version>unspecified</version>
          <rep_platform>KDE Linux</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Byron Bassett">byron.bassett</reporter>
          <assigned_to name="Kai Uwe Broulik">kde</assigned_to>
          <cc>conley</cc>
    
    <cc>nate</cc>
          
          <cf_commitlink>https://invent.kde.org/plasma/plasma-browser-integration/-/commit/00f915811c1811b618c255f50b37af4b84b0bbf8</cf_commitlink>
          <cf_versionfixedin>6.8.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2520922</commentid>
    <comment_count>0</comment_count>
    <who name="Byron Bassett">byron.bassett</who>
    <bug_when>2026-06-05 20:21:09 +0000</bug_when>
    <thetext>DESCRIPTION
Plasma Browser integration on Edge fails with message failed to connect to the native host


STEPS TO REPRODUCE
1. Run any edge browser
2. Install Plasma integration - Pin to task bar
3. Touch the icon (Note has red diagonal line through it)

OBSERVED RESULT

ails with message failed to connect to the native host
EXPECTED RESULT
comment is to what it is

ails with message failed to connect to the native host
ADDITIONAL INFORMATION
Operating System: KDE Linux 2026-06-05
KDE Plasma Version: 6.7.80
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
Kernel Version: 7.0.10-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 9 6900HX with Radeon Graphics
Memory: 32 GiB of RAM (30.6 GiB usable)
Graphics Processor: AMD Radeon 680M

Edge -- Version 149.0.4022.52 (Official build) (64-bit)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2520924</commentid>
    <comment_count>1</comment_count>
    <who name="Conley Dawson">conley</who>
    <bug_when>2026-06-05 20:44:33 +0000</bug_when>
    <thetext>I can replicate this on KDE Linux 2026-06-05.

It looks like Plasma Browser Integration does not currently include a case for Edge.

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

        // List of Flatpak browsers we support.
        const QList&lt;BrowserInfo&gt; supportedBrowsers = {
            {BrowserBase::Firefox, u&quot;org.mozilla.firefox&quot;_s, u&quot;/.mozilla/native-messaging-hosts&quot;_s},
            {BrowserBase::Firefox, u&quot;io.gitlab.librewolf-community&quot;_s, u&quot;/.librewolf/native-messaging-hosts&quot;_s},
            {BrowserBase::Firefox, u&quot;net.waterfox.waterfox&quot;_s, u&quot;/.waterfox/native-messaging-hosts&quot;_s},
            {BrowserBase::Chrome, u&quot;com.google.Chrome&quot;_s, u&quot;/config/google-chrome/NativeMessagingHosts&quot;_s},
            {BrowserBase::Chrome, u&quot;com.google.ChromeDev&quot;_s, u&quot;/config/google-chrome-unstable/NativeMessagingHosts&quot;_s},
            {BrowserBase::Chromium, u&quot;org.chromium.Chromium&quot;_s, u&quot;/config/chromium/NativeMessagingHosts&quot;_s},
            {BrowserBase::Chromium, u&quot;io.github.ungoogled_software.ungoogled_chromium&quot;_s, u&quot;/config/chromium/NativeMessagingHosts&quot;_s},
        };</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2521088</commentid>
    <comment_count>2</comment_count>
    <who name="Byron Bassett">byron.bassett</who>
    <bug_when>2026-06-06 15:57:43 +0000</bug_when>
    <thetext>Just a thought - Edge is a chromium product (Chrome?) so figured that if 
Chrome covered so would products built on the same base - The chrome 
store can be used by Edge in the past -- I guess that may not be true -- 
BTW this works well on Manjaro KDE desktop plasma 6.6.5

On 6/5/26 1:44 PM, Conley Dawson wrote:
&gt; https://bugs.kde.org/show_bug.cgi?id=521109
&gt;
&gt; Conley Dawson &lt;conley@macver.org&gt; changed:
&gt;
&gt;             What    |Removed                     |Added
&gt; ----------------------------------------------------------------------------
&gt;                   CC|                            |conley@macver.org
&gt;
&gt; --- Comment #1 from Conley Dawson &lt;conley@macver.org&gt; ---
&gt; I can replicate this on KDE Linux 2026-06-05.
&gt;
&gt; It looks like Plasma Browser Integration does not currently include a case for
&gt; Edge.
&gt;
&gt; https://invent.kde.org/plasma/plasma-browser-integration/-/blob/master/flatpak-integrator/plugin.cpp?ref_type=heads#L140
&gt;
&gt;          // List of Flatpak browsers we support.
&gt;          const QList&lt;BrowserInfo&gt; supportedBrowsers = {
&gt;              {BrowserBase::Firefox, u&quot;org.mozilla.firefox&quot;_s,
&gt; u&quot;/.mozilla/native-messaging-hosts&quot;_s},
&gt;              {BrowserBase::Firefox, u&quot;io.gitlab.librewolf-community&quot;_s,
&gt; u&quot;/.librewolf/native-messaging-hosts&quot;_s},
&gt;              {BrowserBase::Firefox, u&quot;net.waterfox.waterfox&quot;_s,
&gt; u&quot;/.waterfox/native-messaging-hosts&quot;_s},
&gt;              {BrowserBase::Chrome, u&quot;com.google.Chrome&quot;_s,
&gt; u&quot;/config/google-chrome/NativeMessagingHosts&quot;_s},
&gt;              {BrowserBase::Chrome, u&quot;com.google.ChromeDev&quot;_s,
&gt; u&quot;/config/google-chrome-unstable/NativeMessagingHosts&quot;_s},
&gt;              {BrowserBase::Chromium, u&quot;org.chromium.Chromium&quot;_s,
&gt; u&quot;/config/chromium/NativeMessagingHosts&quot;_s},
&gt;              {BrowserBase::Chromium,
&gt; u&quot;io.github.ungoogled_software.ungoogled_chromium&quot;_s,
&gt; u&quot;/config/chromium/NativeMessagingHosts&quot;_s},
&gt;          };
&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2521168</commentid>
    <comment_count>3</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2026-06-06 23:29:23 +0000</bug_when>
    <thetext>A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-browser-integration/-/merge_requests/198</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2521313</commentid>
    <comment_count>4</comment_count>
    <who name="Conley Dawson">conley</who>
    <bug_when>2026-06-07 20:51:29 +0000</bug_when>
    <thetext>Git commit 00f915811c1811b618c255f50b37af4b84b0bbf8 by Conley Dawson.
Committed on 07/06/2026 at 20:31.
Pushed by fvogt into branch &apos;master&apos;.

Add support for Micrsoft Edge flatpak

M  +1    -0    flatpak-integrator/plugin.cpp

https://invent.kde.org/plasma/plasma-browser-integration/-/commit/00f915811c1811b618c255f50b37af4b84b0bbf8</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>