| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> have you tried loading another loader plugin ? <1> Yes <0> can someone verify the linking flags in the makefile ? <0> Right, I located what causes glib to fail but why... :S <2> KingAnt, it crashed 3 times =/ <2> this day <3> i-nZ: What's that? <0> hmmm <0> when mono is loaded it makes glib fail <0> if it is not loaded then it works <0> hm <0> may be one should link the mono lib staticaly <3> i-nZ: No, the mono stuff needs to be fixed to not break things. <0> no i mean <0> mono loader should link libmono staticaly <3> no
<0> why not ? <3> Because that defeats the purpose of shared libraries. <0> well I should say that I am not much into *nix libraries and their ways of working <0> bu then why loading libmono by the monoloader makes g_module_close fail <0> the plugin->handle is the same <3> Yes, that's the question. <4> hi everyone <1> i-nZ: It's EXTREMELY unlikely that it's a glib bug <0> yes I know that <1> i-nZ: It's possible that it's a bug in Gaim's plugin code, but it's much more likely that the mono loader plugin is doing something that other loader plugins don't <4> speaking of glib... is an empty GSList always NULL? <1> Catfish_Man: Yes <4> ok, cool :) <0> well the plugin initialization is fine imho <1> Catfish_Man: That is the definitely of an empty GSList <1> Catfish_Man: Er, definition <3> TiCPU: In the future, you should be aware of "svn diff". <5> hi, is there away to turn of the Dictionary when typing IM messages? <3> TiCPU: Is there a particular reason that we need to check *buddy->server_alias? If buddy->server_alias is "", why not return it? <1> zChris: Tools->Preferences->Highlight misspelled words <5> ah thank you :) <5> and i have a problem, the window dont blink when someone has typed me a message <3> TiCPU: ahh... I see we're doing that everywhere else. <1> zChris: The "Set window manager 'URGENT'" hint setting of the Message Notification plugin might do what you want <1> zChris: Or if you're in Windows, maybe the wingaim prefs plugin thingy <5> ah ty <5> ill try that out <5> and another question, how do i remove the "Gone" window when i set myself to away <1> zChris: I think using Gaim 2.0.0 beta 3.1 should take care of that problem <5> oh, but im using gentoo it it wont install masked programs <0> KingAnt, rlaager -> a backtrace http://paste.i-nz.net/20 <6> %C0 o <7> zChris: unmask it then :) <5> heise2k, cant, its not there :P <5> hehe one more q <5> how do i remove "Name has closed the conversation window" i found it before but it seems its gone now :P <1> zChris: I think that's also gone in Gaim 2.0.0 beta 3 <5> argh <5> cant wait until its unmasked :] <7> zChris: can't you just compile it yourself? or do you really need -funroll-loops -O999 <7> :) <5> funroll loops 0999 ?? <5> :P <8> rlaager: yea, in fact, we could just return it as-is <8> I also fixed http://ticpu.net:8080/~jerome/icons/ajax/blist.html it now auto-updates every 7.5 seconds, live, no redraw <4> sigh... this MSN bug is thwarting me :/ <4> (Libgaim: dns) Got response for '(`S8' <-- not a very useful domain name <0> statically linked libmono still causes g_module_close to segfault <9> rlaager, roast: ping <3> sadrul: pong <9> did the soc project include non-blocking searching in the logs? <3> sadrul: billatq was going to work on that, but was a no-show after the beginning. <9> ah <3> sadrul: Why do you ask? I am hoping to do that sooner rather than later. <9> i would like this to happen, and i can spend some time on it <3> sadrul: We should tackle it together then. :) <9> i don't know much about the logging stuff, so i am going over the code right now <3> at the moment, I'm looking at your chat user list bolding patch
<3> I still see no reason that should work and the existing (previously working) code shouldn't. I'm fairly certain it's a GTK+ bug. <9> oh, heh. iirc, that's a workaround which doesn't make much sense <9> yeah, me too <10> sadrul, rlaager: i'd be willing to help on that logger related to libdbi since i've had plenty of "fun" w/ it <3> I guess I'll try to create a sample program to reproduce the bug. <9> g-off: i haven't used the dbi-logger yet, but that'd be cool! <3> g-off: The first step in the process of writing a libdbi logger is to make all of the logging stuff non-blocking. <10> i ***ume then that it currently does <3> Yes. Listing logs, for example, means calling a libgaim function which calls the list function in each logger, which does stuff to get its list of logs, then returns them to the core. <10> rlaager: do you already have something in mind on how to go about making it non-blocking? <3> g-off: yeah, I have the general design figured out in my head <9> is it doing something like 'gaim_log_func(stuff, callback);' <3> sadrul: more or less, yeah <9> i think that'd make sense. <11> a quick question . . . is it possible to have all my IRC windows docked in one container, but have IMs from buddy list pop up seperate?? <11> (new IM msgs keep getting docked and hidden so I don't see them come in!) <9> you can try selecting 'Separate IM and Chat Windows' from the preferences, mayor :) <11> awesome <11> stupid-coulda-figured-it-out-myself-question #2!: I can't find where to set transparent backgrounds in my chat/im windows . .. . possible? <12> no <11> no transparencies huh . .. hmm. should be simple enough . .. on a wishlist for future releases? <12> it's good that you are able to see how easy it is to implement <8> talking of logs, you're all aware searching for 25mb of logs crashes Gaim when you click on find right? <12> since it's easy, why don't you write a patch to add it? <11> because im not "l33t" <4> heh. I love it when people say things are easy. They so rarely are... <11> lol <3> TiCPU: If it do, get a backtrace. <12> it's not likely to be on a "wishlist," either, since I don't think any of the developers care about making text harder to read <9> a = getpixel(bgwin, x, y); setpixel(fgwin, x, y, a); <9> how hard can it be? <3> Anyone here have Fedora Core 4, or something else where the chat user list in Gaim shows buddies in bold? <11> I just ***umed transparent backgrounds was a function of the WM, that's why I thought it would be simple (not necessarily easy) . . . but I don't know enough to write it so im out of my league <3> Quimby: If you have the composite extension, it's possible to do without any cooperation from the application itself. <3> Quimby: but yes, this is why you shouldn't claim something is going to be easy unless you actually know in detail how to do it <4> rlaager: wouldn't work for wingaim, of course, but I suppose there's probably an equivalent <12> who cares what works in windows? <11> agreed <4> Err: windows users? <12> ...who are in #wingaim <10> Catfish_Man: who cares about windows users? <4> g-off: heh. I'm a neutral party here :P <3> Catfish_Man: wingaim might already have a plugin for that... I'm not positive. <12> g-off++ <12> it used to, because people used to cry about it in here when they couldn't make it go <3> sadrul: I've got a test app which I think *should* work, but doesn't. So, if I can find someone to compile it and find that it works on an older version of GTK+, I'll be all ready to file the bug. <9> cool <9> can you pastebin it? i'll see if it works for me <9> (GTK+ 2.8.18) <8> rlaager: I submitted it in the bug tracker finally, with a normal and full backtrace <8> I though it was a known issue <3> sadrul: http://bugzilla.gnome.org/show_bug.cgi?id=355214 <3> sadrul: If you or anyone can find a copy of GTK+ where that works, that'd be really cool. Either way, document you test findings in that bug report, please. <9> will do <13> Probably a long shot, but has anyone else experienced anything weird with yahoo lately? <8> Dreoth: except the warning from people who added me from Live Messenger, nop <13> Seems to be a wave of disconnects and then a link being sent for http://www.geocities.com/tess_wants_you_2. I had recieved one around 4:30pm and then I noticed my account got disconnected, sent the message to my mobile and work screen names, and stayed disconnected... really weird. <13> mine did it around 7:15pm <8> gotta love phising <13> dunno if it was phishing, I never clicked the link, and I never log into yahoo's site O.o <8> just checked, it is a fake login page for yahoo <8> after logging in (without entering any informations) it brings you to a page not found page <14> KingAnt: Did you need to change the gtk/perl stuff in order to have 'make dist' work? <13> I'll report the site to yahoo... <8> best thing to do <3> TiCPU: which version of Gaim is your report for <8> beta 3.1 <3> TiCPU: Do you have SVN trunk handy? <8> yes <8> would just need to make it for that last checkout <3> TiCPU: If you could get a backtrace from an updated SVN trunk, the line numbers would be more useful to me. ;) <8> sure, no problem, will take a minute or 2
Return to
#gaim or Go to some related
logs:
#php ubuntu non-free dapper unrar date.csv www.all-tr.com jquery rollover what's ERROR 1133 proxy possie glXIsDirect failed gentoo ubuntu mime_content_type package #gentoo
|
|