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

[Feature Request] Port to non-Linux platforms #4

Open
rodneyrod opened this issue May 28, 2017 · 13 comments
Open

[Feature Request] Port to non-Linux platforms #4

rodneyrod opened this issue May 28, 2017 · 13 comments

Comments

@rodneyrod
Copy link

No description provided.

@pdf
Copy link
Owner

pdf commented May 28, 2017

Any in particular?

@rodneyrod
Copy link
Author

Windows and OSX would probably be the best other platforms to target, considering they have no KDE Connect support as it currently stands.

@pdf
Copy link
Owner

pdf commented May 28, 2017

This project uses the dbus interface to communicate with a running KDE Connect instance, so porting to platforms that don't have a KDE Connect implementation is not possible.

@rodneyrod
Copy link
Author

Right, issue is upstream then. I'll close this until it is resolved there.

@rodneyrod
Copy link
Author

KDE Connect is at least partly ported to Windows upstream, so opening this issue back up to track this.

https://binary-factory.kde.org/job/kdeconnect-kde_Nightly_win32/

@rodneyrod rodneyrod reopened this Sep 19, 2018
@pdf
Copy link
Owner

pdf commented Sep 19, 2018

Can you confirm whether DBus is also ported, and whether this KDE Connect port uses it?

If DBus is also working on Windows, it should be a simple matter of compiling this for Windows, and adding some install paths to the installer for various browsers. If DBus is not working on Windows, nothing can/will be done here to support it.

@rodneyrod
Copy link
Author

@pdf I can confirm that KDE Connect for Windows does use DBus, or rather a port of it.
Should be running as dbus-daemon.exe

@pdf
Copy link
Owner

pdf commented Sep 20, 2018

Thanks @rodneyrod I'll try to find a Windows machine I can spend a little time with to test it out.

@pdf
Copy link
Owner

pdf commented Sep 28, 2018

I spent a bit of time looking at this, and it seems like it ought to be doable. I have the installation with reg keys etc sorted out, but not connecting to DBus on Windows - it apparently only works over TCP using a noncefile for auth, and I'm not sure how to connect to the session that KDE Connect creates. This is quite different to other platforms.

@shamoi
Copy link

shamoi commented Jul 24, 2019

Any update on on this, anyone ?

@firefinchdev
Copy link

KDE Connect now has a macos version which uses dbus interface. Although there is not a stable release yet, but the builds are working perfectly. Please port this extension to macos. Would be really great. Thank you.

@Cerberus-tm
Copy link

Not sure if this is appropriate, but I'd absolutely love to be able to use KDE Connect from Firefox on Windows. The KDE Connect desktop application works on Windows (though it is not always reliable).

@kernelb00t
Copy link

You can check the Bitwarden client sources, the extension talks with the host application to spawn a Windows Hello dialog. Implementing Windows/MacOS will very likely use a separate backend to talk to the KDE Connect host application.

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

6 participants