leamas
leamas
Furthermore, the crash on wayland can be avoided by `export GDK_BACKEND=x11` before invoking android-file-transfer
Below a simple patch which works around the issue (too lazy to make a PR, sorry, perhaps someone else is motivated) ``` iff --git a/qt/main.cpp b/qt/main.cpp index 4a70feb..e5efbaf 100644 ---...
> i think all these multiuser features are fine, but single user (root) should be the default and multi user should be optional... This is not so much about multi-user...
Frankly, I have no idea. But the simple fact seems to be that CentOS 6.4 just is too old to be supported by spotify, and given it's age it's hard...
Rebased & enhanced. See initial comment (edited)
I don't really care either, but it would be nice to keep the ability to configure with an alternative name as of 5f1ab387b7dd7b. This is partly about Debian users, so...
ROS is basically a mystery for me, haven't worked with it. That said, for me it would of course be convenient to use what I already use i. e., cxx-serial...
I can live with this, for sure. Naming the package cxx-serial even if the upstream is named cxx_serial should be fine. After all, I have named it cxx-serial for an...
After porting the tests to cppunit I can run the tests on my native, Fedora without any hypervisor layer. Same results, slightly better formatted: ``` Test Results: Run: 2 Failures:...
The tests are broken since they assume that for example `usleep(5000)` actually creates a 5 ms delay. However, there are no such guarantees, the delay is never shorter but typically...