-
Hello, everyone.
Last time I tried to port KDEConnect to Ubuntu-touch, I did found some codes of mobile friendly qml app for linux phones. But due to I could not found how to build it, it failed.
But now I have found the build guide from its wiki
Seems it just need add a cmake flag and everything will go fine.cmake -DSMSAPP_ENABLED=True .
Seems it is a good news.
However, I don't know how to type these into clickable. Obvisely we need more work than just simple type these word in. -
You can set arguments in
clickable.json
. See https://github.com/ubports/messaging-app/blob/xenial/clickable.json -
@xqqy any progress on this port?