Uses the Dbus Interface to send sms
Closed this issue · 6 comments
Marukesu commented
the actual method fail if the user uses the kdeconnect flatpak because the diferent nomeclature and the flatpak run --comand="kdeconnect-cli" org.kde.kdeconnect
don't run any variable, only show the help message.
so using the dbus interface directly allows send sms from both flatpak and non-sandboxed kdeconnect.
b4j4 commented
@MrMarukesu the Sms.py is executed by terminal, that is a problem or just the act of send SMS?
Marukesu commented
just sending the sms, the sms.py run correctly
andyholmes commented
Submitted PR #98
Marukesu commented
sms works now, thanks.
b4j4 commented
@MrMarukesu so when it's finished, feel free to make a pull request with your work.