New comment by ScrelliCopter on void-packages repository https://github.com/void-linux/void-packages/issues/19243#issuecomment-619155195 Comment: Status update: I have the packages [here](https://wiki.trinitydesktop.org/How_to_Build_TDE_Core_Modules) up to `tdebase` building and running core applications with a few features turned off, you can check the current progress [here](https://github.com/ScrelliCopter/void-packages/commits/trinity). I haven't tested running a full desktop environment yet, I'll report back if I do get that working & with more details on what I have and haven't gotten to work. **EDIT:** TDE running via Xephyr with the following script: ```shell #/bin/sh -e SCREEN=800x600 NEW_DISPLAY=:1 Xephyr -br -ac -noreset -screen ${SCREEN} ${NEW_DISPLAY} & PREFIX=/opt/trinity export DISPLAY=${NEW_DISPLAY} export PATH=${PREFIX}/bin:${PATH} export LD_LIBRARY_PATH=${PREFIX}/lib:${LD_LIBRARY_PATH} exec starttde ``` Screenshot bellow :) ![image](https://user-images.githubusercontent.com/11264000/80275841-679c6b00-8727-11ea-91ca-11a03902c448.png)