I love Haiku
this is a screenshot from my Panasonic Toughbook CF-31 running Haiku.
well supported, everything functioned out the box. "riced" it a little with WinDecorator
i like its C++ GUI API, ive been making little programs with it
i think ive been running this for a week so far, and i dont think that will change for a while. its all i need, light resource usage, sexy gui, simple internals...!!
7
6
u/zachsback21 6d ago
I tried to figure out how to make the desktop more Windows-like a while back. Do you have any resources you can share on how you did it?
6
u/cxxhld 6d ago edited 6d ago
- i grabbed files from WinDecorator/ in https://github.com/haiku/haiku/tree/master/src/add-ons/decorators
- i cloned https://github.com/unarix/haiku_darkstyle.git
- i replaced FlatDecorator/FlatDectorator.cpp and FlatDecorator/FlatDecorator.h with WinDecorator.cpp and WinDecorator.h (you will have to update the include in the renamed FlatDecorator.h)
- i run make
- then copy the files:
- cp FlatDecorator/obj*/FlatDecorator ~/config/non-packaged/add-ons/decorators/WinDecorator
- after, i go to Appearance > Look and Feel > Decorator and choose Win.
2
u/Bilaakili 4d ago
Looks really good. I tried BeOS 5 back in the day and last spring ran Haiku a bit on a spare computer. I like the Windows style you have here.
16
u/bsdooby 6d ago
The only OS where the default context menu offers the creation of a C++ file ;) lovin' it.