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
smalltalkman__ has quit []
<dovsienko> waddlesplash: an odd thing just jumped out at me: getifaddrs() returns AF_INET and AF_LINK addresses, but in the latter case the MAC address is always the same for all interfaces and does not even remotely match the actual MAC addresses as seen with ifconfig
zard has joined #haiku
<dovsienko> I am double-checking in case this is a libpcap bug (ifconfig gets it correctly after all)
<dovsienko> yes, it is a libpcap bug since it reproduces on BSD systems as well
zard has quit [Quit: leaving]
<dovsienko> my own bug, in fact, but in the test program rather than the library. should be easy to fix
AD_MOS2 has joined #haiku
AD_MOS has quit [Read error: Connection reset by peer]
hightower4 has joined #haiku
hightower3 has quit [Ping timeout: 480 seconds]
Yonle has quit [Quit: See you later.]
Yonle has joined #haiku
smalltalkman__ has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
<B2IA> (Butler) Welcome to BeShare.agmsmith.ca.
Maturi0n_ has joined #haiku
Maturi0n has quit [Ping timeout: 480 seconds]
Calisto has quit [Ping timeout: 480 seconds]
vdamewood has quit [Quit: Textual IRC Client: www.textualapp.com]
OscarL has joined #haiku
dvn- has quit [Quit: bye]
dvn has joined #haiku
mr_lou has joined #haiku
maylay has quit [Read error: Connection reset by peer]
maylay has joined #haiku
DragonMaus has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
DragonMaus has joined #haiku
HaikuUser has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
nsnod has quit [Quit: Page closed]
Calisto has joined #haiku
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
cebulon has joined #haiku
* OscarL waves at Begasus.
<Begasus> Hola OscarL :)
<OscarL> Still playing with the K stuff?
<Begasus> got about all the basics covered atm for KF6
<Begasus> kdenlive 24.02.0 still crashes on launch though :/
<OscarL> Always something in the way :-)
<Begasus> well 23.08.5 should still be good (for KF5) :)
<OscarL> or everything works... and upstream does a new release same day you finish with the previous :-P
<Begasus> wouldn't be the first! :D
<Begasus> for 23.08.5 everything should already be in the depot
<Begasus> if things work out fine for the build I guess I'll push a recipe to haikuports, those wanting to give it a go could build it then ;)
<Begasus> OscarL, still fighting with Pe?
<OscarL> I managed to give it a few good slaps at least :-D
<Begasus> heh
<Begasus> fresh coffee ...
* Begasus hands OscarL some fresh Belgian coffee
<OscarL> Nice, thanks Begasus! :-D
vdamewood has joined #haiku
<Begasus> no patching done so far for kdenlive (anyone should be able to build it from source now), so maybe there should be some, so far it's good enough for me ;)
Calisto has quit [Ping timeout: 480 seconds]
mr_lou has quit [Quit: Leaving]
CalistoMathias has joined #haiku
cebulon has quit [Ping timeout: 480 seconds]
<OscarL> Started to add the "*.cpp" style filter to TextSearch too, but ran off steam for today (also... I really need to read more about BLayout). For now, just two ugly text inputboxes will do :-D
<Begasus> is this a bad thing? "QObject::disconnect: Unexpected nullptr parameter" (seeing this in the testlog for kdenlive)
diver has joined #haiku
diver1 has quit [Read error: Connection reset by peer]
<OscarL> how bad, depends on what was supposed to be there.
<Begasus> hmm not realy it seems, seeing it also in tests that pass
<Begasus> not something I could "fix" ;)
freddietilley has joined #haiku
<OscarL> I guess it could also be just an outdated test (mis-match between test expectations and current API/libraries).
<OscarL> (I've seen a couple of those on Python's test-suites for some releases, for example)
<Begasus> oh well, not prime time too I guess, crashes when closing :P
<Begasus> biab
cebulon has joined #haiku
cebulon has quit []
<Begasus> re
<OscarL> Heh, in 2011 Skipp_OSX wanted to change Pe's undo/redo shortcut to CMD+z / CMD+SHIFT+z. Defaults in 2024 still CMD+y / CMD+SHIFT+y
* OscarL shakes head.
<Begasus> I'm used to it by now :P
<OscarL> I should probably add an alternative .r file with more "modern" keybindings.
<CalistoMathias> Hiii
<Begasus> Hi CalistoMathias
<Begasus> as the great said, why fix what isn't broken OscarL :P
<OscarL> Hey CalistoMathias.
<Begasus> k, PR is live :)
* OscarL got mails from pedevel from the OSDrawer and BerliOS era, up to the move to Github. Was it on BeUnited before OSDrawer, right?
<Begasus> lost me :)
<OscarL> Begasus: constantly switching shortcuts (when using differetent editors/OSes) further increases my crazyness :-)
<Begasus> still got email backups (somewhere) from BeOS up to Haiku :)
<OscarL> Pe got open sourced around 2002, IIRC, I think the first repo was on BeUnited servers.
<Begasus> I'm good, just in Windows I try to avoid the 4th Desktop :P
<CalistoMathias> So i just had a small question about the deskcalc application
* Begasus runs ....
<CalistoMathias> like Humdinger had told me that I should get practice wit the BLayoutBuilder classe
<CalistoMathias> is the deskcalc app done completely without Layout Builders??
<CalistoMathias> i grepped for "LayoutBuilder.h" but it didn't have any mention of it :(
<Begasus> it probably hasn't seen any update for a long time CalistoMathias? :)
<augiedoggie> OscarL: Pe has conigurable keybindings, you can add a cmd+z and cmd+shift+z shortcut
<augiedoggie> configurable*
<CalistoMathias> so this code is from before Layouts even existed? everything is pretty much done in a very different way :sob
<CalistoMathias> :( *
<CalistoMathias> :sob --> crying emoji :(
<Begasus> I'm no good there CalistoMathias, so don't take my word on it :)
<OscarL> augiedoggie: I know, I have them set up that way. :-) Having better defaults or at least as alternative shorcuts can't hurt
<Begasus> can only give moral support ;)
<CalistoMathias> :(
<Begasus> OscarL, defaults as is are fine :P
* OscarL slaps Begasus with CMD+Y
<Begasus> if it's configurable, then use that one! :P
* Begasus slaps OscarL back with a big Alt-Z
<OscarL> Pe already supports more than one shortcut per command. Why not have them added by default?
<augiedoggie> open a PR for it
<OscarL> already have 6 in the pipeline.
<Begasus> one more can't hurt? ;)
<CalistoMathias> Oh and one more thing? this deskcalc app was made before the interface kit had a lot of things or something like that? it doesn't even make uses of buttons or anything :( Everything is manually built from the ground up :(
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-2/±0] https://github.com/haikuports/haikuports/compare/f8bad1b1d15e...a517a3e1f6f8
<botifico> [haikuports/haikuports] OscarL a517a3e - pe: remove older recipes. (#10194)
<CalistoMathias> so for now should I pick a different app to try and clone?
<CalistoMathias> since I can't really refer back to the original code to see whether im going right or wrong :(
<OscarL> DeskCalc is indeed ancienct (pre BeOS R4 for sure).
<CalistoMathias> yup by the looks of it, it definitely is :(
<CalistoMathias> even the buttons are made using pretty much nothing but the bare minimum
<CalistoMathias> is there any easy to follow along app, that I can try cloning instead?
<Begasus> no idea really, but did you have a look at haikuarchives?
<Begasus> though I guess most there that haven't been updated are from the same era ;)
<OscarL> I would guess that most of the apps using BLayout are either on the Haiku repo already...
<CalistoMathias> yup ill just go one by one through each one of the applictions that got listed in the grep section
<CalistoMathias> I guess I can atleast try and do the apps that popped up
<OscarL> or are newer stuff written by the likes of augiedoggie, x512[m], etc.
<OscarL> humdinger's stuff also most likely to be using BLayout already.
<CalistoMathias> the proposal part of my project is getting shaped now because of the forum post and humdinger's PM but apart from that I do want to get better at Layout before the proposal end date is over as a whole so that I can try and start working on thhings as early as possible if i do make it in... Also if we want to fix small issues in like source code which doesn't have a ticket what do we do?
<OscarL> CalistoMathias: exhibit A: https://github.com/humdingerb/ubertuber
<CalistoMathias> I just noticed that the minimum width setting for the expander application in R1/beta4 edition probably is slightly not working as it should be when you shrink the application.
<OscarL> CalistoMathias: you don't need a ticket to send a patch for review.
<OscarL> Sometimes I don't bother opening a ticket for things I've found at least a possible solution :-)
<CalistoMathias> ohhh okay
<CalistoMathias> then maybe ill just try and fix that small issue
<CalistoMathias> and thanks so much for the link
<CalistoMathias> ill try giving it a read through
<CalistoMathias> the deskcalc application sent me into a proper panic mode xD
<OscarL> he has several other repos you can look at as well.
<CalistoMathias> when I was like huhhhhhhh?????!!! while reading through that code xD
<CalistoMathias> yup ill go through his applications
<OscarL> The "AboutSystem" app... was noticeably less wide before the font change from "Noto Sans Display" to "Noto Sans", may also be an easy fix? (not sure, so... beware)
<CalistoMathias> ohhhh okay ... I'm not sure how it looked before but maybe if I got a place where I could see how it looked before, I could try my hand at it :)
<OscarL> will see if I still have a screenie.
<CalistoMathias> oh okay
<CalistoMathias> thank you so much :)
<OscarL> if not... I should have some out-of-date installs somewhere :-D
tuaris has quit [Quit: Leaving.]
<OscarL> first screenie has old vs new widths.
vega has joined #haiku
vega has quit []
<OscarL> my original descriptions for those screenies:
<OscarL> > That screenshot I linked shows... hrev57578's AboutSystem with "Noto Sans Display" at the top. and with "Noto Sans" at the bottom. Middle one is current hrev57581 with "Noto Sans Display".
<Begasus> OK, Kasts 24.02.0 runs fine on KF6 :D https://0x0.st/H7nz.0.png
<OscarL> CalistoMathias: if it is not an easy fix, do not waste time on it, thou! Surely there are more interesting things to spend your time on :-)
Anarchos has joined #haiku
<Anarchos> hello
<Begasus> Hi Anarchos
JakeSays has joined #haiku
<Begasus> still 14 frameworks with 5.114.0 to bump :)
JakeSays1 has quit [Ping timeout: 480 seconds]
CalistoMathias has quit [Quit: Vision[]: i've been blurred!]
<Begasus> heh, still got the gtk4 packages backed up :P
<Anarchos> Begasus do gtk contains sourceview ?
<Begasus> iirc sourceview is already in the depot Anarchos
<Begasus> ps, this gtk4 isn't functional as discussed a while ago :)
Calisto has joined #haiku
<Anarchos> Begasus ok
<Anarchos> Begasus i ask that , cause coq (https://coq.inria.fr) uses sourceview
Calisto has quit [Ping timeout: 480 seconds]
<Begasus> well we have this: GtkSourceView, if it works with coq nice :)
<Anarchos> i think <e
<Anarchos> we have gtk3 when coq uses gtk4 ...
<Anarchos> or inversely
<Begasus> eeps, well no gtk4 for Haiku :)
Anarchos has quit [Read error: Connection reset by peer]
Calisto has joined #haiku
OscarL has quit [Quit: Gone with the wind]
Calisto has quit [Ping timeout: 480 seconds]
coolcoder613_32 has quit [Quit: Vision[]: i've been blurred!]
coolcoder613 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
itaipu has quit [Ping timeout: 480 seconds]
Calisto has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
Anarchos has joined #haiku
mmu_man has joined #haiku
xet7 has joined #haiku
floof58 has quit [Ping timeout: 480 seconds]
<Begasus> problem 1: package libqalculate_devel-4.9.0-1 requires devel:libicudata>=66.1, but none of the providers can be installed
<Begasus> looks it could a bump :)
Calisto has joined #haiku
<Begasus> revbump, something didn't get picked up on last one ...
floof58 has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/a517a3e1f6f8...4d24a33a1321
<botifico> [haikuports/haikuports] Begasus 4d24a33 - libqalculate, revbump, force correct icu version (#10196)
v_harkonnen has joined #haiku
<dovsienko> does anybody know why Wireshark does not use fixed-width font for the packet bytes/hexdump panel?
Calisto has joined #haiku
zard has joined #haiku
Calisto has quit [Remote host closed the connection]
Calisto has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
<zard> haikuwebkit built :)
v_harkonnen has quit [Ping timeout: 480 seconds]
<zard> I'm surprised how well it works. Now I'll have to figure out what I want to work on
diver1 has joined #haiku
<Begasus> nice zard
BrunoSpr has joined #haiku
diver has quit [Ping timeout: 480 seconds]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/4d24a33a1321...6240c92f11bd
<botifico> [haikuports/haikuports] Begasus 6240c92 - baloo, add kde framework (#10197)
Calisto has joined #haiku
<aazam[m]> Good morning/evening :)
<aazam[m]> Got Haiku finally running on a VM yesterday. Virtual Box saved a lot of hassle \o/
<zard> Congratulations aazam[m] :). I use qemu btw :P
<Begasus> good on you aazam[m] :)
<Begasus> when .. I'm using VMWare
<aazam[m]> Thank you :)
<aazam[m]> I was trying with qemu at first but kept running into permission errors even after configuring the qemu.conf file
<zard> Interesting... But, yes, afaik qemu can be quite a bit more complicated than virtualbox
<zard> Makes me wonder how their features compare
tqh has joined #haiku
<nekobot> [haiku/haiku] tqh pushed 1 commit to master [hrev57629] - https://git.haiku-os.org/haiku/log/?qt=range&q=b6fd30b0ed46+%5E02463fb46190
<nekobot> [haiku/haiku] b6fd30b0ed46 - arm64: Declare exception handlers as STATIC_FUNCTION
<nekobot> [haiku/haiku] tqh pushed 1 commit to master [hrev57630] - https://git.haiku-os.org/haiku/log/?qt=range&q=06fae14eb94d+%5Eb6fd30b0ed46
<nekobot> [haiku/haiku] 06fae14eb94d - arm64: Save/restore FPU state when handling IRQ or syscall
<Anarchos> tqh i guess thisis a huge step for handling syscall !
<BrunoSpr> Hi all
<BrunoSpr> It is not possible in e-mail to zoom the recived messages!?
HaikuUser has joined #haiku
HaikuUser has quit []
walkingdisaster has joined #haiku
diver has joined #haiku
diver1 has quit [Read error: Connection reset by peer]
BrunoSpr has quit [Quit: Vision[]: Ich wurde gewaschen!]
vdamewood has quit [Ping timeout: 480 seconds]
dqk has quit [Ping timeout: 480 seconds]
mr_lou has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/6240c92f11bd...f8791170d279
<botifico> [haikuports/haikuports] Begasus f879117 - frameworkintegration, new kde framework (#10198)
BrunoSpr has joined #haiku
<BrunoSpr> Hi again, are settings files regular .txt files?
<BrunoSpr> I cannot edit them!? Misconfigured mime-type?
<Anarchos> BrunoSpr 'message file.settings' will give you a readable content
B2IA has quit [Quit: Vision[]: i've been blurred!]
ClaudioM has joined #haiku
B2IA has joined #haiku
amitbora has joined #haiku
amitbora_ has joined #haiku
amitbora_ has quit []
amitbora has quit []
Anarchos has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has joined #haiku
HaikuUser has quit []
<BrunoSpr> Anachos, cannot find it here! FileType? https://0x0.st/H77T.png
<zard> I don't think those have their own file type, though perhaps they should...
<BrunoSpr> bcs I cannot find it
<zard> Then we could allow opening them in a gui program, and editing them. That would be cool
<BrunoSpr> Yes, that would be cool but ok?
<zard> Just an argument for making those files have their own filetype. Anyway, you can use the 'message' command to view their contents
<BrunoSpr> yes, thx
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
Calisto has quit [Ping timeout: 480 seconds]
<BrunoSpr> maybe "message" would be nice as an add-on?
<BrunoSpr> brb
bbjimmy has joined #haiku
<zard> That's a possibility, or even better open the files with "message" by default. Regardless, I think both of those would be easier if messages had their own mime type
<BrunoSpr> Yes we could discuss that in the forum
BrunoSpr has quit [Quit: Vision[]: Ich wurde gewaschen!]
<zard> Maybe if one of us were serious about implementing it. Otherwise, just imagining how things might be done :P
hightower3 has joined #haiku
hightower4 has quit [Ping timeout: 480 seconds]
<bbjimmy> Is there a command that can do the same thing as using the Trackers Identify on a file?
<bbjimmy> I need Media:Height and Media:Width attributes to be set so I can use image files properly in yab.
<waddlesplash> `mimeset`, but I think it needs some arguments
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57631] - https://git.haiku-os.org/haiku/log/?qt=range&q=ea989da7f15e+%5E06fae14eb94d
<nekobot> [haiku/haiku] ea989da7f15e - SetupEnvironment: export XDG_STATE_HOME env var.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57632] - https://git.haiku-os.org/haiku/log/?qt=range&q=51edf9322cb6+%5Eea989da7f15e
<nekobot> [haiku/haiku] 51edf9322cb6 - arm64: Save/restore TPIDR_EL0 in _arch_context_swap
walkingdisaster has quit [Quit: Vision[]: i've been blurred!]
freddietilley has quit [Quit: WeeChat 4.2.1]
Anarchos has joined #haiku
<Anarchos> i am back
<tqh> Anarchos, probably, but I havn't built it myself. It seems like those are important changes though.
<bbjimmy> waddlesplash `mimeset` sets the BEOS:TYPE, but not the Media:Height and Media:Width attributes
<waddlesplash> ah
<waddlesplash> I think Height and Width are set by Tracker thumbnail generation
<bbjimmy> since yab is broken for getting these values I was hoping for a command-line to do this. I can get the values if they are set, but cannot force them to be set.
humdinger has joined #haiku
<humdinger> bbjimmy: ShowImage sets those attributes
<bbjimmy> once the user has used identify from Tracker there is no problem, but I want my program to take care of it if the user hasn't.
<humdinger> well some tool will be needed to analyse the image to get the width and height
<humdinger> maybe imagemagick can do that too.
<bbjimmy> Humdinger this also requires the user to use showimage on the file,
<bbjimmy> I haven't thoutht of that. never used image magic.
<humdinger> maybe ffmpeg can do that too. it's a massive beast, I wouldn't be surprised
<humdinger> stackoverflow says: ffprobe -v error -show_entries stream=width,height -of default=noprint_wrappers=1 image.jpg
<humdinger> prints width height
<humdinger> script away :)
<humdinger> -> v
* humdinger is idle: BRB
mmu_man has quit [Ping timeout: 480 seconds]
<bbjimmy> might do the trick
mmu_man has joined #haiku
<Begasus> ~> findVersion ./kdesu/kdesu-5.112.0.recipe
<Begasus> forgot about that one :)
mmu_man has quit [Ping timeout: 480 seconds]
Calisto has joined #haiku
mmu_man has joined #haiku
<Begasus> nice, on KF6 kdesu passes the 2 tests (fails one on KF5) :P
andreaa71 has joined #haiku
andreaa71 has left #haiku [#haiku]
<Begasus> think I got them so far :) 92 changed files with 8596 additions and 89 deletions
<Anarchos> Begasus big changes
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
nosycat has joined #haiku
<Begasus> not really Anarchos, current frameworks in the depot are good enough for a while, no need to have them double for now :)
diver has quit [Read error: Connection reset by peer]
diver has joined #haiku
BrunoSpr has joined #haiku
<Begasus> bbl
mmu_man has quit [Ping timeout: 480 seconds]
BrunoSpr has quit [Quit: Vision[]: Ich wurde gewaschen!]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
mmu_man has joined #haiku
kevans91_ has quit [Remote host closed the connection]
kevans91 has joined #haiku
BrunoSpr has joined #haiku
dqk has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
nephele has joined #haiku
<nephele> zard: haikuwebkit works for you now? :D
<zard> Oh yay, you're on! Yes, it does :)
<nephele> yay? :)
<zard> I was wondering what those things were that you thought needed to be done
v_harkonnen has joined #haiku
<nephele> hmm, let's see. It depends a bit on what area you want to work in, what you are compofrtable with
<zard> Currently, I'm looking at getting webkit-2 working. I'm comfortable with pretty much everything :-)
<nephele> Well, we have severall small tickets and some more involved ones
<nephele> Small ones would be: Translate context menu items, Propogate WebPositive search engine to context menu (search the web))
<nephele> svg rendering, css rendering
<zard> Ah, I forgot about the tickets. Now that's a lot of tickets :P
<nephele> Moderate, or more involved would be enabling webkit adblocking api. web inspector, reader mode, proper support for streamed media via media kit
<nephele> Well. There used to be only webpositive tickets, but we split that up quite some time ago so webkit is easier to track :D
<nephele> The "easiest" for making WebPositive "more fast" is probably the adblocking api xD
<nephele> not downloading megabytes of junk and executing it does wonders
<zard> Wait, webkit has it's own ticktets? /me tries finding them
<nephele> Where were you looking? WebPositive?
xet7 has quit [Ping timeout: 480 seconds]
<zard> Yes
<zard> Ah, yes, there's the "implement an ad-blocker
<nephele> Webkit's api is a bit nicer than DNS blocking as it's vastly faster and more efficient. but we could also, for example, modify net_server to load a second "hosts" file, or make it interpret a new filetype as a blacklist and package e.g stevenblack hosts file
<nephele> did you find a ticket you want to work on? :)
<zard> Currently, still looking at webkit-2, but...
nosycat has quit [Quit: Leaving]
* zard is thinking of checking whether "gerrit site not showing icons anymore" has been resolved already
<nephele> If you want to start with webkit2 you can of course do that too. It will be more involved though, and also require work in webpositive
<nephele> It's "kinda" resolved. That is we worked around it in our gerrit
<nephele> but it won't be truely fixed until we implement complex text rendering in Webkit, for which we need app_server support, for which we need harfbuzz
<zard> Ah, ok.
<nephele> all because someone thought of a cool litagure hack .-.
<nephele> (we will need harfbuzz anyway though for some languages. :)
<zard> Yeah, I'm thinking of working on webkit2 precisely because it's complicated and so would be harder to do outside of GSoC
<nephele> If you want to work on webkit2 for gsoc it's probably a good idea to do some easier stuff first that touch both webkit and webpositive
<zard> Hmm, not a bad idea
<nephele> maybe making the "search the web" shortcut respect the webpositive search engine setting
<nephele> currently, moi, hardcoded it to duckduckgo.com :P
<zard> So, problem solved :P
<nephele> Yeah, right. what's the problem? don't need configs, just change the source lol
<PulkoMandy> zard: we deployed a hack javascript plugin to our gerrit instance. So, not really solved, but less urgent in a way
<PulkoMandy> I think enabling the web inspector might actually be easier than some of the other things (translatable menus, configurable search engines)
<PulkoMandy> Mainly because these involve some back and forth between the browser and the engine, that we have to fit in the quite limited webkit api
<PulkoMandy> Web inspector is pretty much all internal to the engine I think
<nephele> I think mostly. Safari does allow opening the inspector/dev tools in a second window though. So for advanced uses there may be some communication needed
<PulkoMandy> It doesn't matter how many windows there are
<PulkoMandy> The inspector always runs as a separate webview anyways
<PulkoMandy> So it's a separate tab or split or whatever
<nephele> That sounds like it would also need communication with webpositive then, too.
* nephele brb 30 mins
<PulkoMandy> just a "open web inspector" menu, I think? I have already added that menu to haikulauncher but it's not working yet
xet7 has joined #haiku
<zard> What is haikulauncher?
<zard> Somebody actually made an icon for HaikuLauncher? Now this I have to see :P
* zard suddenly realized he just figured out what haikulauncher is
<PriyanshuGupta[m]> PulkoMandy: I'm currently preparing my proposal for the xfs project should i upload in the forum for mentors for suggestions?
<PulkoMandy> Yes
itaipu has joined #haiku
Forza has joined #haiku
tuaris has joined #haiku
hightower4 has joined #haiku
* phschafft provides some cookies for the room.
* phschafft also waves to nephele.
<Anarchos> PulkoMandy i considered using a Ubuntu instance in qemu to help for the haskell port, but qemu is not usable on haiku due to lack of hardware acceleration
<zard> mmm, cookies
diver has quit [Read error: No route to host]
diver has joined #haiku
hightower3 has quit [Ping timeout: 480 seconds]
v_harkonnen has quit [Ping timeout: 480 seconds]
<B2IA> (BrunoSpr) Hello all
<zard> Hello again, BrunoSpr
<zard> BeShare, I take it?
<BrunoSpr> Yes, I just tried to upload the test uvc file there
<B2IA> (BrunoSpr) someone can try to test the "example"or the lubuvc.zip file in Linux for us?
<BrunoSpr> *libuvc.zip
<zard> HaikuLauncher (a very simple version of WebPositive) icon is just WebPositive's icon. Was hoping for something more interesting :/
<BrunoSpr> Oh, no
<PulkoMandy> zard: Well if you want you can make a new one :D
<zard> Hmm, how about WebPositive, but without the skater?
Anarchos has quit [Ping timeout: 480 seconds]
<zard> Oh, wait, no, that's a surfer. "Surf the web"
zard has quit [Quit: leaving]
mr_lou has quit [Quit: Leaving]
Vidrep_64 has joined #haiku
<PulkoMandy> Just the globe would look like locale preferences and also not very interesting
<PulkoMandy> I was thinking something like the "under construction" gif that were everywhere on webpages in the 1990s
<PulkoMandy> Maybe keep the sorfer but as a black figure on yellow background as in these "in construction" roadwork signs animated gifs?
<BrunoSpr> would look better if animated gif
<B2IA> (BrunoSpr) I will try it but which program to use?
<Begasus> closing down here, cu peeps
Begasus has quit [Quit: Vision[]: i've been blurred!]
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
<BrunoSpr> By for today too
<BrunoSpr> Bye
<B2IA> (BrunoSpr) Bye all
BrunoSpr has quit [Quit: Vision[]: Ich wurde gewaschen!]
diver1 has joined #haiku
diver has quit [Read error: Connection reset by peer]
BrunoSpr has joined #haiku
v_harkonnen has joined #haiku
<nephele> hi phschafft
<phschafft> all good?
<nephele> yes
BrunoSpr has quit [Quit: Vision[]: Ich wurde gewaschen!]
ClaudioM has quit [Quit: leaving]
tqh has quit [Quit: Leaving]
mmu_man has joined #haiku
<phschafft> :))
Calisto has quit [Ping timeout: 480 seconds]
diver has joined #haiku
v_harkonnen has quit [Ping timeout: 480 seconds]
illwieckz_ has joined #haiku
diver1 has quit [Ping timeout: 480 seconds]
illwieckz has quit [Read error: Connection reset by peer]
illwieckz_ has quit []
illwieckz has joined #haiku
diver1 has joined #haiku
diver has quit [Ping timeout: 480 seconds]
coolcoder613_32 has joined #haiku
<coolcoder613_32> Good morning
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev57633] - https://git.haiku-os.org/haiku/log/?qt=range&q=142723d1970b+%5E51edf9322cb6
<nekobot> [haiku/haiku] afeee28538d2 - network/stack: fix trace build
<nekobot> [haiku/haiku] 142723d1970b - libbsd: fix timespeccmp()
mattlacey has joined #haiku
<phschafft> morning coolcoder613_32.
Anarchos has joined #haiku
v_harkonnen has joined #haiku
<Anarchos> shift+left/right doesn't work anymore in Terminal to switch between tabs
Chai-T-Rex has quit [Ping timeout: 480 seconds]
ChaiTRex has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
Chai-T-Rex has joined #haiku
ChaiTRex has quit [Ping timeout: 480 seconds]
rexbinary has quit [Quit: ZNC - https://znc.in]
nephele has quit [Quit: Vision[]: i've been blurred!]
rexbinary has joined #haiku
<BlueSky76> Hi guys, probably a stupid question: How can I post an image on the Haiku forum vi Web+? Dragging just opens the image (instead of uploading it to the forum), pasting does nothing and if I use the file upload button the upload appears to start but never finishes :-)
<BlueSky76> I meant via Web+, no vi as in the editor ;-)
<mattlacey> I had that issue the other week... used Falkon in the end!
<BlueSky76> mattlacey: Thanks. That`s of course always a possibility.
<BlueSky76> I started to feel stupid because I couldn´t get it done with Web+
<BlueSky76> I`ll open a ticket about if there isn´t one already
<Anarchos> BlueSky76 i only go on irc here. For images , i use 0x0.st
<PulkoMandy> Anarchos: It's opt+left/right to switch between tabs now. Shift+left/right is used for wordwise cursor moving (in bash, nano, etc)
<Anarchos> PulkoMandy seems coherent for bash
vdamewood has joined #haiku
mattlacey has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 480 seconds]
OscarL has joined #haiku
Anarchos has quit [Ping timeout: 480 seconds]
coolcoder613 has joined #haiku
mmu_man has joined #haiku