venus icon indicating copy to clipboard operation
venus copied to clipboard

freebsd support

Open geezuh opened this issue 5 years ago • 1 comments

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

geezuh avatar Nov 30 '19 07:11 geezuh

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?

AlfredoSequeida avatar Dec 01 '19 20:12 AlfredoSequeida