Skip to content
New issue

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

freebsd support #8

Open
geezuh opened this issue Nov 30, 2019 · 1 comment
Open

freebsd support #8

geezuh opened this issue Nov 30, 2019 · 1 comment

Comments

@geezuh
Copy link

geezuh commented Nov 30, 2019

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

@AlfredoSequeida
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants