Cameron Nemo

Results 144 comments of Cameron Nemo

I wonder if we can just build binder and ashmem into our kernel (not as modules)? See the note in the Arch wiki: https://wiki.archlinux.org/index.php/Anbox#Installation

Android has a lot of SELinux policy written for it. I wonder if we could take advantage of LSM namespaces, or if they are not ready yet.

You seem to have missed the "LSM namespaces" part. See here for example: https://blog.linuxplumbersconf.org/2017/ocw/system/presentations/4768/original/Namespacing%20and%20Stacking%20the%20LSM.pdf I don't really know if that project was delivered in the past 5 years, but it...

I think you can add TryExec=... to the desktop files to get them to check for whichever binary and not show the entry if it is missing or non-executable.

2.8.5 We were able to workaround it in a previous version by changing the PYINCLUDEDIR line in the configure file.

``` sed -i \ "s;^PYINCLUDEDIR=.*;PYINCLUDEDIR=${XBPS_CROSS_BASE}/usr/include/python${py2_ver};" \ configure ``` Where XBPS_CROSS_BASE is something like `aarch64-unknown-linux-gnu`. But that only worked with 2.8.4. Void dropped the python2 bindings when the package updated to...

You may be interested in "Radix" trees. https://github.com/deepfield/py-radix/blob/master/radix.c https://github.com/ibmandura/ArtTree I am looking to use them with IP prefixes, and the status quo is an old C library from 20 years...

@dqsully if you have any notes or other recommendations based on your porting experiences, I would be quite appreciative.

I think there could be value in a partial port. Below is a table listing some of the notable features of hjson, along with cost and benefit columns. These are...

For software like docks that integrates with the window manager, it is important to ask "which wayland (compositor)"? I really recommend that the elementary team consider the wlroots approach, which...