b4j4 / indicator-kdeconnect

AppIndicator for KDE Connect
GNU Lesser General Public License v2.1
372 stars 37 forks source link

Unable to access KDE Connect System Settings #137

Closed wesbarnett closed 6 years ago

wesbarnett commented 6 years ago

I'm on Arch Linux using dwm for my window manager. trayer is used for the system tray.

When I click on the menu item on the indicator icon entitled "Device Reachable and Trusted" nothing happens. The following is output to the terminal:

** Message: 17:03:30.200: DeviceIndicator.vala:124: Failed to execute child process “kcmshell5” (No such file or directory)

I was thinking this was how to open the KDE Connect System Settings. It seems like it might be trying to open up KDE Settings and since I'm not on KDE obviously fails.

premek commented 6 years ago

Try to install kde-cli-tools package. In debian it is installed as a dependency of kdeconnect package.

b4j4 commented 6 years ago

Check the answer of @premek