ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Replace subprocess with pydbus in apps/systemctl #84

Closed bjoernfan closed 6 years ago

bjoernfan commented 6 years ago

Use an API (here via pydbus) instead of parsing command output, and as a bonus this should make it easier to solve issue #82.

This also adds pydbus as a new dependency.