b4j4/indicator-kdeconnect

Uses the Dbus Interface to send sms

Closed this issue · 6 comments

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?

just sending the sms, the sms.py run correctly

Submitted PR #98

b4j4 commented

@MrMarukesu check the merge from #98 and give any feedback.

sms works now, thanks.

b4j4 commented

@MrMarukesu so when it's finished, feel free to make a pull request with your work.