venus
venus copied to clipboard
freebsd support
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
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?