Skip to content
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

Support for Windows 10 #39

Open
pixincreate opened this issue Mar 16, 2021 · 10 comments
Open

Support for Windows 10 #39

pixincreate opened this issue Mar 16, 2021 · 10 comments

Comments

@pixincreate
Copy link

Is your feature request related to a problem? Please describe.
On Windows 10, after installing the extension on Brave, got to know it doesn't work. "No devices found" is the only notificatino that is visible all the time.

Describe the solution you'd like
A support for windows so that Windows users can enjoy using KDE extension.

Describe alternatives you've considered
Using Brave sync to links from PC to Phone(Yeah, Brave is installed on Android too - unfortunately).

@pdf
Copy link
Owner

pdf commented Mar 16, 2021

See #4 - unless something has changed, I don't know how to connect to the DBUS session on Windows

@pixincreate
Copy link
Author

pixincreate commented Mar 16, 2021

Is DBUS mandatory for it in order to work? Or you can implement an equivalent like COM on windows?
Check-out this answer: https://stackoverflow.com/questions/482681/d-bus-equivalent-for-windows
Or you can even use WinDBus as it's now an official part of DBUS

@pdf
Copy link
Owner

pdf commented Mar 16, 2021

Negative, the extension native host relies entirely on the DBUS API to communicate with the KDEConnect process. I know that the KDEConnect installation on Windows bundles a DBUS implementation, I'm not sure what flavour it is, but last time I investigated, I couldn't work out how to auth against it, since it functions differently to other platforms.

My ability and motivation to invest significant effort into this for a handful of users is low, but I'd be most happy if someone who uses Windows and has the required skills would investigate how to connect to the bundled DBUS instance.

@Davester34
Copy link

I'm getting the same issue, no devices found. On the same windows computer, i installed the app from the microsoft app store and that sees my device fine.

@4-FLOSS-Free-Libre-Open-Source-Software

I'm getting the same issue, no devices found. On the same windows computer, i installed the app from the microsoft app store and that sees my device fine.

Error: could not connect to native host

Error: no version response received from native host
No devices found...

@ftoh
Copy link

ftoh commented Oct 17, 2023

You can use External Application Launcher extension

Send to specific device

Run kdeconnect-cli.exe -l to get device id, then use settings as at screen
image

Always ask for device

image

@csolisr
Copy link

csolisr commented Oct 31, 2023

You can use External Application Launcher extension

Sorry for the delay replying, but I'm unable to configure the extension because I installed KDE Connect from the Microsoft Store. What would be the installation route in this case?

@csolisr
Copy link

csolisr commented Oct 31, 2023

OK, so I found that in my particular case the route would be C:\Program Files\WindowsApps\KDEe.V.KDEConnect_23.801.1463.0_x64__7vt06qxq7ptv8\bin\kdeconnect-app.exe. However, it seems like the route is not available to the extension itself due to what seems to be a permissions issue

@ftoh
Copy link

ftoh commented Oct 31, 2023

What would be the installation route in this case?

I found hacky method. This will ask on execute
Executable Name: cmd.exe
Arguments: /c start shell:AppsFolder\KDEe.V.KDEConnect_7vt06qxq7ptv8!KDEe.V.KDEConnect [HREF]

kdeconnect-cli from Microsoft Store available globally.

@amphyvi
Copy link

amphyvi commented Aug 15, 2024

What would be the installation route in this case?

I found hacky method. This will ask on execute Executable Name: cmd.exe Arguments: /c start shell:AppsFolder\KDEe.V.KDEConnect_7vt06qxq7ptv8!KDEe.V.KDEConnect [HREF]

kdeconnect-cli from Microsoft Store available globally.

Thank you! Was able to get a tidy Powershell solution going using your workaround, to make things a little less hacky
https://www.reddit.com/r/kde/comments/1et48c4/kde_connect_send_url_from_windows_to_other_devices/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants