<thinkski>
i'm following https://www.haiku-os.org/guides/building/compiling-arm (at the rune step). when i run 'rune -b rpi3 -i haiku-mmc.image' i get 'Error: no Haiku boot partitions'. maybe the docs on the page are out-of-date?
jmairboeck has joined #haiku
<x512[m]>
<thinkski> "i'm following https://www.haiku..." <- Note that Haiku ARM port is currently on early stage. Only boot loader is working in nightlies or upstream.
<x512[m]>
Only RISC-V is currently functional non-x86 port.
AlaskanEmily has quit [Remote host closed the connection]
<thinkski>
x512: thanks. looks like the issue is that the boot partition in my haiku-mmc.image is type 0xef (EFI FAT), whereas rune expect it to be 12 (Win95 FAT).
<thinkski>
i lied. looks like there's a more general issue with the mbr crate, disagrees with fdisk as to number of partitions.
tuaris has quit [Read error: Connection reset by peer]
Maturion has quit [Ping timeout: 480 seconds]
Coldfirex has quit [Quit: Page closed]
Diver has joined #haiku
Diver has quit []
Diver has joined #haiku
Diver has quit []
argentwolf2 has joined #haiku
argentwolf has quit [Ping timeout: 480 seconds]
Huggy has joined #haiku
mmu_man has joined #haiku
AlwaysLivid has joined #haiku
AlwaysLivid has quit [Remote host closed the connection]
AlwaysLivid has joined #haiku
HaikuUser has joined #haiku
HaikuUser is now known as mrentropy64
ClaudioM has joined #haiku
<mrentropy64>
Hello, everyone.
HaikuUser has joined #haiku
HaikuUser has quit []
cocobean has quit [Quit: Page closed]
ConditionBoy has joined #haiku
<ConditionBoy>
what's up, people?
tbcr has joined #haiku
<mrentropy64>
I've got my all day planning meeting today.
daftaupe has quit [Quit: Ping timeout (120 seconds)]
daftaupe has joined #haiku
<ConditionBoy>
whatcha planning?
<mrentropy64>
Work for next sprint. Although we've spent nearly an hour just on the retrospective.
<ConditionBoy>
sounds like fun
<mrentropy64>
It... isn't, really. It's sort of long and tedious.
<mrentropy64>
But it's gotta be done, so...
<ConditionBoy>
yeah, i was being facetious
<mrentropy64>
Most of it is because the developers start talking about developer things and it goes on, and on, and on.
<ConditionBoy>
and your responsibilities are not developer-adjacent?
_Dario_ has joined #haiku
<mrentropy64>
Kind of. I'm QA, so while I'm interested in the overall thing, I don't particularly care about the very detailed parts of how to solve a problem. At least, not until it gets to my purview.
<ConditionBoy>
i dig it
<ConditionBoy>
dev work sucks
<ConditionBoy>
i'm lucky that mine is on mostly a consultant/contractual basis
<ConditionBoy>
are you a developer yourself in any capacity?
<mrentropy64>
I used to do some programming as a hobby.
<mrentropy64>
Actually went to school for it.
<ConditionBoy>
what kind of stuff are you working on with haiku?
<mrentropy64>
Not much, really. Mostly it's Vision. I might consider doing NaNoWriMo on Haiku this year, although that'll mean using Libre Office. Programming-wise, I'm not doing anything. I'm in no hurry to relearn C++. A while ago I was converting old (1970s-1980s) BASIC games to Yab.
bbjimmy1 has quit [Ping timeout: 480 seconds]
freakazoid333 has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<ConditionBoy>
oh, nice
<ConditionBoy>
Vision was my starting point when i started to make my BApplicationMenuBar
<ConditionBoy>
actually, not for nothing, but i think i improved on y'all's method
<ConditionBoy>
if haiku proper doesn't end up adopting my thing, i think i'd at at least like to share the work with other like-minded devs
<jadedctrl>
ConditionBoy: what's your BApplicationMenuBar like?
DHowett has quit [Remote host closed the connection]
DHowett has joined #haiku
tuaris has joined #haiku
bbjimmy1 has joined #haiku
<ConditionBoy>
jadedctrl: it's a drop-in replacement for BMenuBar that automatically generates an applicaiton menu item for the application menu, as well as some convenience functions to create/organise application menu items sucxh as quit, about, &c.
<ConditionBoy>
the application menu is represented by the application's icon, and automatically scales with the menu font size
<jadedctrl>
aah, gotcha
<ConditionBoy>
i just wanted to help unify the desdign language of haiku
<ConditionBoy>
design*
<ConditionBoy>
i liked how some devs took it upon themselves to create this sort of menu standard (which, by the way, is specified in the HIG) and i ran with it
<ConditionBoy>
on my personal install, having converted most first-party apps to use the BApplicationMenuBar, it's really quite nice
<ConditionBoy>
i wrote an email for the mailing list when i first created it in which i elaborate more on why i think it's a good idea
<ConditionBoy>
then i got gunshy about submitting it, and then life got in the way, and now here we are