altdesktop / python-dbus-next

🚌 The next great DBus library for Python with asyncio support
https://python-dbus-next.readthedocs.io/en/latest/
MIT License
187 stars 59 forks source link

Subprocess #82

Closed mxdlinux closed 3 years ago

mxdlinux commented 3 years ago

Hello, i created a script using subprocess.call ('playerctl play', shell = True) and playerctl indicates no player found while in linux terminal it works, why?

acrisci commented 3 years ago

Please open this on the playerctl repo.