ChanServ 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.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
HaikuUser has quit []
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
MonniTheKitten has quit [Quit: Vision[]: i've been blurred!]
chilledfrogs has quit [Quit: connection reset by purr]
HaikuUser has joined #haiku
<HaikuUser> h
HaikuUser has quit []
chilledfrogs has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 5 commits to master [hrev58358] - https://git.haiku-os.org/haiku/log/?qt=range&q=608fd0cdb9ef+%5Efe0e833f1f0c
<nekobot> [haiku/haiku] 374d7a1eb165 - RAMFS: Minor code style cleanups to Volume.
<nekobot> [haiku/haiku] e2e7d84d21a8 - RAMFS: Properly check that the Lockers are actually locked.
<nekobot> [haiku/haiku] bab3f6441390 - RAMFS: Lock attribute iterators separate from entry iterators.
<nekobot> [haiku/haiku] ce5375c0bfed - RAMFS: ramfs_close_attr needs a write-lock.
<nekobot> [haiku/haiku] 608fd0cdb9ef - RAMFS: More cleanup of Locker usages in kernel_interface.
bbjimmy_64 has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
bbjimmy_64 has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> I did Vidrep_64 g'morning :)
<Begasus[m]> morning peeps
Begasus has joined #haiku
<MonniTheCat> morning Begasus
<Begasus> morning MonniTheCat
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/6c7b1dcb25a2...7abe3d2ff552
<botifico> [haikuports/haikuports] jsteinaker 7abe3d2 - crunch: new recipe (#11328)
<Begasus[m]> +1 :)
probono98 has quit [Quit: The Lounge - https://thelounge.github.io]
probono98 has joined #haiku
jessicah has joined #haiku
<Begasus> jessicah is in tha house! :)
Begasus_32 has joined #haiku
Begasus_32 has quit []
<nekobot> [haiku/haiku] autocommitter pushed 1 commit to master [hrev58359] - https://git.haiku-os.org/haiku/log/?qt=range&q=f817735275ab+%5E608fd0cdb9ef
<nekobot> [haiku/haiku] f817735275ab - Update translations from Pootle
Begasus_32 has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
OrangeBomb has quit [Read error: Connection reset by peer]
OrangeBomb has joined #haiku
tuaris has quit [Quit: Leaving.]
<Begasus> bugger, error still there, giving up on static_assert error on beta5 :(
<botifico> [haikuports/haikuports] korli pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/7abe3d2ff552...fb251fb96a6d
<botifico> [haikuports/haikuports] mtl1979 fb251fb - expat: Update to 2.6.4 (#11350)
<MonniTheCat> <Begasus> "bugger, error still there..." <- Gotta wait until the fix is backported to beta5 and then bump builders to more recent haiku_devel...
<Begasus> was trying to avoid that MonniTheCat :)
<MonniTheCat> Begasus: Sometimes avoiding is just not gotta work... shouldn't waste too much time...
<Begasus> 2 days is enough :P got it working on nightly, so I know there is a chance on getting this fixed in the end
<Begasus> untill then kdevelop stays on KF5
<Begasus> well, there is still a KIO issue to prevent the full switch there
<MonniTheCat> Begasus: I spent three years on one issue... But that's quite rare... Usually I give up after few hours...
<Begasus> having "some" experience there helps :D
<MonniTheCat> Begasus: I started having issues when Qt started assuming all operating systems use UTF-8... Had to make directories with really weird names to diagnose the issue...
<Begasus> reported?
<MonniTheCat> Begasus: Nah... It was a lot easier to just not use the "broken" functions... Even if that made the code a little uglier...
<nipos> Trying to use the LocaleKit with BeAIM is driving me crazy once again.I'm now thinking my translation files itself or how they're added to the application might be wrong,since the whole behaviour of that thing doesn't make sense.I had a look at how FirstBootPrompt is listing the available catalogs and copied that into BeAIM with very strange results.
<nipos> BLocaleRoster::Default()->GetAvailableCatalogs(&installedCatalogs, "x-vnd.FifthAce-BeAIM"); and printing the BMessage to stream shows an empty message.
<nipos> BLocaleRoster::Default()->GetAvailableCatalogs(&installedCatalogs, "x-vnd.Haiku-FirstBootPrompt"); and now printing *that* BMessage to stream shows a good number of languages,so that code snippet itself isn't that wrong it seems
<MonniTheCat> When I looked at the LocaleKit source code, a lot of stuff was just empty stubs... like every application is supposed to override those functions...
<nipos> If it were a empty stub,it also wouldn't work in my application if I only replace my app signature with that of FirstBootPrompt
<MonniTheCat> I got as far reading the sources that LocaleKit tries to load an add-on for every catalog...
<PulkoMandy> Yes, it does, to support various catalog formats
<PulkoMandy> The catalog purt is complete, you can still find some unimplemented things in the number formatting and other parts of the locale kit, but not in catalogs
<MonniTheCat> "x-vnd.Haiku-FirstBootPrompt" is in /system/data/locale/catalogs/
<PulkoMandy> It sounds like your catalogs are in a place where the locale kit is not looking for them
<MonniTheCat> My Haiku installation only has "plaintext" add-on for catalogs...
<PulkoMandy> Yes, the binary catalog format is built-in, other formats are add-ons
<PulkoMandy> The plaintext one is used to build catalogs from the sources, and there is also an iff_catalog available in haikudepot that can load amigaos/morphos catalog files (I needed this for a ported application)
<MonniTheCat> So the catalogs for BeAIM should be installed to /system/data/locale/catalogs/x-vnd.FifthAce-BeAIM if I understood correctly...
qwebirc96862 has joined #haiku
qwebirc96862 has quit []
HaikuUser has joined #haiku
<nipos> Oh,so that only works for installed catalogs and not those bundled with the application binary as resource?
jmairboeck has joined #haiku
<PulkoMandy> That should work as well, I think, but I didn't try to use it in a while
<PulkoMandy> Maybe humdinger has some experience with it?
<Begasus> I presume you ran "make bindcatalogs" also nipos?
<nipos> Yes,I did
<nipos> That worked good enough that the application now automatically opens using the system language,but BLocaleRoster::Default()->GetAvailableCatalogs(&installedCatalogs, "x-vnd.FifthAce-BeAIM"); is empty and changing the language to any custom one also doesn't work.
<Begasus> humdinger to the resque then :)
<MonniTheCat> "rescue" ;)
Anarchos has joined #haiku
<Anarchos> hello
<Begasus> :-)
<Begasus> Hi Anarchos!
<MonniTheCat> looking at DefaultCatalog, it seems to try to load from resource "CADA" if everything else fails...
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/fb251fb96a6d...0826c8ee5a8f
<botifico> [haikuports/haikuports] Begasus 0826c8e - kid3, bump version (#11362)
<MonniTheCat> LoadCatalog() has version with entry_ref that should be able to load catalogs from application or add-on resources...
KapiX has joined #haiku
KapiX has quit []
HaikuUser has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
KapiX has joined #haiku
levitating_ has joined #haiku
mmu_man has joined #haiku
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
<Begasus> k, let's try OscarL's trick for RAMFS on the other laptop :)
x10z has joined #haiku
FreeFull_ has joined #haiku
FreeFull has quit [Ping timeout: 480 seconds]
levitating_ has quit [Remote host closed the connection]
levitating_ has joined #haiku
Begasus has quit [Quit: Vision[]: i've been blurred!]
Begasus has joined #haiku
levitating__ has joined #haiku
x10z has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
levitating_ has quit [Ping timeout: 480 seconds]
Begasus has quit [Quit: Vision[]: i've been blurred!]
levitating__ has quit [Quit: Leaving]
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
KapiX has quit [Quit: KapiX]
Begasus_32 has joined #haiku
<Begasus[m]> needs further testing, but nothing broken so far :)
Begasus has joined #haiku
<Begasus> OscarL if you are reading this, found something to store the "downloads" into one directory, instead of spread throughout the structure?
<Begasus> Okular 24.11.80 fine * :)
wicknix_ has joined #haiku
wicknix has quit [Ping timeout: 480 seconds]
wicknix_ has quit [Read error: Connection reset by peer]
wicknix has joined #haiku
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
Begasus has quit [Quit: Vision[]: i've been blurred!]
x10z has joined #haiku
hightower3 has joined #haiku
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
imrahil has joined #haiku
dovsienko has quit [Quit: Leaving]
imrahil has left #haiku [Error from remote client]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
ChaiTRex has quit [Ping timeout: 480 seconds]
ChaiTRex has joined #haiku
Chai-T-Rex has joined #haiku
ChaiTRex has quit [Remote host closed the connection]
Chai-T-Rex has quit [Remote host closed the connection]
Anarchos has joined #haiku
ChaiTRex has joined #haiku
Begasus has joined #haiku
OscarL has joined #haiku
<OscarL> 'lo Begasus.
<OscarL> AFAICT, there's currently no way to specify a "central" dir for all the downloads. Makes sense, as different projects could have the same name for tarballs.
<OscarL> so keeping "downloads" per port makes the most sense.
<OscarL> for cleanup, nothing that "list_downloads_dirs()" can't handle :-P
x10z has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
<OscarL> Gotta bolt. Laterz!
OscarL has quit [Quit: Gone with the wind]
<botifico> [haikuports/haikuports] korli pushed 1 commit to master [+1/-2/±0] https://github.com/haikuports/haikuports/compare/0826c8ee5a8f...69429c40c89d
<botifico> [haikuports/haikuports] generic-pers0n 69429c4 - libmad: update to 0.16.4 (#11349)
Maylay has quit [Ping timeout: 480 seconds]
Begasus has quit [Quit: Vision[]: i've been blurred!]
Maylay has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58360] - https://git.haiku-os.org/haiku/log/?qt=range&q=3f928f8e109c+%5Ef817735275ab
<nekobot> [haiku/haiku] 3f928f8e109c - kernel/vm: Correct address passed to VMCache::LookupPage.
HaikuUser has quit [Ping timeout: 480 seconds]
ChaiTRex has quit [Remote host closed the connection]
ChaiTRex has joined #haiku
Kernel86 has joined #haiku
Hannah has quit [Ping timeout: 480 seconds]
angrystar1704 has joined #haiku
angrystar170 has quit [Read error: Connection reset by peer]
angrystar1704 is now known as angrystar170
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
B2IA has quit []
B2IA has joined #haiku
x10z has joined #haiku
KapiX has joined #haiku
wicknix_ has joined #haiku
gouchi has joined #haiku
gouchi has quit [Remote host closed the connection]
wicknix has quit [Ping timeout: 480 seconds]
AlienSoldier has joined #haiku
thefoxcry has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
thefoxcry has quit [Ping timeout: 480 seconds]
OrangeBomb has quit [Read error: Connection reset by peer]
HaikuUser has joined #haiku
HaikuUser has quit []
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #haiku
tuaris has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
OrangeBomb has joined #haiku
mmu_man has joined #haiku
KapiX has quit [Quit: KapiX]
tuaris has quit [Quit: Leaving.]
tuaris has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
OrangeBomb has quit [Quit: Slacking off]
OrangeBomb has joined #haiku
tuaris has quit [Quit: Leaving.]
HaikuUser has joined #haiku
HaikuUser has quit []
x10z has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
tuaris has joined #haiku
<frkazoid333> would usb-c power delivery likely work with the latest nightly or should I stick with the barrel plug for the time being?
x10z has joined #haiku
<x512[m]> frkazoid333: USB C PD power input usually do not require special OS support and will just work with Haiku.
<x512[m]> Note that USB C PD charging is working even when computer of not powered on.
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
<frkazoid333> thanks i wasnt sure