waddlesplash changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.catirclogs.org/haiku/ | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
dalme has quit []
mmu_man has quit [Ping timeout: 480 seconds]
Aedil has joined #haiku
hightower3 has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
habbie[m] has joined #haiku
qth[m] has joined #haiku
hightower4 has quit [Ping timeout: 480 seconds]
zelectric has quit [Quit: DEE FENCE!]
AD_Haiku_onPC_ has quit [Read error: Connection reset by peer]
AGMS-BeOS has joined #haiku
AGMS-BeOS is now known as AGMS
AGMS has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
dcavalca has joined #haiku
janking has joined #haiku
janking has quit []
zeldakatze[m] has joined #haiku
janking has joined #haiku
matthewcroughan1 has joined #haiku
Wiertelus[m] has joined #haiku
HeteroChromia420[m] has joined #haiku
yann64[m] has joined #haiku
Leandro[m] has joined #haiku
vdamewood has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 480 seconds]
vdamewood has joined #haiku
smalltalkman__ has quit []
smalltalkman__ has joined #haiku
kallisti5[m] has joined #haiku
Hanicef[m] has joined #haiku
HaikuUser has joined #haiku
<HaikuUser> start diggin in yo butt twin
HaikuUser has quit []
janking has quit [Quit: Vision[]: i've been blurred!]
fancy2209[m] has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
janking has joined #haiku
ilzu[m] has joined #haiku
TheBrick has joined #haiku
TheBrick has left #haiku [#haiku]
LjL[m] has joined #haiku
x512[m] has joined #haiku
xylobol[m] has joined #haiku
Begasus[m] has joined #haiku
<janking> Good morning to you all :)
JulesEnriquez[m] has joined #haiku
parnikkapore has joined #haiku
<Begasus[m]> g'morning peeps
<janking> Good morning to you all :)
<janking> Good morning Begasus[m]
<Begasus[m]> morning janking :)
<janking> :)
<janking> ok
<Begasus[m]> k, rebuild Haiku image, want to be sure sqlite isn't part of the system
bokehphilia has quit [Quit: Connection closed for inactivity]
<PulkoMandy> It's used in webkit, but not directly by haiku
<Begasus[m]> needing to patch sqlite if not really required would be overkill I think, and probably way out for my skills
<Begasus[m]> ah right, I cleaned out objects directory some time ago, no wonder it takes a bit longer to finish now
<Begasus[m]> 2025-07-23 08:23:30 (1.57 MB/s) - ‘download/readline-8.2.001-1-x86_64.hpkg’ saved [185604/185604]
<Begasus[m]> seeing it already pulls in readline too :)
<Begasus[m]> 2025-07-23 08:23:28 (1.81 MB/s) - ‘download/sqlite-3.44.2.0-2-x86_64.hpkg’ saved [3836772/3836772]
<Begasus[m]> and this :)
<Begasus[m]> but those are external packages, so we should be good there
<Begasus[m]> Also checked with KMymoney, when installed in ~/config/packages the plugins installed in add-ons directory are not loaded?
OscarL has joined #haiku
<OscarL> Begasus[m]: I guess it somehow assumes it will be installed under /system? (hello btw :-D)
<OscarL> does it has any patch related to find_directory() / find_path() ?
<OscarL> do KDE programs have some general way of determining search paths? (if so, maybe the problem is not exclusive to kmoney)
<OscarL> (just pondering out loud, while I wait for a Python 3.14.0rc1 build to finish)
<OscarL> 82 C... this netbook will definitively melt itself in summer time :-(
<OscarL> have to keep an eye on it because, while the CPU properly throttles down due to temps (at ~82 C)... it seems it doesn't does the same for the GPU/Video decoding part... hit 90 C earlier today. yikes!
<Begasus[m]> Hola OscarL :)
<Begasus[m]> Could check other packages with plugins if they behave the same, so far no patches involved
<OscarL> to be fair, we only ocassionally test packages installed under home, so we may have similar problems in many places :-D
<Begasus[m]> but add-ons/Qt5 should be in a default path, eg unrelated to the port?
<Begasus[m]> well add-ons directory should
<Begasus[m]> hmm
<Begasus[m]> come to think of it ...
<Begasus[m]> -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5
<Begasus[m]> so I guess this wont work when installed in ~/config/packages
<OscarL> was about to write that: I guess they do not expect to have libraries/addons possibly located in 4 different places (system/home and packaged/non-packaged)
<OscarL> (same with Python, took a few tries to make it work OK in all locations)
<OscarL> "Python 3.14.0rc1 (main, Jul 23 2025, 03:50:31) [GCC 13.3.0] on haiku1" Nice.
<Begasus[m]> well, the add-on dir is set at build time, so I guess the binary is not able to detect that when they are not in there place
<Begasus[m]> s/there/their(?)
<OscarL> yeah, sounds like fixing it for all locations (or at least -H) would require proper patching...
<OscarL> or a note in the package description saying: "don't do that!" regarding installing home :-P
<Begasus[m]> most likely in one of those frameworks (me thinks KIO) :P
<OscarL> sounds like something to chat about with your colleagues at KDE :-)
<Begasus[m]> I can hear upstream saying the path is hardcoded :P
<nekobot> [haikuports] OscarL pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/dddf9a8e4bd1...fc619c706a29
<nekobot> • OscarL (fc619c70): python3.14: update to version 3.14.0rc1. (#12618)
AD_Haiku_onPC has joined #haiku
<OscarL> Seems only Gentoo got that rc1 before us :-P
<OscarL> "take that Arch!"
<OscarL> (mmm, seems "Scoop" beat me too, oh well)
<Begasus[m]> lol
<Begasus[m]> OK, when I install djvutranslator in there I see the translator in ~/config/non-packaged/add-ons/Translators
<Begasus[m]> when I do this for KMymoney the Qt5 directory doesn't show?
* Begasus[m] bumps head, it's in /boot/home/config/add-ons
vdamewood has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<OscarL> from a Python PR..., a bot comments: "Thanks @<dev name> for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14." \n "🐍🍒⛏🤖"
<OscarL> between the anthropomorphisation and the emojis... yikes.
<janking> The Wall with PinkFloyd is nice to hear on my mp3 player :)
<OscarL> (PR gets hard to read between so much bots and usless emojis)
<OscarL> janking: glad you enjoy it.
<janking> :)
<Begasus[m]> give the bot a boot :)
<janking> i use Audacious :)
<OscarL> while I like their work, I can't listen to Pink Floyd for long periods (say, half an LP)... without getting irrationally angry for some unknown reason, lol.
<Begasus[m]> never got that far here :P
<janking> :)
<OscarL> (to be fair... haven't attepted to listen to a full disc again since the early 2000s...)
<janking> ok
<OscarL> Begasus[m]: I guess my brain's wiring is just messed up... I listen to Carcass or Cradle of Filth to "relax", LOL.
<Begasus[m]> that's on you OscarL :P
<Begasus[m]> lol!
<Begasus[m]> we've lost a momument in the metal music yesterday
<janking> :)
* OscarL listens to "Dark side of the moon"... gets Hulk-mode... listen to "The Principle of Evil Made Flesh"... sleeps like a baby. ¯\_(ツ)_/¯
<Begasus[m]> heh
<janking> *:)
<OscarL> speaking of crazy ones... Farewell Ozzy!
<Begasus[m]> you can't start KMymoney also from Terminal without given it the path /boot/home/config/apps/KMyMoney
<janking> R.I.P Ozzy!
<Begasus[m]> Not the biggest fan, but they made some good music back then :)
<janking> oh yes they did
<Begasus[m]> ~> tldr checkfs
<Begasus[m]> `checkfs` documentation is not available.
<Begasus[m]> If you want to contribute it, feel free to send a pull request to: https://github.com/tldr-pages/tldr
<Begasus[m]> you know that one OscarL ? it can be handy at times :)
<Begasus[m]> although I should use it a bit more :D
<OscarL> Begasus[m]: yeah, I even have "export TLDR_AUTO_UPDATE_DISABLED=1" in my UserSetupEnvironment.
<OscarL> (but then I forgot to use it further)
<Begasus[m]> gotcha :)
<Begasus[m]> k, uninstalled a gazilion user pip installed packages :P
mmu_man has joined #haiku
* janking is idle: BRB
Skipp_OSX has quit [Ping timeout: 480 seconds]
DKnoto has quit [Quit: Leaving]
<phschafft> morning.
<OscarL> builder finished the updated build (for x86_64), good thing, because in this netbook, can barely test unoptimized builds without it cooking itself, apparently :-D
<OscarL> good morning phschafft.
<Begasus[m]> 'lo phschafft
<Begasus[m]> whoot, too many python stuff uninstalled, still need setproctitle for kde-builder :P
<phschafft> setproctitle?
<Begasus[m]> yeah, dependency to be able to run kde-builder on Haiku
<phschafft> ah, I see.
erysdren has joined #haiku
hightower2 has joined #haiku
<OscarL> builder's report.txt still stuck :-/
<Begasus[m]> yeah :(
<OscarL> also... how one can know exactly which version of HaikuPorter are the builders currently running?
<OscarL> (not finding it on the build logs)
<Begasus[m]> removing obsolete package haikuporter_source-1.3.2-1-source.hpkg from cache
<OscarL> I'd want to know if I can start trying to use "_python3.10" instead of "_python310", for example, but that needs "haikuporter#322".
<Begasus[m]> guessing it's using 1.3.3 then?
<OscarL> isn't that just because it just build a new haikuporter release?
<Begasus[m]> might be :)
<Begasus[m]> push 1 to check?
<OscarL> as in... a new .recipe got pushed... it might not be the actual version used on builders (and I would assume it doesn't)
<OscarL> Begasus[m]: either that.... or I'll ask when either jmairboeck or kallisti5 are around :-D
Sid127 has quit [Quit: ZNC - https://znc.in]
<Begasus[m]> poke them at GH :P
* OscarL hopes to start "poking" around /dev/misc/poke soon enough. Need to add read/write for MSR for some other projects.
<OscarL> (the mere thought of /me messing around with CPU registers should send shivers down the spines of Haiku's devs :-D)
<OscarL> or cause some laughs and head shaking at review time, I guess :-)
<Begasus[m]> or both :P
<OscarL> "as dangerous as a monkey with a razor blade" (rough translation of a saying we have down here, for situations like these :-D)
<OscarL> anyway, enough of my nonsense, for a few hours at least. Read you later, folks. Have a great day!
OscarL has quit [Quit: zzzZZZzzz]
* janking has returned
<Ellenor> hallo
<janking> hello
HaikuUser has joined #haiku
HaikuUser has quit []
DKnoto has joined #haiku
Haikunaut has joined #haiku
<phschafft> just do some unprotected poking around, what could go wrong? ;)
Haikunaut has quit [Read error: Connection reset by peer]
janking has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
<Ellenor> xD?
* phschafft wonders if he should write some code in SIRTX that allows for a peek and poke emulating other machines by mapping the addresses to virtual functions.
* phschafft thinks: like if you write to a specific video memory cell it will result in a call to the terminal driver to jump there and output the value.
* Begasus[m] closes the curtains ...
<phschafft> to perverted?
<Begasus[m]> nah, but no peeking allowed :P
<erysdren> what about blind poking?
<erysdren> :3
<phschafft> haha.
<phschafft> mau erysdren.
<Begasus[m]> ^^
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/fc619c706a29...1efedb93a998
<nekobot> • Begasus (1efedb93): qt6_languageserver, add 6.9.0 version (#12619)
Sid127 has joined #haiku
dodo75 has quit [Quit: Vision[]: i've been blurred!]
janking has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
<janking> back
janking has quit [Quit: Vision[]: i've been blurred!]
mmu_man has quit [Ping timeout: 480 seconds]
<nekobot> [haikuwebkit] pulkomandy pushed 1 commit to branch haiku: https://github.com/haiku/haikuwebkit/compare/ceb379daf919...91f779915c42
<nekobot> • lonemadmax (91f77991): Recover InspectorClient…
<Begasus[m]> krita_master also back :)
janking has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
<janking> hello
<phschafft> morning janking.
<janking> afternon phschafft
<phschafft> :)
<janking> yea sorry
<phschafft> hm?
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<janking> forgetit my head is spining and i am verry slipig
<janking> Im going to bed cu
janking has quit [Quit: Vision[]: i've been blurred!]
<phschafft> a wise thing to do when you're a bit spinning.
* Begasus[m] is trying to figure out how to automate updating KDE gear packages ....
* phschafft is currently reimplementing vmv0-asm ;)
<Begasus[m]> can only concatenate str (not "NoneType") to str
<Begasus[m]> what is this suppose to mean?
<phschafft> I would think that it is trying to tell you that some string in a string operation is not actually a string but a null value.
<phschafft> most likely because something before failed.
<Begasus[m]> someone is blocking me from qt6-6.9.0 :P (maybe I didn't pull the curtains far enough) :P
<Begasus[m]> jk ;) trying to build a package there, nothing changed (only one dep) ...
<Begasus[m]> hmm ...
<Begasus[m]> probably my bad :D
<Begasus[m]> 148 local gear25 recipes ... that will take some time too :)
<Begasus[m]> k, let's see what we can gain by adding qtlanguageserver to qtdeclaretive :)
<Begasus[m]> this will take some time, biab
mmu_man has joined #haiku
janking has joined #haiku
janking has quit []
janking has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
bokehphilia has joined #haiku
gr0egor has joined #haiku
gr0egor has quit []
<nekobot> [haiku/haiku] pulkomandy pushed 1 commit to master [hrev58975] - https://git.haiku-os.org/haiku/log/?qt=range&q=99cf83bce531+%5Ec16a8cad1a38
<nekobot> [haiku/haiku] 99cf83bce531 - SerialConnect: Adjust scroll bar size to font size
janking has joined #haiku
HaikuUser has joined #haiku
HaikuUser is now known as scantysnax
<scantysnax> hi. is it possible to upgrade an x86 gcc 2 install to new gcc on 32-bit obviously
<Begasus[m]> hi scanty
scantysnax has quit [Ping timeout: 480 seconds]
<Begasus[m]> how do you mean, gcc13 is already in 32bit?
<Begasus[m]> if you need the "new" compiler in Terminal just switch with "setarch x86"
<Halian> o/
HaikuUser has joined #haiku
<HaikuUser> Hello
<HaikuUser> Is anyone here
HaikuUser2 has joined #haiku
<HaikuUser> yo
<erysdren> hi
<janking> hi
<HaikuUser> just discovered haiku this one seems cool anyother features that I should try
mmu_man has quit [Ping timeout: 480 seconds]
<janking> Im just a user and i love my HaikuOs,fast and it looks nice :)
HaikuUser2 has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
mmu_man has joined #haiku
HaikuUser has joined #haiku
HaikuUser is now known as scantysnax
<scantysnax> so i asked this earlier, but had to leave before a reply, i am wondering if it is possible to upgrade x86-gcc2 to hybrid, or whatever has a newer gcc.
<Habbie> 15:19:39 Begasus[m] | how do you mean, gcc13 is already in 32bit?
<Habbie> 15:20:17 Begasus[m] | if you need the "new" compiler in Terminal just switch with "setarch x86"
<scantysnax> oh
<scantysnax> haha my bad
<scantysnax> my code will definitely not compile on gcc2.
<scantysnax> sorry my wireless is super slow.
dodo75 has joined #haiku
<scantysnax> can anybod read this?
<scantysnax> anybody*
<erysdren> yes
<Habbie> i can read this
<scantysnax> ok thank you :-)
<scantysnax> just want to make sure my connection was still alive.
<scantysnax> i'm on a nightly, doesn't seem to be a BeBook there.... (broken link), wondering where i can dowload it?
<janking> file:///boot/system/documentation/BeBook/index.html
<erysdren> lol
scantysnax has quit [Read error: Connection reset by peer]
<erysdren> thats a local filesystem link, janking
<janking> yes i dint think about that :)
<janking> can i remove it?
<erysdren> not on IRC, no
<janking> ok
<janking> shit
<erysdren> its ok haha
<janking> :)
dodo75 has quit [Quit: Vision[]: i've been blurred!]
neoncortex has joined #haiku
<Begasus[m]> just had some food :) re*
jmairboeck has joined #haiku
<jmairboeck> OscarL (when you get back online): at least the 32 bit builder should be new enough because "any" packages now work correctly on secondaryArch, but I hope that waddlesplash updated both of them, so I guess using PACKAGE_NAME should be fine now. I don't know about kallisti5[m]'s riscv64 builder though.
xet7 has joined #haiku
scantysnax has joined #haiku
<scantysnax> mobile phone tethering not working properly. sometimes my phone shows up in networking, but usually not, and i cannot connect to it.
<scantysnax> or it pops in and out of the list.
scanty` has joined #haiku
xet7 has quit [Remote host closed the connection]
xet7 has joined #haiku
scantysnax has quit [Ping timeout: 480 seconds]
xet7_ has joined #haiku
coronavirus has joined #haiku
<Begasus[m]> no experience there
xet7 has quit [Ping timeout: 480 seconds]
scanty` is now known as scantysnax
neoncortex has quit [Ping timeout: 480 seconds]
<scantysnax> tried to compile my NES emulator on haiku 32-bit, but i don't have libxml, and no way to get it :-(
<scantysnax> brb
janking has quit [Quit: Vision[]: i've been blurred!]
scantysnax has quit [Ping timeout: 480 seconds]
scantysnax has joined #haiku
parnikkapore has quit [Quit: Leaving]
<scantysnax> so, what's new and exciting?
<Begasus[m]> not sure how much you are uptodate scantysnax :)
<scantysnax> generally i am up to date, i suppose.
<Begasus[m]> I'm still fidling with Qt lately
<scantysnax> ah yes, the Qt expert.
<Begasus[m]> argh no expert please :)
<scantysnax> the Qt goto guy?
<Begasus[m]> what I can do anyone can do the same, no magic here :)
<Begasus[m]> maybe in regards to packaging yes ;)
<scantysnax> i see... i want to get more involved with Haiku development, i was thinking to add a "home" button to tracker windows in single window mode.
<Begasus[m]> I think it's been mentioned before? not sure though
<Begasus[m]> maybe update go? or enable it in gcc (iirc that would be possible)? :D
<scantysnax> perhaps...
<Begasus[m]> but that's not Haiku API specific enough I guess :)
<scantysnax> my NES emulator is my baby, but i need other things to work on.
<Begasus[m]> I had some basic things going on for go in gcc11 (but that's been a long time, don't think I still have that work anymore)
<scantysnax> well, i still have a new "keywords.asm" for Pe, i have to learn how to update the current one.
<Begasus[m]> 2 new ones for qtdeclerative :) Warning: POLICY WARNING: no matching provides "lib:libqt6quickvectorimage" for "lib/libQt6QuickVectorImage.so.6.9.0"
<scantysnax> for x86/x64
<psionic> oh Haiku has BitchX?!?
<psionic> I love this system
<Begasus[m]> :)
<Begasus[m]> scantysnax you should talk with OscarL on that, I think he would know more about that
<scantysnax> yes, that was the plan, as far as i remember. i haven't seen him in a few days.
<Begasus[m]> he's been around in the last days, only problem is his time-frame :)
<scantysnax> yeah, i feel bad that he doesn't have a solid internet connection. i would be willing to donate to his cause, i think maybe i mentioned that before.
<Begasus[m]> yeah you did
<scantysnax> i can spare a 20 moneys every month, it wouldn't put a hole in my pocket.
Sid127- has joined #haiku
bokehphilia has quit [Quit: Connection closed for inactivity]
Sid127 has quit [Ping timeout: 480 seconds]
<Begasus[m]> there, done for today, qtdeclaretive upped with new deps, will see how this works out tomorrow :)
<Begasus[m]> cu peeps!
<scantysnax> seeya
<erysdren> cya Begasus
<scantysnax> haha i just realise that every time i say "sure" it gets highlighted... because someone here is named sure.
<scantysnax> realised*
kescher has quit [Read error: Connection reset by peer]
Babaj has joined #haiku
scantysnax has quit [Quit: Textual IRC Client: www.textualapp.com]
Anarchos has joined #haiku
<Anarchos> hello
<Hanicef[m]> henlo
mmu_man has quit [Ping timeout: 480 seconds]
yann64 has joined #haiku
<Anarchos> Hanicef[m] how are you ?
<Hanicef[m]> busy preparing to make a beta release of a project that's been in the works for months
<Anarchos> oh nice
<Anarchos> wh kind of project ?
<Hanicef[m]> it's a fork of sonic robo blast 2, a game that's already in haikuports, although outdated
<Hanicef[m]> how this fork happened is a *long* story
B2IA has quit [Quit: Vision[]: i've been blurred!]
Aedil has quit [Quit: leaving]
B2IA has joined #haiku
mmu_man has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
yann64 has quit [Quit: Vision[]: j'ai été flouté!]
Babaj has quit [Quit: Leaving]
janking has joined #haiku
<nekobot> [haikuports] pulkomandy pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/1efedb93a998...cd47e9cf5401
<nekobot> • pulkomandy (cd47e9cf): vbindiff: new recipe.
<Anarchos> how do i uninstall orphaned packages (packages installed as dependencies of, say, package A, and left over when package A is uninstalled).
jmairboeck has quit [Quit: Konversation terminated!]
<PulkoMandy> Not automatically because we don't track them. But you can search package that nothing depends on using pkgman search -ni, and uninstall the ones from the list that you don't need
<Anarchos> thanks PulkoMandy
xet7_ has quit []
<nekobot> [haikuports] pulkomandy pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/cd47e9cf5401...8f5a6c83d738
<nekobot> • pulkomandy (8f5a6c83): dhex: new recipe.
janking has quit [Quit: Vision[]: i've been blurred!]
janking has joined #haiku
janking has quit []
janking has joined #haiku
janking has quit [Quit: Vision[]: i've been blurred!]
rexbinary has quit [Quit: ZNC - https://znc.in]
rexbinary has joined #haiku
janking has joined #haiku
Skipp_OSX has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
AlienSoldier has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
<nekobot> [haiku/haiku] jscipione pushed 1 commit to master [hrev58976] - https://git.haiku-os.org/haiku/log/?qt=range&q=f21782699aae+%5E99cf83bce531
<nekobot> [haiku/haiku] f21782699aae - Tracker: Show mounted volumes on Desktop in file panels again
janking has quit [Quit: Vision[]: i've been blurred!]
mmu_man is now known as Guest22574
mmu_man has joined #haiku
Guest22574 has quit [Ping timeout: 480 seconds]
janking has joined #haiku
WoC has quit [Remote host closed the connection]
erysdren has quit [Quit: Konversation terminated!]