Noah Cain

Results 37 comments of Noah Cain

I probably should assemble a doc on building from scratch. You just need to `cp -r dahliaos-overlays/* output/target/*` and then rebuild.

Try running `source ~/.profile`, if that doesn't work, do `rm /etc/X11/xorg.conf&&startx`

Make sure that the file /etc/X11/xinit/xinitrc is the one from the overlays, not the stock XOrg config.

Are the GTK development libraries installed?

For clarification, this is an issue with upstream GTK, it appears gobject-introspection is missing on the host device, as far as I can tell.

It should be a relatively quick `sudo apt install gobject-introspection`, I remember a related error when I was building regarding it, I'll have to look back and see what I...

The dap package can be disabled in menu config, `make menuconfig`, go to target packages - dahliaOS applications - and unselect dap

I'd certainly like to make the switch at some point, not sure how complete the rust coreutils are at this point, though.

From here, when the pangolin step errors out, you'll need to `rm -rf output/build/pangolin*`, the script is not written to clean itself up.

The missing yaml file should not be causing a problem, you can try `rm -rf dl/pangolin*&&rm -rf output/build/pangolin*`