We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing dbus lib as ReadTheDocs says is not working sudo apt-get update && sudo apt-get install -y libdbus-1{,-dev}
sudo apt-get update && sudo apt-get install -y libdbus-1{,-dev}
this instead is working
sudo apt-get install libdbus-1-dev libdbus-glib-1-dev
lsb_release -a
Distributor ID: Raspbian Description: Raspbian GNU/Linux 8.0 (jessie) Release: 10 Codename: Buster
python-omxplayer-wrapper
0.3.3
python-dbus
dpkg -s python-dbus
1.2.18
python
python --version
2.7.18
A short description (preferably a one liner) of the feature you desire.
An example of how the feature you request would be used, demonstrating it's utility (and why the current solution doesn't solve your problem).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
README
Issue Report
Description
Installing dbus lib as ReadTheDocs says is not working
sudo apt-get update && sudo apt-get install -y libdbus-1{,-dev}
this instead is working
sudo apt-get install libdbus-1-dev libdbus-glib-1-dev
Environment details
lsb_release -a
):python-omxplayer-wrapper
0.3.3
python-dbus
(dpkg -s python-dbus
)1.2.18
python
(python --version
)2.7.18
Feature Request
Description
A short description (preferably a one liner) of the feature you desire.
Example use case
An example of how the feature you request would be used, demonstrating it's
utility (and why the current solution doesn't solve your problem).
The text was updated successfully, but these errors were encountered: