New comment by leetnc on void-packages repository https://github.com/void-linux/void-packages/issues/21359#issuecomment-626252671 Comment: I have edged my way a little further up the learning curve. Regards cloning the void-packages, this seemed to work: First: git clone https://github.com/void-linux/void-packages Second: git remote add upstream https://github.com/void-linux/void-packages Third: git fetch upstream Per your advice, I repeat the last one frequently. I did get a successful build of OSMO, including libgringotts. The templates that I ended up with are attached, I hope. Setup for build: Added 2 directories at ~/void-packages/srcpkgs osmo libgringotts Also added link with: ln -s libgringotts libgringotts-devel Edited ~/void-packages/common/shlibs Added entry: libgringotts.so.2 libgringotts-1.2.1_1 Miscellaneous observations: - Installed hunspell-en_US (Dictionary needed to make spell checker work) - libgringotts - This was the latest version that I could find for libgringotts, and it is in the template. "https://sourceforge.net/projects/gringotts.berlios/" There appear to be later versions of gringotts, but not for libgringotts. - Additional info at "libgringotts.sourceforge.net/index.php?page=home" It is pretty dated. - If 'enable system tray' is checked in osmo, preferences, general, then - If Osmo icon is clicked on desktop, osmo icon goes to system tray as expected - If Osmo is added to Autostart list, osmo icon appears to go to Task Manager (far left), instead of system tray - Dunno what is up with that. I am using Trident in a virtualbox. Not overly certain that I got it all right, but osmo does appear to work. Attached Files: [template.libgringotts.txt](https://github.com/void-linux/void-packages/files/4604927/template.libgringotts.txt) [template.osmo.txt](https://github.com/void-linux/void-packages/files/4604928/template.osmo.txt)