-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
The extension is now available on the official extension website! The latest stable release can always be found in the releases page.
The master branch of this repository is usually fairly stable, but may contain some features still in development or unpolished user interface elements. If that's okay, you can build and install from git with Meson:
git clone https://github.com/andyholmes/gnome-shell-extension-mconnect.git
meson gnome-shell-extension-mconnect/ build
cd build
ninja install-zip
The extension is tested with Gnome Shell 3.24.x and has been reported working on 3.18.x. Other recent versions may also work; please report your results. In order to use this extension, you must also install either KDE Connect or MConnect.
For dependencies required for optional features, please see the Nautilus Integration and SMS pages in the Wiki.
KDE Connect is the most supported backend, but will require about ~500MB of KDE dependencies for most Gnome Shell users. You should install KDE Connect through normal, stable distribution channels - current builds from git are known to contain some DBus API breaks and are not supported.
As of September 2017, MConnect is still under heavy development. If you have experience with Vala, consider contributing to the project. Currently MConnect supports:
- Pairing and unpairing with devices
- Sending and receiving notifications (automatically handled by MConnect)
- Monitoring battery level and charging state
MConnect is currently unpackaged by most distributions and must be built from git. The README in the mconnect repository is the best place to check for build instructions.
If mconnect
is installed in your PATH
, it can either be started from the User Menu or the extension can be configured to start it automatically.
Mounting devices in KDE Connect is known to contain bugs, while mounting devices in MConnect is not yet supported.
Users of some distributions, Arch-based in particular, have reported that sshfs
is not marked as a dependancy for KDE Connect and must be installed manually.