You are not logged in.
I have created a repo next to my 'carbon-wayland' repo just called 'boron'. It just contains 1 package for now, gtk3dialog
- a dialog tool like yad
but completely different in terms of the syntax used.
More packages, but not too many, will follow, to fill gaps with niche apps that debian misses.
To enable it read this page
Don't hesitate to ask anything, even package requests.
Enjoy!
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline