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
B2IA has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
pch has quit []
pch has joined #haiku
thomaslewis has joined #haiku
B2IA has quit [Ping timeout: 480 seconds]
thomaslewis has left #haiku [#haiku]
orealis has quit [Quit: yap...]
orealis has joined #haiku
matt__ has joined #haiku
thomaslewis has joined #haiku
frkzoid has quit [Ping timeout: 480 seconds]
thomaslewis has left #haiku [#haiku]
rennj has quit [Ping timeout: 480 seconds]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
AGMS-BeOS has joined #haiku
AGMS-BeOS is now known as AGMS
B2IA has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
AGMS has quit []
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
thomaslewis has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
thomaslewis has left #haiku [#haiku]
TheEricExperiment has quit [Read error: Connection reset by peer]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
xiku has joined #haiku
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
ablyss has quit [Quit: Leaving]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
xiku has quit [Quit: WeeChat 3.6]
Halamix2 has quit [Quit: ZNC - https://znc.in]
rennj has quit [Ping timeout: 480 seconds]
Halamix2 has joined #haiku
thomaslewis has joined #haiku
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
thomaslewis has left #haiku [#haiku]
OscarL has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
<netpositive> morning
<Begasus> morning netpositive
Begasus_32 has joined #haiku
HaikuUser has joined #haiku
<HaikuUser> hi begasus!
HaikuUser is now known as LinuxUserHaiku
<Begasus> hi LinuxUserHaiku
<Begasus> any progress on your recipe?
<LinuxUserHaiku> sad no
<LinuxUserHaiku> still same error
<Begasus> well plenty of errors in the recipe, but your archive is somehow wrong also
<Begasus> it has a "html" file type when downloaded and it appears to be empty
<LinuxUserHaiku> i saw in other recipes srcGitRev variable with special id
<Begasus> you don't need that
<LinuxUserHaiku> hmm, i created this archive in arl
<LinuxUserHaiku> ark
<Begasus> if your *.tar.gz file is ok haikuporter will extract that
<Begasus> does it contain the source?
<LinuxUserHaiku> i tried tar.gz and tar.bz2 still same
<LinuxUserHaiku> yes
<Begasus> why not push the source to github instead of creating an archive
<LinuxUserHaiku> maybe that's github fault?
<Begasus> haven't had issues with releases downloaded from github before
<LinuxUserHaiku> releases?
<LinuxUserHaiku> i dont have any release
<Begasus> you have a archive
<LinuxUserHaiku> yes
<Begasus> it's easier if you just push the individual source file(s) to github and remove the archive
<Begasus> then you could use srcGitRev
<LinuxUserHaiku> yes, i can but haikuporter will try to extract it
<Begasus> you'll end up with a link in SOURCE_URI like *.$srcGitRev.tar.gz
<Begasus> github creates that archive
<Begasus> that is your current (latest) commit archived
<LinuxUserHaiku> how you did this?
<Begasus> change "commit" to "archive" and add ".tar.gz" at the end
<LinuxUserHaiku> where?
<LinuxUserHaiku> how can i change it
<Begasus> bab
<LinuxUserHaiku> what you meant?
<LinuxUserHaiku> oh, seems understood
<LinuxUserHaiku> FINALLY!!
<nekobot> [haiku/haiku] davidkaroly pushed 1 commit to master [hrev56401] - https://git.haiku-os.org/haiku/log/?qt=range&q=e96dc7dbcb26+%5E388f8d4c0f51
<nekobot> [haiku/haiku] e96dc7dbcb26 - kernel/arm/int: print user SP and LR from iframe
<LinuxUserHaiku> ep!! now error!
<Begasus> re
<Begasus> you didn't push the source file(s)
<LinuxUserHaiku> Cannot read /sources: file to open is a directory
<LinuxUserHaiku> oh it's archive
<LinuxUserHaiku> seems i need push files directly
<Begasus> I only see the license and the readme file there
<LinuxUserHaiku> not archive
<LinuxUserHaiku> oh, i deleted them
<LinuxUserHaiku> but after error
<LinuxUserHaiku> what i need to push? archive?
<Begasus> the source, not the archive
<LinuxUserHaiku> folder?
<Begasus> no, the file(s)
<Begasus> or if there are subfolders involved those too
<LinuxUserHaiku> ok
<Begasus> give a yell once you pushed them
<LinuxUserHaiku> ?!! still same error
<LinuxUserHaiku> ah
<LinuxUserHaiku> i need to change commit id
<Begasus> yes
<Begasus> and you probably will need to include your command to build the source
<Begasus> or add a *.pro file for qmake there?
<LinuxUserHaiku> i included it
<LinuxUserHaiku> ?!!! same error!!
<LinuxUserHaiku> Cannot read /sources: file to open is a directory
<Begasus> I don't see any *.pro file in github
<LinuxUserHaiku> still same error
<Begasus> cleaned your build and changed the srcGitRev to the latest?
<LinuxUserHaiku> yes
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
<Begasus> LinuxUserHaiku, build failure here: https://bpa.st/TWJQ
<LinuxUserHaiku> i fixed it already
<LinuxUserHaiku> that was my fault
<LinuxUserHaiku> SOURCE_DIR was null
<Begasus> not in the one at github
<Begasus> seems "#include "ui_mainwindow.h"" is missing in the source?
<LinuxUserHaiku> oh i forgot to upload mainwindow.ui
<Begasus> tsss
<LinuxUserHaiku> FINALLY!!!!!
<LinuxUserHaiku> HPKG CREATED!!
<LinuxUserHaiku> hmm now other error
<LinuxUserHaiku> when i run it from deskbar it says there was an error resolving link
<LinuxUserHaiku> ah link broken
<LinuxUserHaiku> i know how to fix this
<Begasus> still getting a build error
<LinuxUserHaiku> no
LinuxUserHaiku has quit [Quit: Vision[]: Will return later]
HaikuUser has joined #haiku
HaikuUser is now known as LinuxUserHaiku
<Begasus> k, build finished whith qt6
<Begasus> hehe, empty hpkg
* OscarL thinks "/bin/error" functionality should be present as a function on Haiku's API.
<OscarL> hello again, folks.
<Begasus> hi there OscarL
<Begasus> maybe finish up the current one OscarL first :)
<OscarL> *almost* there! :-D
<LinuxUserHaiku> hmm link broken
<LinuxUserHaiku> in apps folder
LinuxUserHaiku has quit [Quit: Vision[]: Will return later]
<OscarL> but... having a "status_to_string(status_t status)" function would be cool (Another ToDo item)
HaikuUser has joined #haiku
HaikuUser is now known as LinuxUserHaiku
<LinuxUserHaiku> seems, i understood the problem
<Begasus> why is the binary build/installed in $sourceDir/../opt ?
<LinuxUserHaiku> no, why link in deskbar brokwn
<LinuxUserHaiku> broken
<Begasus_32> /Opslag/haikuports/haiku-misc/passgen/work-x86-1.0.0/packaging/passgen_x86/opt/passwordgenerator/bin
<Begasus> that path is wrong
<LinuxUserHaiku> FINALLY! LINK WORKS!!!
<Begasus> should be: /Opslag/haikuports/haiku-misc/passgen/work-x86-1.0.0/packaging/passgen_x86/bin
<LinuxUserHaiku> what you finding?
<LinuxUserHaiku> I SUCCESSFULLY INSTALLED MY PASSWORD GENERATOR IN HAIKU
<Begasus> congrats
<LinuxUserHaiku> yep
<OscarL> Begasus: maybe the tools he's using assume /opt is where binaries should go? (seems like something that would work on Linux)
<Begasus> Better would be to use some PREFIX=* for that
<Begasus> atm there is INSTALL_ROOT but that puts the binary in /boot/opt/...
<OscarL> (I'm assuming that the tools he's using either have a wrong default for Haiku, or something)
<Begasus> else: unix:!android: target.path = /opt/$${TARGET}/bin
<LinuxUserHaiku> recipes is a power!!
<LinuxUserHaiku> @Begasus thank you very much!
<Begasus> you're not there yet (or I'm not there yet) :P
<LinuxUserHaiku> i'm here
<Begasus> can you show me your current recipe
<Begasus> ps, I'm building on 32bit so I already added SECONDARY_ARCHITECTURE et all in the recipe here
* OscarL is dumb. stderror() already exists :-D
<Begasus> heh
<OscarL> Welp, at least I can cross off that one from my ToDo list!
<OscarL> :-D
<LinuxUserHaiku> yes
<LinuxUserHaiku> @Begasus https://pastebin.com/5qXvw6cx
<Begasus> https://bpa.st/ (no hustle there with adds if you want to paste)
<Begasus> ah, thought so, you cheated at the INSTALL() part :P
<Begasus> you could switch to Qt6 (getting errors with Qt5) and add the seperate libraries for Qt (core,gui,widgets) and it needs libGL
<LinuxUserHaiku> i could
<LinuxUserHaiku> i switched to qt5 instead qt6 because qt5 is more simplier in installation using pkgman
<LinuxUserHaiku> that's my fault??
<Begasus> all is included in qt6_base
<LinuxUserHaiku> ahh
<Begasus> no, seems something wrong in Qt5 (I think)
<LinuxUserHaiku> ok, i'll recreate recipe with qt6
<LinuxUserHaiku> wait a sec
<Begasus> no changes in the source are needed for that
<Diver> LinuxUserHaiku: you can drop makefile_engine from the recipe
<LinuxUserHaiku> yes
<LinuxUserHaiku> i can
<LinuxUserHaiku> https://bpa.st/G5EQ
<LinuxUserHaiku> try run pkgman install qt5
<Begasus> no need for echo in the recipe
<LinuxUserHaiku> sorry
<LinuxUserHaiku> i forgot to remove it
<Begasus> Empty line between SOURCE_DIR - ARCHITECTURES and ARCHITECTURES - PROVIDES
<LinuxUserHaiku> is it critical?
<LinuxUserHaiku> i'm sorry
<Begasus> commented at github LinuxUserHaiku
<LinuxUserHaiku> ok
<andreasdr[m]> Good morning
<Begasus> Moin andreasdr[m]
<Begasus> We have guidelines for that LinuxUserHaiku
<LinuxUserHaiku> ok
<LinuxUserHaiku> ok
<OscarL> hello andreasdr[m]
<LinuxUserHaiku> sorry if my recipe doesnt meet guidelines requirments
<Begasus> that's were we step in and guide you through it :)
<LinuxUserHaiku> ok\
<Begasus> I can't write 3 lines of code (but I do know recipes) :)
<andreasdr[m]> Moin Begasus
Begasus_32 has quit [Read error: Connection reset by peer]
<Begasus> LinuxUserHaiku, https://ibb.co/sJrsYQ2
rennj has quit [Ping timeout: 480 seconds]
<andreasdr[m]> Coool
<Begasus> LinuxUserHaiku, I would suggest renaming the recipe from passgen to passwordgenerator
<LinuxUserHaiku> yes
<LinuxUserHaiku> i already did this
<LinuxUserHaiku> you liked it?
<Begasus> ah my bad, didn't see it :)
<LinuxUserHaiku> my generator is good?
<LinuxUserHaiku> @andreasdr[m]: what you meant?
rennj has joined #haiku
<Begasus> another comment at github LinuxUserHaiku
<LinuxUserHaiku> ??
<LinuxUserHaiku> what you meant??
<LinuxUserHaiku> ok
<Begasus> Is there a way to disable window resizing?
<LinuxUserHaiku> sad, no
rennj has quit [Ping timeout: 480 seconds]
<Begasus> could you center the text "Password length" and "Result"?
<LinuxUserHaiku> gmmm
* OscarL wonders if there's a way to force app_server to not create windows offscreen (happens to me starting apps after reducing the screen resolution)
<Begasus> hehe
<LinuxUserHaiku> for what reason?
<Begasus> looks nicer (imho) :)
<OscarL> I use 1920x1080 on baremetal, and a lower res when I boot the same instalation from VBox... I keep getting apps that start off-screen, with no obvious way of "bringing them up" to the visible screen.
<OscarL> I've seen some apps that try to prevent being created offscreen, but I think it would be nice to have a global way to manage that situation.
<LinuxUserHaiku> @Begasus they're already centered
<Begasus> maybe alligned, but not centered here
<Begasus> https://ibb.co/sJrsYQ2 (you can see there they are alligned to the left)
<Begasus> anyway, it works nice, nice work
<LinuxUserHaiku> ok, i'll center them
<LinuxUserHaiku> that's not hard
<LinuxUserHaiku> just align them to center and they're in center!
mmu_man has joined #haiku
rennj has joined #haiku
<Begasus> can you push your changes?
<LinuxUserHaiku> yes
<LinuxUserHaiku> i found way to prevent resizing!
<Begasus> nice!
<Begasus> waiting for you to push your changes to github :)
Begasus_32 has joined #haiku
<OscarL> I've just installed Beezer. Is it there any way of making it appear on Tracker's Open with menu without a reboot?
<OscarL> if I restart, it will work, just wondering if there's a way to force Haiku to "rescan" the mimetypes without requiring a reboot.
<Begasus> OscarL, works fine here without reboot
<LinuxUserHaiku> i'll tell you when done
<Begasus> ah, probably the add-on OscarL
<Begasus> hmm shows up fine too
<OscarL> Tried restarting Tracker already... it doesn't seems to know about the just reacenctly added app.
<OscarL> Happens to me on every fresh install.
<Begasus> Did you update your system just before installing beezer?
<OscarL> and with other apps too.
<OscarL> Yes.
<andreasdr[m]> LinuxUserHaiku: Yes your screenshot is awesome
<Begasus> Strange, no issues here
<Begasus> did you reboot after the update? (pkgman should tell if it would be needed)
<Not-ff83> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±1] https://github.com/haikuports/haikuports/compare/805d2a4f5c35...3544b6e98507
<Not-ff83> [haikuports/haikuports] ivmai 3544b6e - boehm_gc: update to 8.2.2 (#7144)
<OscarL> no warnings from pkgman. Will try on another Haiku install.
<Begasus> LinuxUserHaiku, you are sure you are only 10yrs old, or trying to fool us all? ;)
<LinuxUserHaiku> i'm REALLY 10 years old
<LinuxUserHaiku> that's NOT FOOL
<Begasus> wow, I'm totaly impressed then !
<LinuxUserHaiku> HMM
<Begasus> and you can write that code so far, big thumbs up
<Begasus> far/fast*
<LinuxUserHaiku> i copied it
<LinuxUserHaiku> i cant write very fast
<Begasus> ah, but still, you'd need to find a sollution for the problem then
<Begasus> getting erros now though :)
<LinuxUserHaiku> eh
<Begasus> errors*
<LinuxUserHaiku> seems code is wrong
<LinuxUserHaiku> i'll try again
<OscarL> Beezer Addon for Tracker works fine. Only Tracker "Open with..." refuses to show Beezer for zip files (until I reboot, of course, after that... it will always work).
<OscarL> Must be some quirk of packagefs / mime database
<Begasus> ah, that doesn't show up here also
<OscarL> Just wondering if that's the expected behaviour, because it has bitten me several times overtime.
<OscarL> (or if its worth opening a ticket)
<LinuxUserHaiku> wait a bit
<Begasus> maybe there is a cmd for it to update the mime type OscarL ?
<OscarL> that's what I was wondering, yes.
<OscarL> I remember the old BeOS "rescan", but that was for drivers (and Haiku doesn't seems to have it)
<Begasus> there is something like "update-mime-database" but I don't know how to use it :)
* OscarL will try with: "mimeset -A
<Begasus> that didn't work here :)
<OscarL> :-(
<Diver> OscarL: I think it's not yet implemented in registrar
<OscarL> Ah, thanks Diver!
<Diver> np
<Begasus> See those are parts I'm not familiar with, and Diver is :)
<OscarL> BTW, thanks you too Diver for your Haiku related work. Much appreciated!
<OscarL> I think I managed to make registrar's update_mime thread go crazy :-D. Might need a reboot after all :-D
<LinuxUserHaiku> yeah! window isnt resizable!!
<LinuxUserHaiku> now i;ll commit changes
OscarL has quit [Quit: Vision[]: i've been blurred!]
<Diver> i don't really do much except for filing tickets :)
OscarL has joined #haiku
<LinuxUserHaiku> @Begasus can now check
<LinuxUserHaiku> @Begasus you're here?
<LinuxUserHaiku> oh wait, dont check
<nekobot> [haiku/haiku] lonemadmax pushed 2 commits to master [hrev56402] - https://git.haiku-os.org/haiku/log/?qt=range&q=2eab9be564b1+%5Ee96dc7dbcb26
<nekobot> [haiku/haiku] 0da59b240724 - DesktopSettings: remove unnecessary includes
<nekobot> [haiku/haiku] 2eab9be564b1 - HaikuBook: fix xml
mmu_man has quit [Ping timeout: 480 seconds]
<LinuxUserHaiku> @Begasus you can check changes now
<LinuxUserHaiku> FINALLY!
<LinuxUserHaiku> now it great!
<LinuxUserHaiku> wait a sec
<OscarL> Diver: QA work is important too! (I did QA automation for 7 years :-D)
<LinuxUserHaiku> @Begasus you're here?
mmu_man has joined #haiku
<Begasus> occupied for a bit LinuxUserHaiku
<OscarL> I could have reduced the amount of back-and-forth with the review of pidof... If only I had stopped second-guessing myself so much, LOL.
<OscarL> Man, I feel dumb.
<OscarL> At least I finally got a +1 :woot:
<Begasus> congrats!
<LinuxUserHaiku> maybe that's great program for haiku
<Begasus> LinuxUserHaiku, thanks :) but you can still resize (make it larger, not smaller) :)
<Begasus> "Result" should go down a few pixels
<LinuxUserHaiku> you're wrong. i cant resize it at all
<Begasus> just grabbed you latest commit
<Begasus> 4ec036e4d93974ac918f5919fa041a388bf1bdea
<LinuxUserHaiku> hmm, for me doesnt resize
<LinuxUserHaiku> heh i found bug in haiku
frkzoid has joined #haiku
<Begasus> LinuxUserHaiku, https://ibb.co/mCB6DPf
<LinuxUserHaiku> how??
<LinuxUserHaiku> how you risized it
<LinuxUserHaiku> ok, i'll send video
LinuxUserHaiku has quit [Quit: Vision[]: Will return later]
matt__ has quit [Ping timeout: 480 seconds]
matt3 has joined #haiku
spa has quit [Quit: Help.]
spa has joined #haiku
spa has quit []
spa has joined #haiku
<matt3> spa : hi
jmairboeck has joined #haiku
matt3 has left #haiku [#haiku]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
jmairboeck has quit [Ping timeout: 480 seconds]
<Begasus> Diver, is there an issue if applications/binaries are installed in $appsDir to check on requirement(s)?
<Diver> mh, what do you mean?
<Begasus> Those installed in $binDir will produce a policy warning/error if a requirement isn't filled
<Begasus> For the recipe that LUH is working on (I did some changes and had it installed in $prefix/bin, so I got a policy error that it needs libGL
<Begasus> when installed in $appsDir you don't get that error?
<Begasus> nm, it does ;)
<Begasus_32> Warning: POLICY ERROR: "/packaging/passwordgenerator_x86/apps/PasswordGenerator" needs library "libGL.so.1", but the package doesn't seem to declare that as a requirement
<Begasus> should check first .. ask later :)
<Begasus> biab
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
mmu_man has joined #haiku
HaikuUser is now known as azazel
azazel is now known as azazelpy
mmu_man has quit [Ping timeout: 480 seconds]
azazelpy has quit [Quit: Vision[]: i've been blurred!]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
mmu_man has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
bgudna has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
_Dario_ has joined #haiku
thomaslewis has joined #haiku
bgudna has quit [Ping timeout: 480 seconds]
thomaslewis has left #haiku [#haiku]
mmu_man has joined #haiku
rennj has joined #haiku
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
_paul0 has quit [Ping timeout: 480 seconds]
B2IA has quit [Ping timeout: 480 seconds]
B2IA has joined #haiku
B2IA has quit [Ping timeout: 480 seconds]
matt3 has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
AGMS-BeOS has joined #haiku
AGMS-BeOS is now known as AGMS
BrunoSpr has joined #haiku
B2IA has joined #haiku
<BrunoSpr> Hello all
AGMS has quit []
<matt3> mysoftshare ... ;D
rennj has joined #haiku
<matt3> hi rennj
JayF has left #haiku [WeeChat 3.7-dev]
kescher has quit [Quit: Bye]
kescher has joined #haiku
<Begasus> hi BrunoSpr
tuaris has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56403] - https://git.haiku-os.org/haiku/log/?qt=range&q=c0a7601219d6+%5E2eab9be564b1
<nekobot> [haiku/haiku] c0a7601219d6 - kernel/arm: store current thread pointer in TPIDRPRW register
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56404] - https://git.haiku-os.org/haiku/log/?qt=range&q=3d79cd33323f+%5Ec0a7601219d6
<nekobot> [haiku/haiku] 3d79cd33323f - kernel/arm: set PXN for user memory
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56405] - https://git.haiku-os.org/haiku/log/?qt=range&q=c791590a8e3d+%5E3d79cd33323f
<nekobot> [haiku/haiku] c791590a8e3d - kernel/arm: fix iframe unwinding
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56406] - https://git.haiku-os.org/haiku/log/?qt=range&q=605761f47a6f+%5Ec791590a8e3d
<nekobot> [haiku/haiku] 605761f47a6f - Deskbar: Calculate clock margin based on font size
<waddlesplash> Begasus: can you bump the versions of gnutls and ca_root_certificates?
<waddlesplash> and openssl if there's a new version, actually
<BrunoSpr> hi Begasus
<BrunoSpr> Is there any need of polishing Haiku Desktop and Tracker design right now? Just wonder why so much work is done there if I am not wrong!?
BrunoSpr has quit [Remote host closed the connection]
<Begasus> waddlesplash, hasn't gnutls been updated recently?
<waddlesplash> needs a bump again, there's vulerabilities in gnutls apparently
<Begasus> I could take a look, but won't be for today I'm afraid
<Begasus> Maybe Diver could have a look at openssl (it's pretty widely used, so I would feel safer if someone knownligable could have a look there)
<Begasus> Don't know (without checking) how for all three are related
<Begasus> On the other side, PR for gettext looks OK to me, just need to figure out how we deal with glib2 (probably needs a revbump once gettext is merged)
matt3 has left #haiku [#haiku]
OscarL has quit [Ping timeout: 480 seconds]
<Begasus> heading down here, cu peeps!
Begasus has quit [Quit: Leaving]
BrunoSpr has joined #haiku
<BrunoSpr> I did'nt try Haiku for a while... a month... anything new to test or explore?
BrunoSpr has quit [Remote host closed the connection]
NaGERST has joined #haiku
AndreasR0211 has joined #haiku
AndreasR0211 has quit []
NaGERST has quit [Read error: Connection reset by peer]
BrunoSpr has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
FreeFull has joined #haiku
gouchi has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
<BrunoSpr> Thanks for your answers
<phschafft> ;)
sharivegas has left #haiku [#haiku]
rennj has joined #haiku
sharivegas has joined #haiku
gouchi has quit [Quit: Quitte]
rennj has quit [Quit: Leaving]
<extrowerk> BrunoSpr: wlan ac speeds
<extrowerk> or 802.11n support if you havent had it beforeű
<BrunoSpr> hey extrowerk, thx I will have a look for that, thx...
BrunoSpr has quit [Remote host closed the connection]
<extrowerk> desktop icons have huge margins now
<andreasdr[m]> Huuuuuuge :DDD
<andreasdr[m]> Ill get my new Haiku PC on monday :)
<extrowerk> andreasdr[m]: Good luck.
<extrowerk> careto post the specs?
DKnoto has quit [Ping timeout: 480 seconds]
tqh has joined #haiku
DKnoto has joined #haiku
<andreasdr[m]> On monday I can tell more. Its a 8 core Ryzen with AMD 480, 32GB RAM, and its a mini PC. Its small, but capable of taking one PCIE card
<andreasdr[m]> I get it from a friend with a goood price.
Atomozero has joined #haiku
Atomozero has quit []
OscarL has joined #haiku
tqh has quit [Quit: Leaving]
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
mres has joined #haiku
mres has quit [Remote host closed the connection]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
OscarL has quit [Quit: Vision[]: i've been blurred!]
AKEmily has joined #haiku
AlaskanEmily has quit [Ping timeout: 480 seconds]
xiku has joined #haiku
xiku has quit [Quit: WeeChat 3.6]
FreeFull has quit []