KDEConnect Indicator in Ubuntu 16.04 does not show up
I have installed kdeconnect along with the indicator and I have noticed that the indicator does not work in ubuntu 16.04 with unity. I have tried to launch it from dash and terminal unsuccessfully. Based on my troubleshooting I have realised that the OS does not install the required dependencies that would have normally installed in ubuntu 14.04. Does anybody knows how to make the indicator to work on ubuntu 16.04? Thanks in advance.
Solution 1:
I have not tried installing on Ubuntu 16.04 but I have on Linux Mint 18 which is based on Ubuntu 16.04. I found that I have to install the kdeconnect-plasma package (which brings a LOT of dependencies with it) to get KDEConnect working.
For those who may not know, open a terminal & type
apt install kdeconnect-plasma
You may have to run the command as root like this
sudo apt install kdeconnect-plasma
Solution 2:
I got results by finding the most recently updated fork of the github project for indicator-kdeconnect, and building and installing it from that source.