Skip to content
FeRD (Frank Dana) edited this page Nov 9, 2018 · 6 revisions

title: Help

Connecting an Android device

  1. Install KDE Connect Android from Google Play or F-droid

    Get it on Google PlayGet it on F-Droid

  2. Open the Android App and GSConnect Preferences

    GSConnect & KDE Connect Android

  3. Click Refresh in GSConnect preferences or the Android app

    Service Preferences

  4. Connect to GSConnect by IP

  5. Connect to Android by IP

    Connect to...

  6. Check your Firewall, Proxy, Router and VPN

    Open ports 1716-1764 for TCP and UDP and allow broadcasts.

  7. Open a New Issue

Other Problems

Files and directories open in the wrong application

Sometimes the wrong application is registered as the default handler for the inode/directory mime-type. You can set the correct handler by running the following command in a terminal as a regular user:

$ xdg-mime default org.gnome.Nautilus.desktop inode/directory

org.gnome.Nautilus.desktop can be replaced with another file manager or application if desired.

File Locations

Where are the cached files stored?

Cached files are stored in the user cache directory under gsconnect. Each device has it's own sub-directory, while the remaining files and folders are cached by the service:

~/.cache/gsconnect/<device-id>/battery.json
~/.cache/gsconnect/contacts.json
~/.cache/gsconnect/7b2c8d552e9043232d1466e28af55367

Where are the settings stored?

Settings are stored in dconf using GSettings. You can access the settings using dconf-editor at the path:

/org/gnome/shell/extensions/gsconnect/

How can I reset all settings?

There is a button in the Advanced page of the device preferences for completely removing a device. You can completely remove all GSConnect settings and files from the command-line:

dconf reset -f /org/gnome/shell/extensions/gsconnect/
rm -rf ~/.cache/gsconnect
rm -rf ~/.config/gsconnect

Detected Problems

These problems are automatically detected. Please do not edit this section.

Network Error

GSConnect requires ports 1716-1764 for TCP and UDP. This error means another program is using those ports, usually KDE Connect (kdeconnectd).

  1. Check if KDE Connect is running

    If you have recently uninstalled KDE Connect the server may still be running.

    $ pidof kdeconnectd
    18839
    $ lsof -i UDP:1716
    COMMAND     PID   USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
    kdeconnec 18839 andrew   19u  IPv6 2394913      0t0  UDP *:1716
  2. Stop KDE Connect (kdeconnectd) if it is running

    You should also uninstall KDE Connect, since it will start each time you log into your session.

    $ killall -9 kdeconnectd
  3. Restart GSConnect in the Service Preferences

    Restart the service

  4. Open a New Issue

    If you are still getting this error notification, please open a New Issue.

Proxy Error

This error means a connection failed to connect or authenticate with the network proxy. No further help yet, sorry.

PulseAudio Error

GSConnect uses the PulseAudio bindings shipped with Gnome Shell for volume control features. This error means that GSConnect failed to find the required typelib (Gvc-1.0.typelib).

If you installed GSConnect from a distribution package, please file a bug with the package maintainer and reference the Packaging page.

If you installed GSConnect from https://extensions.gnome.org or another user install method, please open a New Issue including your distribution and output of locate Gvc-1.0.typelib.

Incompatible SSH Library

Some newer versions of OpenSSH seem to be incompatible with the Android app, which breaks remote file system (SFTP) support. The issue is known by developers and a fix is in progress. Please be patient.

Wayland Not Supported

Some features require functionality not yet available in Gnome on Wayland. Currently Remote Input features are disabled (see Accessibility + Wayland for more information). Clipboard features are enabled using a workaround, but may be disabled in future.