=== smorar is now known as smorar_ [03:18] anybody know if Unity will have decent ATI graphics driver support? My laptop's fan (HP nx9420 - Mobility Radeon X1600) will thank you if it does (lol) [03:22] PsxMeUP, yes. [03:23] PsxMeUP, unity will support running on ati decently. whether the driver itself is any better or not, we cant say [03:24] PsxMeUP: if compiz works on ati, then unity will, because it's essentially a compiz plugin, afaik [03:27] hmm, ok. Well I don't have problems with compiz and all that jazz (Mint 8). But the fan simply doesn't know when to calm down. It does that in Windows too, but XP/7 has a useful feature that allows you to select "Maximum Battery Life". That immediately calms things down [03:29] tried that under mint? [03:30] Ya, so far I haven't been able to find anything similar and I've tried various packages/tools [03:31] hmm yeah i see that [03:31] * spikeb just checked [03:35] in Win 7 it's under Power Options > Advanced Settings > ATI PowerPlay Settings. Anyway... I'm happy you're finally moving away from the old Windows taskbar look and going with something more original :) [03:37] * spikeb mutters [03:37] eventually, support will be better for your chipset and fan === ssj6akshat|bed is now known as ssj6akshat === ssj6akshat is now known as ssj6akshat|schoo === al321 is now known as al43 [06:47] morning [07:20] good morning [07:23] didrocks: good morning. how are you? [07:23] kvalo: I'm fine, thanks, and you? [07:23] didrocks: I'm good, thanks [07:24] didrocks: had few extra heartbeats yesterday because of the exim vulnerability [07:25] kvalo: exim vulnerability? Sorry I didn't follow that [07:25] didrocks: http://www.debian.org/security/2010/dsa-2131 [07:26] didrocks: I heard about it on friday but didn't pay enough attention. but on sunday my vm provider sent me email demanding immeadiate update. they had two breakins already at that time. [07:28] kvalo: waow, right, scary :/ [07:49] kvalo: Its insidents such as you have described which justify my personal decision to use shared/administered hosting, even if I lose a little flexibility. I don't want to have to worry myself over such possibilities and keep things up to date etc. Any services I open up on my home connection are checked for sure, but I don't serve mail from home. :) [07:50] incidents* [07:51] hello? [07:53] TheMuso`: yes, it makes a difference. it's a lot of work to maintain a server. [12:12] seb128, should i use gsetting or gconf ? [12:13] seb128, was researching the different ways I need to handle this new sound menu registration per application settings [12:13] i heard gconf is deprecated [12:22] kenvandine, ping [12:27] ronoc, hey, gconf is deprecated indeed [12:27] ronoc, use gsettings for new code [12:27] seb128, cool looking at it new [12:42] seb128, just trying to work out the best way for this registration process, have you a sec ? [12:43] yes [12:43] when a client starts i will be notified by watching the dbus mpris interface [12:43] currently i then request the desktop file [12:44] can i , from information that is already in the desktop file, find a relevant entry in gsettings [12:44] sorry haven't used gsettings before [12:44] so newb questions galore [12:45] so for instance banshee starts, I detect the new mpris interface, fetch the desktop file (via mpris) [12:45] and then from there check to ensure in gsettings that banshee wants to be seen in the desktop file ? [12:45] sound plausible ? [12:46] hum [12:47] anyone can gimme some guidance? trying to build indicator-sound but getting a nasty error [12:47] ronoc, gsettings is just an api for settings [12:47] ronoc, it's not really different from using a key file or gconf [12:47] ronoc, what would set those entries on wheter a software should be listed? [12:47] ronoc, the indicator? [12:47] nmarques, whats the error [12:48] ronoc, error: Package `Dbusmenu-Glib-0.2' not found in specified Vala API directories or GObject-Introspection GIR directories [12:48] ronoc, missing a patch somewhere? maybe vala ? [12:48] seb128, packages could ship a gsettings schema in a /indicator-sound/clients/ registry subdir or something? [12:49] seb128, and if the users wishes to make the client invisible to the menu the prefs ui would simple change this setting [12:49] ronoc, so you envision the clients to ship a true or false key? [12:50] ronoc, why would some client not want to be listed in the indicator? [12:50] seb128, it is more to allow the user to easily make a client invisible to the menu [12:50] seb128, currently once its 'remembered' the user needs to edit a cache file to remove it [12:51] not very nice [12:51] nmarques, do you have dbusmenu dev package ? [12:51] well it seems you doesn't need any package for that [12:51] it should have the vapi you are missing [12:51] just key a list in a key and let user edit it [12:53] seb128, so you suggest I should manage the gsetting myself and inform the clients what key to look for when changing their preferences [12:55] ronoc, yeap [12:56] nmarques, so can you find a similarly named vapi in /usr/share/vala/vapi* [12:56] it might be in the wrong directory [12:56] nmarques, what vala are you running ? [12:57] ronoc, well you didn't say there would be a preference for that in the player before [12:57] 11.2 [12:57] ronoc, I though you just wanted the equivalent of a gconf key where people can list things they don't want in the indicator [12:57] ronoc, need to check out this vapi stuff [12:57] ie power user thing [12:58] seb128, okay so we need to be able to provide the ability for users to easily optin a player or opt out a player [12:58] at any time [12:58] obviously the service / indicator will need to be restarted to take effect [12:59] you want that to be power user options? [12:59] to come from settings in each player? [12:59] or to come from an indicator dialog? [12:59] seb128, each player [12:59] as the spec outlines [12:59] so far the work has been done to certain extent in each player [13:00] quick recap [13:00] player starts, i see the mpris interface come up, I try to load the desktop file from the root mpris object [13:00] if all is good and then need to check 'somewhere' that this player wants to shown in the menu [13:00] well, you have some libindicate code in the player as well? [13:01] like a "register as ayatana"? [13:01] seb128, thats going away very shortly once I get a new registration process outlined [13:01] hum ok [13:01] its a good thing no ? [13:01] I was going to suggest to make the option in the player make this call being done or not done [13:02] which would mean you wouldn't need any extra key [13:02] ronoc, my dbusmenu package has no vapi files... :( [13:02] nmarques, what distribution do you use? [13:02] seb128, I'm tryng to build this on opensuse [13:02] " make this call being done or not done" what do you mean by this ? [13:02] seems your libdbusmenu package is incomplete [13:03] seb128, ^ [13:03] ronoc, well, the "register on ayatana" [13:03] that's what makes the player be listed now [13:03] seb128, just one question more... any software needs to be patched for dbusmenu ? [13:03] if you add a preference in banshee, it would be banshee using the preference to register or not on the ayatana bus [13:03] nmarques, no [13:04] seb128, well there is no registration as such just a flag, it will bring up the mpris interface regardless [13:04] that is all i need [13:05] well mpris != sound indicator [13:05] you might want to use mpris but not the indicator [13:05] exactly [13:05] that is why i need this flag [13:05] but right now if you don't do that ayatana libindicate registration the indicator doesn't list it, does it? [13:05] so i need to be able to get from some entry in the desktop file to a gsetting [13:06] not in any current release [13:06] but trunk has the new mpris interface watching registration merged in [13:06] ok [13:08] ronoc, so yeah, it seems you want to set a convention [13:08] seb128, yup [13:08] seb128, forwarding on an email i sent last week to the mailing list [13:08] like the settings path is "/desktop/ayatana/indicator/" [13:08] where player is the .desktop name [13:08] which is a boolean key [13:10] seb128, okay just so we are on the same page, in gsettings you are suggesting there should be a "/desktop/ayatana/indicator/" entry with a boolean value [13:10] njpatel, I still get the "empathy buddy list" issue [13:10] my food is ready, continue this after lunch seb ? [13:11] seb128, ^ [13:11] ronoc, ok, enjoy your lunch [13:11] ronoc, and yes, though the path was an example [13:11] you should probably check with ted what he's using [13:11] cool understood [13:11] having a consistent naming schemas for the indicator stack [13:11] sure [13:15] seb128, thing I got the source of the problem... GTK needs to be patched ;) [13:45] ronoc: are you familiar with massif's output? [13:46] ronoc: http://people.ubuntu.com/~hyperair/massif-output [13:47] ronoc: that's valgrind's massif analyzing indicator-applet's memory usage. there's an interesting stack trace from indicator-sound that i can't seem to reproduce easily somewhere there that has allocated 45.6M of data [13:48] and at that time i didn't have debug symbols so i can't figure out what function that was [13:49] hmm there's only one function that calls gdk_pixbuf_new_from_file [13:49] aha! [13:49] ronoc: when you resize the album art, you don't free the original pixbuf! [13:54] oh my god, metadata-widget.c is a mess of tabs and spaces. [13:54] >_> [13:54] i can't even tell what the setting is supposed to be [13:55] hyperair, have you grabbed trunk ? [13:55] ronoc: nope. [13:55] hyperair, spacing problems should be fixed [13:55] ronoc: i just grabbed maverick's package, which is where i'm seeing my memleaks. [13:56] ronoc: could you look at metadata-widget.c, in metadata_image_expose()? [13:56] sure [13:56] there's this line here.. [13:56] 200 pixbuf = gdk_pixbuf_scale_simple(pixbuf,60, 60, GDK_INTERP_BILINEAR); [13:56] see that? [13:56] you need to free the original pixbuf. [13:56] it leaks memory otherwise [13:56] g_object_unref [13:57] something like GdkPixbuf *orig_pixbuf = pixbuf; pixbuf = gdk_pixbuf_scale blah blah; g_object_unref(orig_pixbuf); [14:01] hyperair, ah of course [14:01] whoops [14:02] ronoc: =) so i was half-right when i said indicator-sound was at fault for my memleaks [14:02] hyperair, who/what was responsible for the other half ? [14:03] ronoc: indicator-messages. [14:03] ronoc: it does a lot of icon resizing, which in the long run leaks [14:03] hyperair, you must love the indicators :) [14:04] lol no i don't [14:05] i just got so irritated with them that i stuck a shell script running valgrind --tool=massif [14:05] then all i have to do is wait for 6 hours or so [14:05] it's annoying to think you've fixed it, and then in the next 6 hours it leaks again, and you have to stick it in massif and wait for another 6 hours [14:05] i think i can safely say i hate indicators now. [14:06] on the other hand i ♥ sbuild which gives me 3 second deb builds [14:06] er 3 minute [14:06] hyperair, okay well I'll talk to seb and co to get a SRU out for the memleak and ensure it doesn't go into natty [14:07] hyperair, thx for spotting that [14:07] ronoc: =) [14:07] ronoc: i'm not done with messages though. it still leaks in weird spots [14:07] hyperair, tedg might be able to help you there [14:07] yeah but he isn't around [14:08] oh yeah he is on holidays now i think until the 4th :( [14:09] haha okya [14:09] * hyperair can't wait for his own holidays [14:09] indeed [14:09] * hyperair is in the middle of exams but gets this impulsive desire to hack on something [14:10] hyperair, where you based ? [14:10] ronoc: singapore. once my exams end i'll be heading back to malaysia. [14:10] ronoc: i'm malaysian, studying in singapore [14:10] hyperair, cool, when do the exams finish ? [14:11] 16th. [14:11] i've to be back in malaysia by the 20th (internship begins) [14:11] hyperair, do you take holidays around christmas at all ? [14:12] yeah, christmas itself is a public holiday [14:12] usually have dinner with family or something [14:14] hyperair, memleak fixed [14:14] thanks =) [14:14] hyperair, thank you more like :) [14:14] haha [14:14] thank the massif devels [14:14] indeed [14:15] the only real time i spent staring at the code was like 5 minutes? [14:15] massif truly rocks [14:16] ronoc: are you familiar with dbusmenu's api? [14:16] hyperair, yup [14:16] ronoc: http://paste.debian.net/102272/ <-- this is my indicator-messages patch [14:16] there's a comment there saying that pixbufs should be freed by dbusmenu [14:16] but they aren't [14:16] * ronoc looks [14:17] it's dbusmenu_menuitem_property_get_image [14:17] i checked the dbusmenu source code, it doesn't look like it keeps track of the pixbuf for freeing anywhere [14:18] hyperair, right did you file a bug? [14:18] ronoc: nope, there's an existing indicator-applet bug about memleaks, so i just dropped my patch there [14:18] ronoc: but it's hard to tell if it's this one leaking or something else [14:19] hyperair, well ted will pick this just after xmas [14:19] right, i'll ping him then [14:19] i'm not sure whether dbusmenu is wrong or indicator-messages is wrong in this case [14:19] although it's a GdkPixbuf* rather than a const GdkPixbuf*, so i'm more inclined to believe that indicator-messages is wrong [14:20] (iirc standard gtk+ conventions were to add const to stuff you're not supposed to free/modify) [14:21] hyperair, sure [14:23] seb128, hyperair has found a memleak in indicator-sound for maverick , should i prepare a sru with the fix [14:24] seb128: people with super-hi-res album arts will experience really fast memleaks. [14:24] ronoc, you can if there is a clear bug report about the issue, talk to kenvandine about it maybe to know the details? [14:24] hyperair, ted should be on in a bit [14:24] doing a sru with the backport patch seems ok [14:25] seb128, okay will file a bug now [14:25] ronoc: oh that's cool === smorar_ is now known as smorar [14:33] kenvandine, I should really put out a sru for this -> https://bugs.launchpad.net/indicator-sound/+bug/689686 [14:33] Ubuntu bug 689686 in The Sound Menu "memleak with album art resizing" [Undecided,New] [14:33] what do you think ? [14:48] kamstrup: hey, how hard would it be to create python bindings for libconnman? [14:50] ronoc: there's still a leak. [14:50] hyperair, oh yeah ? [14:50] ronoc: i'm not sure where, but it's still there. i'm going to loop a playlist of songs with hi-res album art with massif there and check again later. [14:51] hyperair, okay keep me posted [14:51] hm no wait that wouldn't work [14:51] indicator-sound needs to be opened once per song change [14:51] then mem usage goes up, and doesn't come back down [14:54] didrocks: thanks for assigning that bug to me, I might have missed it otherwise [14:57] jcastro: no worry, with the flow of bugs, I prefered to notice you directly about it :) [14:58] didrocks: also, jason told me floating mode is going away, so I'm wondering if we should unbitesize those [14:58] oh really? [14:59] didn't know that [14:59] in that case, yeah, stratch it [14:59] scratch* [15:00] * hyperair probably needs to run massif on notify-osd too. looks like it's leaking memory as well [15:00] * hyperair hopes unity isn't this leaky as well >_> [15:04] kvalo: if you're using GIR it's mostly some autotools foo and then maybe adding a few annotations where needed (for mem management) [15:06] kamstrup: but how much work is to start using gir? [15:07] ah, there is g-ir-scanner [15:07] so it's not a manual process? [15:08] apparently not, cool [15:20] njpatel: any idea what cando needs in comment #1? https://bugs.launchpad.net/unity/+bug/688407 [15:21] Ubuntu bug 688407 in unity (Ubuntu) "Trashcan needs quick lists" [Low,Triaged] [15:22] jcastro, he can use the code from old unity (it's in lp:unity still, unity-private/places/place-place-trash.vala, or something like that) [15:46] seb128: hey, what was the trick you used this morning to get the panel working? [15:46] seb128: i'm seeing weird blockings on dbus calls here [15:46] like duplicate unity-panel-service processes and 3 or 4 for gwibber [15:46] gwibber-service that is [15:51] good afternoon [15:51] ronoc: okay, seems like a non-issue. my massif output shows the memory usage going up and down (as expected, since it loads super-large artwork and frees it again) [15:52] seb128: I'm letting bug #689692 as I can't reproduce it. But I have a new compiz also that fix some focus issues, maybe related… [15:52] Launchpad bug 689692 in unity (Ubuntu) "the softwares launched from the unity-panel often don't get focus as they should" [Undecided,New] https://launchpad.net/bugs/689692 [15:52] didrocks, ok [15:53] hyperair, okay good [15:53] ronoc: =) [15:55] DBO: hi Jason, i've noticed a weird bug with the launcher where tooltips don't appear on certain entries if you hover over them from from botton to top [15:55] DBO: seen that before? [15:55] dbarth, when was the last time you updated compiz? [15:56] DBO: i'm using the natty version from the last 2 weeks or so [15:56] dbarth, that may not be recent enough [15:56] I fixed a major damage issue in compiz recently [15:56] it fixes that bug [15:56] ah interesting [15:57] didrocks is preparing a new upload i think, so i'll check that with the update [15:57] yes I believe his upload should remedy the problem [16:00] DBO: dbarth: I opened bug #688468 some days ago [16:00] Launchpad bug 688468 in Unity "tooltips don't appear systematically" [Undecided,Triaged] https://launchpad.net/bugs/688468 [16:00] DBO: dbarth: I confirm the new compiz snapshot fix that [16:00] (or at least, I can't trigger it anymore) [16:01] awesome === ssj6akshat|schoo is now known as ssj6akshat [16:43] DBO: njpatel: the second unity update goes out EOD today my time, so if you have any bitesizers you want highlighted tag em and lmk. === ssj6akshat is now known as akshatj === jaytaoko is now known as jaytaoko|brb [17:24] speaking of Bitsize thingies, here's one: https://bugs.launchpad.net/synaptic/+bug/688811 [17:24] Ubuntu bug 688811 in synaptic "progress window duplicates title" [Low,Confirmed] [17:24] i'm a little ashamed, but i need some help on where to start.. [17:25] :P [17:46] Hello. I upgraded to 10.10 and got Unity installed. Now nothing works. How do I re-enable main menu (Alt-F1)? How do I start Synaptic? How do I launch console? How do I launch other applications (Alt-F2)? [17:46] And how do I remove the side bar? [17:47] And how do I change the applets on the top bar? [17:48] Kuische: you can''t change the applets on the top bar, you can't remove the side bar, there is no main menu. [17:48] there is no replacement for alt+f2 and as for the rest of your questions - you can launch terminal by clicking the button in the left top part of the screen [17:49] How do I start any othe applications? The only thing still accessible is Firefox. [17:49] Kuische, Unity doesn't ship with an Alt-F2 "run application" dialog afaik [17:49] not the 10.10 version anyway [17:49] Kuische: the ubuntu button should open an overlay where you can launch applications.. [17:50] Clicking Ubuntu logo shows 6 huge icons. None work [17:50] Kuische, you could try a ALT+CTRL+T to open the terminal [17:51] Kuische, if everything fails, try resetting the desktop session by doing CTRL+ALT+1, then login with your username and password, then do a "killall gnome-session" [17:52] CTRL+ALT+7 or CTRL+ALT+8 should return you to the greeter screen [17:52] By the way, if you've managed to make GUI useless, what do I need to install to get non-English fonts in the console? [17:53] Ctrl-Alt-number do not work, do you mean Ctrl-AltFn? [17:53] Ctrl-Alt-number do not work, do you mean Ctrl-Alt-Fn? [17:53] sorry, omg, yes [17:54] So, do you no, how to change fonts in the Ctrl-Alt-F1 console? Other than running everything with LC_ALL="C". [17:55] sry, i pass on that one [17:55] jcastro: hey dude [17:55] jcastro: so, with the nux issue we got last time, I was thinking about changing strategy for next release [17:55] ok [17:55] jcastro: basically, asking people after next nux release to run /usr/lib/nux/unity_support_test [17:56] and report their configuration if there are still some issues for them [17:56] ok, what does that actually do? (mine was segfaulting) [17:56] Any way to remove Unity side bar? [17:56] (and if they still can run unity) [17:56] jcastro: that should be the entry point before deciding to launch unity or not [17:56] didrocks: ok but you need a bunch of people to run it first? [17:57] to determine a baseline or ... ? [17:57] jcastro: well, last time, it was working for me on nvidia, but it wasn't on intel and ati or a second user on nvidia [17:58] jcastro: no need for big testing, but still if people are aware about the command and we can make some advertisement to report bugs if it doesn't work for them, that will be good before using it as the detection module [17:58] yep. [17:58] we should add it to the project page [17:58] "If unity doesn't work, run /usr/lib..." [17:58] jcastro: neat idea. in any case, it won't be before next release (Thursday I guess) [17:59] nod [17:59] the segfault has been fixed by jaytaoko btw [17:59] nice [17:59] just before you have a cheap card with no vsync :p [17:59] this morning my unity session doesn't work, but I don't think that's your fault [18:00] yeah, the indicator issue? [18:00] jcastro: you mean, you have a blank top panel? [18:00] ronoc: hi. time for yet another review? https://code.launchpad.net/~kvalo/indicator-network/settings-backend-begin/+merge/43548 [18:00] I am not sure, it was working this weekend, I was just going to sit it out in fallback today [18:00] yeah the indicators are also broken, but my unity log in just logs into a blank wallpaper [18:00] oh? weird [18:01] didrocks: but I don't have time to investigate now so I was just going to work today in classic mode and then investigate later [18:01] empty panel because of indicators is known, but yeah, keep me in touch [18:01] yeah I figured that out when I saw I wasn't the only one [18:01] I'll use it as an opportunity to move off of dailies this evening. heh. [18:02] jcastro: oh, you are in the dailies? [18:02] jcastro: ok, there is a bamf breakage, you should have latest unity and latest bamf [18:02] yeah that's why I wasn't bothering you. :D [18:02] of course, it's not dealt packaging-wise as it's the dailies:) [18:03] I'll move to natty proper later, now that I have intellihide I'm not so anxious to bleed [18:03] hehe :) [18:13] can one of yous guys ping me? Doing some triaging. need to test something that requires urgency [18:14] lamalex: ping [18:15] thanks didrocks [18:15] yw :) [18:15] didrocks, it's your bug actually :P https://bugs.launchpad.net/unity/+bug/688471 [18:15] Ubuntu bug 688471 in unity (Ubuntu) "intellihide launcher doesn't disappear once clicking in an emergency app" [Undecided,New] [18:15] I'm not experiencing it [18:15] launcher hides normally for me [18:16] lamalex: let me try to reproduce [18:17] lamalex: can you ping me, please? [18:17] didrocks, ping [18:18] hi, how i can configure the unity interface? it is too slow and i can't edit menu entries :( [18:18] lamalex: weird, I don't get it anymore [18:21] lamalex: hi. would you mind doing some review? https://code.launchpad.net/~kvalo/indicator-network/settings-backend-begin/+merge/43548 [18:21] kvalo, sure thing [18:22] lamalex: excellent, thanks. I have to go now, but I will be back in 30 mins or so [18:23] sure thing [18:25] DBO, how do I run the panel? [18:25] ? [18:25] my panel is empty and I can't get it to populate [18:26] do you usually have to do anything to get your panel to have things in it? === bregma_ is now known as bregma [18:46] :\ I can't get anything to show up in my panel === ChrisWoollard1 is now known as ChrisWoollard [21:05] tareth: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/686182 [21:05] Ubuntu bug 686182 in unity (Ubuntu) "Unity launchers run multiple copies of program if clicked multiple times before the program loads" [Low,Triaged] [21:05] this was the bug fix that got merged afaict [21:05] do you happen to know why it's still open? [21:07] I have no idea [21:14] lamalex: thanks for the review. I pushed updates now. [21:14] kvalo, good stuff [21:18] lamalex: if you can take a look at the updates today and hopefully I can merge them to trunk tomorrow morning :) [21:18] but now I need to get sleep [21:18] kvalo, if you fixed those things and make checks passes, merge it [21:36] Will calling activate on a compiz window bring it to front of all windows? [21:40] DBO you on? [21:40] yes [21:41] rbnswartz, it performs the logical activate and raise function yes [21:41] I think I have that bug fixed. But I have a few questions [21:42] sure [21:42] can I call bamf_view_is_urgent on a child window not just on the app itself? [21:43] rbnswartz, you can yes [21:44] but there are other ways to check for urgency [21:46] assuming window is a CompWindow * [21:46] if (window->state () & CompWindowStateDemandsAttentionMask) [21:46] tells you if a window needs attention [21:46] I have a fix now that I think will work by using an existing loop to find out which window is urgent and then after the loop uses m_screen->findWindow to get the window and window->activate to bring it to the front [21:46] would you like me to email you the code? [21:47] push it to a branch in launchpad [21:47] I will review it [21:47] how do I do that? [21:47] whats your launchpad id? [21:47] rbn-swartz [21:47] bzr push lp:~rbn-swartz/unity/unity.fix-urgent-focus [21:48] well first [21:48] bzr commit [21:48] so you save your changes [21:48] then do the push [21:50] I'm a complete newbie here I don't know how to do that? [21:51] rbnswartz, you can email me the patch :) [21:51] jason.smith@canonical.com [21:52] I think I got it I found the register branch is that how I do it? [21:53] you can do it from the command line if you have your launchpad account hooked with bzr [21:53] but yes, you can also register a branch [21:54] bzr is a program I need to install right? [21:54] how did you get the code if you dont have bzr already installed? [21:55] downloaded the source from launchpad [21:55] oh wow [21:56] I did not even know you could do that... [21:56] in that case you're going to have to send a patch [21:59] the patch is on its way [22:01] awesome [22:01] you are a scholar and a gentleman [22:01] may a thousand chocolate chips find their way unto your mouth by days end [22:01] next bug to work on? [22:02] oh boy [22:02] uhm... [22:02] I'm very industrious [22:02] indeed [22:03] lemme look over this patch really quick [22:04] everything is in the onclick event [22:04] I made no other modifications besides a variable [22:04] everything is contianed in the function [22:05] yep, source has changed a bit while you were working on it so the merge is a bit more difficult :) [22:06] well send me the current source and I'll fix that. [22:07] I have to go now thanks for your help [22:08] cheers :) === smorar is now known as smorar_ [22:57] DBO, the dnd animation is really nice [22:57] thanks buddy [22:58] DBO, is it intended that if you drag off the launcher, and move vertically, then release it moves the icon? [23:06] lamalex, for now [23:07] I am still implementing in full