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
I had to add the following lines in the source to make it work on freebsd12:
elif 'freebsd12' in platform: from venus.os_tools import linux as system
from there I just had to install the py36-dbus and feh packages, and enable dbus in the system config, and it works now
The text was updated successfully, but these errors were encountered:
Great! any chance you could commit the changes you made so we can review them and add freebsd support to the next release of Venus?
Sorry, something went wrong.
No branches or pull requests
I had to add the following lines in the source to make it work on freebsd12:
elif 'freebsd12' in platform: from venus.os_tools import linux as system
from there I just had to install the py36-dbus and feh packages, and enable dbus in the system config, and it works now
The text was updated successfully, but these errors were encountered: