KDEConnect: Difference between revisions

From KDE Community Wiki
No edit summary
Line 21: Line 21:
== Troubleshooting ==
== Troubleshooting ==


If you are behind a firewall, make sure to open the port range 1714-1764 for both TCP and UDP.
=== I have two devices running KDE Connnect on the same network, but they can't see each other ===
If you are behind a firewall, make sure to open the port range 1714-1764 for both TCP and UDP. Otherwise, make sure your network is not blocking UDP broadcast packets.


===  My KDE Connect crashes or restarts when trying to pair with another device ===
Some times, a corrupt config file may cause KDE Connect to crash when trying to pair with a device. In that case, deleting the config file in  ~/.kde/share/config/kdeconnectrc might help.
Some times, a corrupt config file may cause KDE Connect to crash when trying to pair with a device. In that case, deleting the config file in  ~/.kde/share/config/kdeconnectrc might help.


===  Can I run KDE Connect without a display server? ===
Yes, you can pass the command line argument `-platform offscreen` to the daemon (eg: `killall -9 kdeconnectd; /usr/lib/libexec/kdeconnectd -platform offscreen`)
===  My problem is not in this list :( ===
In case you find a bug and want to report it, you can do so in the KDE bugtracker: http://bugs.kde.org
In case you find a bug and want to report it, you can do so in the KDE bugtracker: http://bugs.kde.org



Revision as of 15:23, 11 November 2015

This is the comunity page for KDE Connect. It should contain useful and up to date resources for both users and developers.

What is KDE Connect?

KDE Connect is a project that aims to communicate all your devices. For example, with KDE Connect you can receive your phone notifications on your computer, or just use your phone as a remote control for your desktop. To achieve this, KDE Connect implements a secure communication protocol over the network, and allows any developer to create plugins on top of it. Currently there are KDE Connect clients on KDE, Android and Blackberry, and soon we will support iPhone as well.

Some other cool features in video: https://www.youtube.com/watch?v=KkCFngNmsh0

More info at: http://albertvaka.wordpress.com

Installation

You will most likely find KDE Connect as a package in your distribution's repos. If you use desktop environment other than KDE's Plasma, you might also want to install indicator-kdeconnect, that provides a system tray as a GUI for other desktops.

For Ubuntu users, the package in the repos might be outdated and it's recommended to use this PPA instead.

The app for Android can be found in both the Google Play Store and the free store F-Droid.

If you are a Firefox user, this cool extension might be of your interest.

Troubleshooting

I have two devices running KDE Connnect on the same network, but they can't see each other

If you are behind a firewall, make sure to open the port range 1714-1764 for both TCP and UDP. Otherwise, make sure your network is not blocking UDP broadcast packets.

My KDE Connect crashes or restarts when trying to pair with another device

Some times, a corrupt config file may cause KDE Connect to crash when trying to pair with a device. In that case, deleting the config file in ~/.kde/share/config/kdeconnectrc might help.

Can I run KDE Connect without a display server?

Yes, you can pass the command line argument `-platform offscreen` to the daemon (eg: `killall -9 kdeconnectd; /usr/lib/libexec/kdeconnectd -platform offscreen`)

My problem is not in this list :(

In case you find a bug and want to report it, you can do so in the KDE bugtracker: http://bugs.kde.org

Development

If you are interested in contributing to KDE Connect, please join the mailing list of the project. You might also want to read Albert Vaca's development blog.

You can find the sources in the following repositories: