-
Notifications
You must be signed in to change notification settings - Fork 0
Help
-
Install KDE Connect Android from Google Play or F-droid
-
Open the Android App and GSConnect Preferences
-
Click Refresh in GSConnect preferences or the Android app
-
Connect to GSConnect by IP
-
Connect to Android by IP
-
Check your Firewall, Proxy, Router and VPN
Open ports 1716-1764 for TCP and UDP and allow broadcasts.
-
Open a New Issue
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.
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
Settings are stored in dconf using GSettings. You can access the settings using dconf-editor at the path:
/org/gnome/shell/extensions/gsconnect/
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
These problems are automatically detected. Please do not edit this section.
GSConnect requires ports 1716-1764 for TCP and UDP. This error means another program is using those ports, usually KDE Connect (kdeconnectd
).
-
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
-
Stop KDE Connect (
kdeconnectd
) if it is runningYou should also uninstall KDE Connect, since it will start each time you log into your session.
$ killall -9 kdeconnectd
-
Restart GSConnect in the Service Preferences
-
Open a New Issue
If you are still getting this error notification, please open a New Issue.
This error means a connection failed to connect or authenticate with the network proxy. No further help yet, sorry.
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
.
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.
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.