1 2 3 4 5 6 7
#!/bin/sh if pidof -s qpe >/dev/null; then /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" else exit 0 fi