crroush

Results 5 comments of crroush

In the UHD repo there is a [FindLIBUSB.cmake](https://github.com/EttusResearch/uhd/blob/master/host/cmake/Modules/FindLIBUSB.cmake) that *will* work with the PR #874 provided after you build you copy the libusb.h header file and libusb-1.0.so to the CMAKE_SYSROOT/include/libusb-1.0/libusb.h...

Have you added entries for your devices in udev? For all the devices I use inside of docker (doing the same thing you are doing), and using libusb. ``` --privileged...

@Chaoba I have done that, which helps a little. I was hoping there was some way to either bypass the geojson parser and get an pass the annotation directly to...

I ran into the same issue, looks like it is a bug in chromium, but QT created a work around. [here](https://forums.ankiweb.net/t/setting-disable-seccomp-filter-sandbox-by-default-on-linux/13765/5) is a nice explanation of what is going on....

export QTWEBENGINE_CHROMIUM_FLAGS=--disable-seccomp-filter-sandbox In the terminal before launching your application