kdeconnect-kde/kcmodule.sh
Albert Vaca 975892dcd0 Yet another refactor, mostly moving code from from daemon class to device class
Device now has a public dbus interface
Removed wizard from kcm: now the main list shows all the devices and you can pair/unpair using a checkbox
Both Kde and Android now use unique device ids
2013-07-03 03:52:44 +02:00

7 lines
159 B
Bash
Executable file

#!/bin/bash
#Source bashrc to define environment variables
#http://techbase.kde.org/Getting_Started/Build/Environment
. ~/.bashrc
kcmshell4 kcm_kdeconnect &