975892dcd0
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
7 lines
159 B
Bash
Executable file
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 &
|