I'm not able to access or open KDE connect indicator. Whereas kde connect monitor and kde connect settings are opening. What should I do?
Asked
Active
Viewed 5,528 times
2 Answers
2
Try unpair and start over, but make sure you request pair from the desktop app to the phone and not the other way around.
Also, verify that the phone is:
- On
- Connected to same WiFi as your Ubuntu device.
Otherwise, there could be something wrong. In this case you can consider reinstalling kde-connect as suggested by @ThisIsNotAnId:
sudo apt purge indicator-kdeconnect kdeconnect
sudo apt install indicator-kdeconnect kdeconnect
0
Following our discussion in the comments, it seems you don't have the necessary repo on your system for indicator-kdeconnect. Run the following on a terminal:
sudo add-apt-repository ppa:vikoadi/ppa
sudo apt-get update
sudo apt-get install indicator-kdeconnect
Log out, log in. Open indicator applet.
===EDIT===
Open a terminal and run indicator-kdeconnect and post any messages, errors, warnings that the terminal gives in your question.
ThisIsNotAnId
- 170