-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KDE sees my device but not the Firefox extention... #34
Comments
Did you successfully install the native host application per the README in this repository? If you click on the extension icon, what does it say? |
I'm seeing this same issue with Firefox 78.0.2 with FreeBSD 12.1. My phone and computer can see each other, but the Firefox extension just has an Orange exclamation mark and if I click on it there are no devices listed. I did compile the |
There is no windows 10 support then? |
@DefectiveByDesign see #4 #39 |
I have this problem on arch linux, swaywm, vivaldi-snapshot. kdeconnect-indicator shows my device, vivaldi extension says no devices found. I did ' ./kdeconnect-chrome-extension -install' and selected Vivaldi, assuming this would work for vivaldi-snapshot. |
@HarHarLinks if vivaldi-snapshot stores its user data in a different location to standard vivaldi, you'll need to copy |
I did I am using another NativeMessaging plugin (https://github.com/smorks/keepassnatmsg) that resides in the folder you mention and works from there. The rest of it's config is in |
That's very confusing then. Are you certain you restarted the browser after install? |
I had the browser extension already installed from chrome webstore. I then closed the browser before running the binary from the release file. When after starting the browser again it wasn't connected, I submitted my first comment here above. |
Then I have no idea why one native host would work, and the other wouldn't. Extremely confusing 😕 |
Connection through Firefox and Chromium extension fails with
This used to work. I can send links from Android phone to my desktop just fine, but not the other way around. Sending files from desktop to Android also works. Ubuntu 22.04, Firefox and Chromium, kdeconnect-chrome-extension installed |
@ChristianNext please try re-installing the native host from the releases section of this repository. |
Exactly the same issue in Parabola (Arch-like) with Iceweasel (re-branded firefox). KDE Connect is connected to my Android phone but the extension has the exclamation mark. Tried installing the native host system-wide and per-user but nothing. |
Yiu'll probably need to work out where IceWeasel puts its native hosts and do a custom install. |
Iceweasel has the same native hosts paths as firefox |
I cannot find Iceweasel in any major distributions to test. Even Debian has removed it, and they created it. Unless you mean the GNU version, but that's been Icecat for many years. |
Yes, Debian removed it but Parabola continued the branding. Anyways, for some unknown reason now it is working. |
Having the same problem for some time now, on FireFox 103.0.2 (64-bit) Manjaro Xfce ( kernel Linux 5.15.60-1). But in FireFox I get this error-message Any ideas on this issue? |
I'm pretty sure it's because firefox-snap in jammy jellyfish doesn't support NativeMessaging protocol, per release notes:
More info: HTH, Ben |
Facing same issue on arch with dwm. kde connect notification service works, but browser extension doesn't
|
@kevin-roan that behaviour is expected - the browser extension just communicates with the main application, so it has to be running for the extension to work. On KDE for example, it's started automatically by default. Thanks for noting your experience. |
I had this issue. Long story short it looks like the installer might be crashing when it goes to set permissions. When ran as root creates the files these files in /usr/lib/mozilla com.0xc0dedbad.kdeconnect_chrome However it fails to set the proper permissions. com.0xc0dedbad.kdeconnect_chrome has execute permissions, but nether file is granted read access to nonroot users. I fixed my permissions and it error went away, and it's working now. Yay! I did it from dolphin but I think you could use:
to try to fix it |
Nevermind, now it can list my kde connected devices but the send button is grayed out, and it lists all of them even the offline ones |
I hadn't considered that users might have a restrictive umask in place, which sounds like the case here, we can set perms explicitly for system-wide install I suppose.
This is #56 I've done most of the work to fix this for recent KDE Connect versions, but probably won't be able to finish it until next week. |
Manjaro KDE Plasma Kernel 5.6.8
The phone is connected but Firefox KDE icon has a red ! on it.
The text was updated successfully, but these errors were encountered: