=== oubiwann_ is now known as oubiwann === smorar is now known as smorar_ [05:33] smspillaz: What is GLTexture->priv->mipmapSupport meant to be used for? In particular, why does the texture code generate mipmaps regardless of that value? [07:06] morning [07:17] ok I am going to assume that Amber1 has booted into the live cd [07:17] I am off to bed [07:41] RAOF: I suppose it's used to check if there is mipmapping support? although if that is false and we are generating mipmaps then it is a bug in compiz [07:41] good morning [07:42] didrocks: good morning [07:42] hey kvalo [07:43] smspillaz: Ok, then the follow up to bug #682327 involves a bug in compiz; the TfpTexture has mipmapSupport = false and SIGSEGVs while generating a mipmap. [07:43] Launchpad bug 682327 in mesa (Ubuntu) "Compiz crashes when hitting Alt-Tab - Mesa 7.9 implementation error: bad format in _mesa_format_to_type_and_comps" [Undecided,Incomplete] https://launchpad.net/bugs/682327 [07:44] (That particular bug is fixed-ish in mesa git - now, rather than assert(), it SIGSEGVs :)) [08:18] hey folks [08:24] guten morgen MacSlow [08:24] hey RAOF [08:25] didrocks: I just merged https://code.launchpad.net/~unity-team/unity/mmaped-icons/+merge/37634 and there is definite SRU potential there [08:26] kamstrup: SRU? for maverick? [08:30] kamstrup: if you talk about a potential issue is natty, does it put https://code.launchpad.net/~mterry/unity/683735/+merge/42406 obselete? [08:30] oupsss, not that one [08:30] one sec [08:30] https://code.launchpad.net/~robert-ancell/unity/lp682345/+merge/42432 [08:30] kamstrup: ^^ [08:31] didrocks: It's for M. I think Unity trunk isn't using the old pixbuf cache [08:31] kamstrup: oh ok :) [08:32] didrocks: it works well here, and njpatel confirmed it as well [08:33] kamstrup: yeah, but we are in freeze right now dude [08:33] kamstrup: and tomorrow there will be a release [08:34] didrocks: oh, it was not because I wanted to rush it in. It was just to put it on your radar if updates for M where darwing near [08:34] kamstrup: heh, ok, nice! I'll keep an eye on it :) [08:54] Is the workspace button in the swicther supposed to do something? Or is it just a place holder? [08:55] s/switcher/launcher/ [08:59] Morning [09:02] hey njpatel, kamstrup [09:03] hey MacSlow [09:03] MacSlow, how's it going with th event-dispatcher bits? [09:04] njpatel, at least it's compiling... but not ready for merge yet. [09:04] coolio [09:05] MacSlow, are you expecting to merge today/tomorrow, or later? [09:05] njpatel, I try today of course (btw... it's running and showing something too) [09:06] MacSlow, nice! [09:06] njpatel, but since I need to go to the doc after lunch (and don't know how long that'll take) it's 50:50 [09:06] njpatel, dBusmenu critical-warning bugging me atm [09:21] smspillaz, duuuuuude [09:24] njpatel: uuuuude ? [09:24] njpatel: what's up? [09:24] (and don't say the sky since I will punch this wall next to me) [09:24] smspillaz, I could say something else but maybe not for this channel [09:24] smspillaz, aaaaaanyway [09:25] smspillaz, Compiz knows where the mouse is? Yes or No? [09:25] njpatel: yes and no [09:25] smspillaz, touché [09:25] njpatel: it only tracks MotionNotify where we have a grab otherwise pointerX and pointerY are updated on button, enter and leave events [09:26] njpatel: but for plugins which don't want to grab the screen we have a mouse polling plugin [09:26] oh, so you need to just do polling too [09:26] (basically tracking the mouse position == lots of useless wakeups, no need for that) [09:26] (which makes sense, but I was led to believe they was magic here) [09:26] you guys know about the glib::source issue, right? [09:26] dbarth__: which ones is this? [09:26] *one [09:26] didrocks, what happened about the GLib::Source issue? [09:27] dbarth__, we were discussing it just now [09:27] njpatel: hum? it should be fixed [09:27] * smspillaz would like to know what it is! [09:27] first, everyone ensure that you have: [09:27] 1:0.9.2.1+glibmainloop2-0ubuntu4 [09:27] then, let's rediscuss it :) [09:27] finding the bug [09:28] (you'd be so much cooler if you kompiled from source like me) [09:28] i just filed it, grrr [09:28] smspillaz, i pinged you yesterday about it, boost::function is null [09:28] smspillaz: I'm compiling from source :) [09:28] njpatel: I am pretty sure I fixed that like 2 days ago [09:28] didrocks, riight, there's a new compiz :) [09:28] smspillaz: and I have the distro defaults + patch at least :p [09:28] njpatel: and I also tried launching g-a-p with the glibmm branch - no sigabrt [09:28] smspillaz, right, you were wondering if didrocks had the patch in ubuntu or not (are you a goldfish? :) [09:29] njpatel: it's a distro-patch lovely taken from the git repo :) [09:29] njpatel: I think I was wondering that (it was at 2AM, not guarunteed to remember) [09:29] smspillaz, :) [09:29] njpatel: also I'm sammy the salmon [09:29] heh [09:29] njpatel: http://www.youtube.com/watch?v=IVu2cX0jEYk [09:30] smspillaz, so, mouse position. Any way we can add something to Xorg to get it without it taking weeks and it being somewhat stable? [09:30] njpatel: you can do it already by registering for MotionNotify on every single window [09:30] njpatel: prepare to murder your battery life though [09:30] smspillaz, i really don't want to do that [09:31] njpatel: well you want to track the mouse position right ? [09:31] the only way to do that is to get tons of updates about the position [09:31] smspillaz, I'm saying, could we write a module for X that let's you register a area that your interested in, and only pings you when the mouse moves into that area? [09:31] crap, LP ate my bug report or what?! [09:31] njpatel: X already has that [09:31] njpatel: XSelectInput (dpy, w, EnterMask | LeaveMask); [09:32] njpatel: see xev [09:32] smspillaz, I'm saying "area on screen", not "a window" [09:32] https://bugs.edge.launchpad.net/ubuntu/+source/compiz/+bug/684038 [09:32] smspillaz, so we can do proximity without screwing applications [09:32] Ubuntu bug 684038 in compiz (Ubuntu) "compiz crashed with signal 5 in Glib::exception_handlers_invoke()" [Undecided,Invalid] [09:32] ah, of course it says it's invalid, since it cannot retrace it [09:33] njpatel: you could do it like we do it in the wall plugin [09:33] smspillaz, how is that? [09:33] and yet, i had all debug packages installed, and that was from a package install, not from source... [09:33] dbarth__: you don't have the latest compiz === dbarth__ is now known as dbarth [09:33] dbarth: the one which should fix that [09:33] njpatel: compiz uses little windows on the edge of the screen -> when we enter them you get an event and then we can unmap them straight away once the user has entered [09:33] ah, it's really fixing that one? [09:34] njpatel: and from there poll the mouse to determine if we have left [09:34] njpatel: it's a bit of a work-a-round, but it is far better than writing a whole new X extension to handle this [09:34] smspillaz, urgh [09:34] njpatel: it's a bit workaroundish but I don't think writing new X extensions is really a good way to go [09:35] dbarth: I guess so, please upgrade and keep us in touch [09:35] smspillaz, but that is clever I guess, unless the mouse is left in that area and your continuously polling [09:35] smspillaz, I'd like to figure out a clean way of doing it so it's just solved once and for all...I feel like we're going to have this problem a lot [09:35] njpatel: if it is proximity and your window is larger than something by 1px then you can be a little smarter about it [09:35] didrocks: but seriously, there is something wrong here: i had the dbg packages, and still apport couldn't retrace it [09:36] njpatel: like, you can shape the window so that it is only the "edges" of the proximity window [09:36] dbarth: apport is retracing it in a chroot on launchpad [09:36] njpatel: and then while inside that proximity window poll [09:36] dbarth: not related to you having the dbgsym or not [09:36] didrocks: plus, as i'll be using the dailies (as most contributors who want to help will) and so apport is also going to complain about my version of the packages or waht? [09:36] smspillaz, could you take a deeper look tomorrow to see what the cost would be for an extension, and even if it's possible? [09:36] dbarth: and it can't retrace because he has a newer version than you [09:37] dbarth: yes [09:37] dbarth: I really think that most contributors won't use the daily [09:37] smspillaz, yeah, that's what I was thinking, but there's always a chance that the user left their mouse there while typing or something [09:37] so explaining to me again why we should use it? [09:37] njpatel: I'll have a look into it when I get time (still gotta finish your decoration stuff and fix a truckload of bugs and also do jason's stacking stuff) [09:37] njpatel: also writing X extensions is hard [09:37] dbarth: [09:37] smspillaz, and for that time, we're just polling continuously [09:37] 1. you merge once a week, before the release, most of the time [09:37] njpatel: there is a very small chance of that happening [09:37] 2. we see that a lot of ubuntu contributors give patch against current release version (like maverick) [09:37] njpatel: you'd basically have to be in a 1px by 1px area [09:38] didrocks: we can bring that offline; i'm complaining, but i really want to see what we need to change to make that useful; at the moment, it's not [09:38] njpatel: actually I know a way to remove the polling alltogether too [09:38] * dbarth restarts with the newest unity/compiz [09:38] njpatel: I'll need to draw a diagram and scan it and send it to you [09:38] dbarth: well, it is if we don't have to upload each new commit (that's why apport isn't set by default right now, things are moving too fast) [09:38] smspillaz, sounds like a plan, thanks [09:39] smspillaz, okay, I'll leave you alone now :) [09:39] njpatel: hey dude, so you have some magic tricks for the proximity effect? [09:40] dbarth, maybe, need to try out a couple of things and also see what's in smspillaz's head [09:40] dbarth, for now, though, just normal roll-over [09:40] * njpatel doesn't need phoronix showing Unity with zero battery life [09:40] njpatel: just so I can get this right - what exactly are you checking proximity to? [09:40] doesn't mousepool have a bad effect on battery life? [09:41] didrocks, yes, no way we're using that [09:41] ok, same concern about polling continuously then :) [09:41] njpatel: we already have it activated [09:41] njpatel: ;) [09:41] by another plugin IIRC [09:42] didrocks, urg [09:42] njpatel: ezoom [09:42] didrocks, oh, but that's only when it's active (the plugin) [09:42] i think that's fine, it's the only way it's ever going to work [09:42] * njpatel ->tea [09:42] you mean when the zoom effect is active? [09:42] (I hope so :)) [09:42] I just hope it doesn't send signals everytime which are lost [09:42] smspillaz: can you confirm? ^^ [09:43] didrocks: yes, but only when ezoom asks for it [09:44] didrocks: when you are not zoomed, no polling occurrs [09:44] smspillaz: ok, sounds good then :) [09:44] smspillaz: I have some weird artifacts something when moving the mouse btw (or switching ws) [09:45] hard to describe, like if you had a magnet [09:45] and the electrons would move, making the image to distort [09:45] (less than 500 ms I would say) [09:45] I think it's related to nvidia driver [09:45] is this with ezoom actually zoomed in? [09:46] software cursor is notoriously broken on nvidia [09:46] no, ezoom not used [09:46] I didn't get that with 0.8, but it can the driver as well… [09:46] it's something like twice a day [09:47] I don't want to have gtkrecordmydesktop recording for a all day :) [09:48] whole* [10:09] dbarth: can you add the reproduceable steps to bug #683273? [10:09] Launchpad bug 683273 in compiz (Ubuntu) "launching an application set it to the wrong place" [Low,Confirmed] https://launchpad.net/bugs/683273 [10:10] dbarth: that will help smspillaz, I still got it once, but closing the wrong app and launching it again doesn't have the same behavior :/ [10:38] can't wait to try out the new Dee. It's going to be *so* much more efficient in all kinds of ways [10:47] good stuff [11:40] dbarth: did yo usaw my comment about getting reproduceable setps for bug #683273? [11:40] Launchpad bug 683273 in compiz (Ubuntu) "launching an application set it to the wrong place" [Low,Confirmed] https://launchpad.net/bugs/683273 [12:25] kamstrup: about making review through email. does lp require gpg signed mail for the commands or is it just really slow today? [12:27] ah, now found the error reply. yeah, it needs the gpg signature :/ [12:28] dbarth: did you saw my comment about getting reproduceable setps for bug #683273? (2) was disconnected, not sure you answered ;) [12:28] Launchpad bug 683273 in compiz (Ubuntu) "launching an application set it to the wrong place" [Low,Confirmed] https://launchpad.net/bugs/683273 [12:37] smspillaz, awake [12:37] ? [12:37] njpatel: yes [12:37] smspillaz, still hasn't been merged lp:~canonical-dx-team/unity/unity.remove-io-from-pl what are we doing with it? [12:39] njpatel: I think that merge is for me, no? [12:40] daaaamit [12:40] smspillaz, ignore me [12:40] no, hold up [12:40] njpatel: io-from-pl is me [12:40] and I bzr merged i [12:40] *it [12:40] and it said it was already merged [12:40] right [12:40] thanks [12:40] * njpatel stops for a second and gathers his thoughts [12:40] njpatel: check unity.cpp it should have a ::getWindowPaintList function [12:41] it doesn't [12:41] smspillaz, I just bzr branch lp:unity; cd unity; bzr merge lp:~canonical-dx-team/unity/unity.remove-io-from-pl and it shows that it requires a merge [12:41] kamstrup, stop confusing me! [12:42] njpatel: do you want napalm with your muffins sir? [12:42] njpatel: could you merge it then? merging is a pain for me since I have to do it in dbarth's netbook due to my broken install [12:42] kamstrup, heh, that's just like you ;) [12:42] smspillaz, sure [12:43] njpatel: thanks [12:43] done [12:44] kamstrup, got a minute ? [12:44] ronoc, I approved your ayatana-dev message but it doesn't seem to have come through :( [12:45] hmm [12:45] njpatel, I subscribed to the list before sending it, weird ? [12:45] yeah [12:46] maybe it takes a bit of time [12:46] this is launchpad [12:46] njpatel, :) === njpatel is now known as njpatel_ [12:48] njpatel, for now I'm going to get this working by being blatant, watch for each client that I know works, just for the short term to get this port going [13:01] njpatel_, match rules are in the pipline for vala so this should only be a temporary solution === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann [13:16] ronoc: sorry, I am already overflowing my brain capacity with this DeeModel porting [13:16] ronoc: so unless it's urgent i'd rather wait [13:18] kamstrup, nws === kklimonda1 is now known as kklimonda === njpatel_ is now known as njpatel [14:10] ronoc, sounds good, but just make a bug and milestone for A2 if nothing else, so we don't forget [14:18] jaytaoko: hi, in a LP bug report it was suggested that calling abort() would work without need for asm level hw breakpoint code. Regardless of the solution you pick if it fixes the build I am ok :) [14:19] janimo: so abort() should do ? [14:20] that is what sladen said [14:20] but I have only checked the build and never got to running nux let alone debug it :) [14:30] njpatel, will do [14:41] so njpatel [14:41] tell me about quicklists [14:41] jcastro, so you did get my ping! [14:42] wait, what ping? [14:42] all I heard is that you were selling me out -- continue. [14:42] like last week [14:42] twice [14:43] jcastro, In any case, we're thinking hard about detaching quicklists from the appindicators [14:43] njpatel: I am up to speed on places now, I chatted with john for a bit [14:43] jcastro, and building a proper API into libunity for apps to control the launcher icon + quicklists [14:43] jcastro, as am I, now ;) [14:44] ok so what does this buy me as an app developer that I don't get with libappindicator? [14:44] re [14:45] jcastro, lets you set up your ApplicationIcon in the launcher to do things like message count/progress [14:45] jcastro, let's us give an API that reflects the features of the quicklists instead of allowing the clients do things at one end (submenus, custom items) and then not fulfulling at the other end (unity) [14:46] jcastro, and it means that we start to build a library that you can link to for most tasks in Unity (places, application-icon, message menu (future), soundmenu (future)) etc etc [14:46] ok, so I get more bling for my app [14:46] so I can do more things [14:47] yes, and the API is contract that we can actually fulfill, rather than letting you down when you create a complex gtk-menu and we can't show it [14:47] Is it possible to do this and keep the appindicator bits though? Say I'm an app author, and I've already ported, but I don't need/want the bling [14:47] jcastro, the appindicator bits rarely work well, for instance the tomboy one has two quit items [14:47] like, you're not going to break existing appindicator quicklists things? [14:47] jcastro, there is only two, one in gwibber and one in tomboy [14:48] njpatel: right, but what happens when we blacklist the top panel to only show system ones? [14:48] jcastro, we're hoping we can just make those two use libunity instead of appindicator if it's available [14:48] where are the other apps going to go? [14:48] jcastro, appindicator is still there [14:49] ok, so let's say I write Transmission [14:49] what changes do I need to make [14:49] jcastro, nothing right now, I've barely had time to think this through :) [14:50] jcastro, there are so many things to work out still, like fallbacks etc [14:50] I'll send a mail to ayatana-dev when I have a good idea whether this is feasible or not [15:15] world cup announcement coming up [15:15] njpatel, ^ [15:17] ronoc, I'll bet you 10:1 that they're going to disallow touching the ball with your hands. [15:19] tedg, what, for goal keepers ? [15:19] ronoc, No, I was just being silly. I have no clue what they'd even be announcing. [15:19] Location? [15:19] tedg, yup for 2018 and 2022 [15:19] england are looking likely for 2018 [15:19] Why two at the same time? [15:20] tedg, don't know, this is the way they usually do it, so they double up the bribes :) [15:20] *can [15:20] ok, with the connect/disconnect spam, sorry if I asked a question twice :) [15:20] * tedg needs to get in on that board of directors [15:20] smspillaz: is there a known issue about alt + tab which can be veryyyyyyyyy slow on some system? (I get that when a ws has… let's say, more than 5 windows) [15:21] smspillaz: not sure what you need for debugging [15:21] njpatel: will you release today or tomorrow, btw? [15:23] tedg, apparently platini is very swayable given the right whiskey [15:24] didrocks: intel? [15:24] smspillaz: no, nvidia [15:24] weird [15:24] didrocks: does the cpu usage of compiz skyrocket? [15:24] let me see [15:24] ronoc, All I know is that when going to the bar, not wise to take klattimer, or at least don't follow his lead :) [15:25] smspillaz: in general, X CPU is high [15:25] oi tedg! [15:25] :P [15:26] tedg, advise noted, although I have been known to enjoy my poison ... [15:26] apparently england went out in the first round [15:26] shame, its been a while [15:26] '66 [15:27] didrocks: the nvidia driver is doing something stupid then [15:28] X CPU skyrocketing is a definite way to tell [15:28] smspillaz: I can believe you, I'll nag RAOF about that, because end user doesn't care who is doing wrong :) [15:28] didrocks, later today probably [15:28] ronoc, was on a call, what happened? [15:28] and 2 seconds here for an alt+tab is just horrible to live with [15:29] njpatel, just been announced right now [15:29] njpatel, http://www.fifa.com/worldcup/bidders/live/index.html [15:31] smspillaz: well, alt+tab if I don't show the staticswitcher is fine, it's only when I use it [15:34] ronoc, sweet, thanks [15:35] lets see, probably not australia [15:37] russia! [15:37] bastards [15:38] njpatel: the iron curtain rises again ;-) [15:38] russians my god [15:39] well they know how to pay bribes up there [15:40] It is russia! [15:40] ronoc: LOL [15:40] ronoc: this is exactly what I was thinking [15:40] ronoc: soon there will be something about this on http://uncomfortablemomentswithputin.tumblr.com/ [15:40] i think they won fairly! [15:41] jaytaoko: probably [15:41] ronoc, and they aren't English. [15:41] smspillaz, funny considering all the current wikileaks Russian stuff and the bribery allegations within Fifa [15:41] ronoc: ahahaha [15:41] njpatel, well there is that aswell [15:41] ronoc: have you read some of the diplomatic cables? they sound like gossip girl [15:42] "hey I heard that bellersconi had another affair and is too lazy to do anything about it unamed xoxo" [15:43] smspillaz, just some headlines, I know it does sound like a load of gossip but still is great considering the mass the white house is giving it which in turns makes it all the more seemingly credible for the media, [15:43] ronoc: indeed [15:44] njpatel: "We're clever like that."… that can only be one of you comment :) [15:44] didrocks, hells yes [15:44] brb [15:46] ok so compiz/unity doesn't play so well with dual monitors? [15:48] jaytaoko, can you fix your line endings so I can sanely review this/ [15:48] lamalex: sure [15:48] tedg, are we going to need to version indicator-application-service separately for gtk3? [15:48] thank you [15:48] i am assuming so.... [15:48] which kind of sucks... [15:48] kenvandine, dbus is effected by gtk3? [15:49] no [15:49] what are they up to in GNOME? ;) [15:49] kenvandine, No, we shouldn't if we don't need a GTK2/3 version of the libapplication.so [15:49] but it links against the lib [15:49] kenvandine, Which, honestly, I think we will at some point.... [15:49] kenvandine, It doesn't link against libappindicator [15:49] okay, tea [15:50] indicator_application_service_LDADD = \ [15:50] $(INDICATOR_LIBS) \ [15:50] libappindicator.la [15:50] maybe that isn't needed [15:50] that's a relief :) [15:50] i'll drop that [15:50] kenvandine, I don't think so, that's a bug I think. [15:50] we'll find out :) [15:50] thx [15:51] kenvandine, They need to share a couple of files, but I think those can just be linked in as .o files. [15:51] (and probably are) [15:51] ok, cool it doesn't need that [15:51] great [15:52] however... of course GIR scanning breaks on natty, even for gtk2 :/ [15:52] need to tweak it, which i am pretty familiar with now :) [15:52] and for gtk3 it doesn't build... seems some api differences in GtkImage [15:54] kenvandine, Uhg [16:02] johnlea: you around? [16:02] oubiwann; yes, but just about to go into a meeting [16:03] johnlea: okay, this is fairly urgent... but for after your meeting :-) [16:03] johnlea: can you respond to the request here? https://bugs.launchpad.net/utouch/+bug/674958 [16:03] Ubuntu bug 674958 in utouch "evince-gesture: add support for select-and-copy via touch" [Medium,New] [16:04] DBO_: FYI, I'm starting working on support of Type=link .desktop file. What do you prefer, keeping them as a bamf_application and don't add a new type (so reading in unity only) or hacking in bamf? (not telling that bamf will recognize it for now) [16:04] oubiwann; cool, just heard that mark will be 5min late for our meeting so I'll answer it now [16:04] johnlea: awesome, thanks! [16:05] didrocks, what? [16:05] DBO_: look at /etc/skel/examples.desktop for instance === DBO_ is now known as DBO [16:06] DBO: this is a desktop file with Type=link, unity doesn't handle them right now (and crash… but that's another question) [16:06] oh [16:06] DBO: I was wondering if you prefer that bamf get a new type like "system/web/link" [16:06] oubiwann; use case 4.5 is a shortcut to copying and pasting with touch. The long (and more discoverable) method is 4.6 http://use-case-mapper.canonical.com/specifications/0AU5sFuLRpCpBZGZra2pqY2pfMTU3MmhwbXczcWQ1/use_cases/4_6 [16:06] I thought bamf just ignored .desktop files without an exec string [16:06] if it doesn't it should [16:06] DBO: well, unity is crashing, not bamf [16:06] didrocks, how is Unity crashing? [16:07] johnlea: yup, understood [16:07] DBO: there is no icon associated and so on [16:07] oubiwann; my meeting is starting now, I'll have to update the buy afterwards [16:07] DBO: the question there is to add support for them [16:07] * oubiwann nods [16:07] johnlea: thanks [16:07] didrocks, I should ask [16:07] didrocks, how is unity even involved with that .desktop file? [16:07] DBO: njpatel agree with adding support [16:07] I mean as far as I can reason, Unity is goign to flat out ignore .desktop files like that [16:08] DBO: my importer import every desktop file in ~/Desktop [16:08] as a favorite? [16:08] setting the gsetting key to it [16:08] right [16:08] ah yeah that might puke... [16:08] okay [16:08] I would prefer avoid reparsing the desktop file on launch :) [16:08] will make it happen [16:08] DBO, so what I was saying is that at some point, if we can figure out what URI nautilus is showing, we can make use of desktop files like this [16:09] DBO, but that's in the future and so for now, we should ignore them [16:09] otherwise it'll just sit on the launcher doing nothing [16:09] njpatel: DBO: I have some time to work on this, just tell me if you want a new bamf application type like web/system or a new class or nothing :) [16:10] nothing is fine [16:10] no need to change .desktop files for this [16:10] didrocks, are we okay shipping patch to nautilus to export URI information over dbus? [16:11] DBO: you mean, I should reparse it in OpenInstance() ? [16:11] DBO: hum… that will be needed for nautilus, not sure about others apps :) [16:11] nautilus is the bigger use case [16:11] like the link can be an OOo file [16:11] yeah [16:12] nautilus can be a tab provider no different from chromium or firefox [16:12] fuck I should have started with nautilus [16:12] SO much easier [16:12] god I am retarded [16:12] you are [16:12] DBO: oh, that's how you do it for chromium and firefox? you expose the tabs over dbus? [16:12] right [16:12] njpatel: DBO: I really can and want to work on this if you don't mind :) [16:13] sounds cool and no hurry on it [16:13] okay so short term plan... make it not crash [16:13] DBO: yeah, jaytaoko made a patch yesterday, do you want to review it? [16:13] yes [16:13] but the icon is empty, so not the right solution [16:13] one sec [16:14] then nevermind [16:14] the right solution is this [16:14] in BamfMatcher.c (for libbamf) [16:14] yep [16:14] there is a method to get a BamfApplication for a desktop file [16:14] you pass true to create one if one does not exist [16:14] I saw that [16:14] in the creation step [16:14] if the passed .desktop file is not valid for bamf [16:15] (aka the one you showed me) [16:15] return out a null [16:15] then make unity do the null check and move on to the next favorite [16:15] ok, to just ignore it for now [16:15] then as bamf learns how to handle those types of link .desktop files [16:15] we can enable it [16:15] ok, let me have a try [16:15] sure :) [16:16] DBO: btw, can you review https://code.launchpad.net/~didrocks/unity/fix683444/+merge/42493? it's linked to the subject :) [16:16] reviewing [16:16] oh wait, I didn't push the g_error_free [16:16] one sec [16:17] waow, bzr push stucked [16:17] done [16:17] +1 [16:17] thanks :) [16:18] yeah forgot to free the error but everything else looks good [16:18] http://bazaar.launchpad.net/~didrocks/unity/fix683444/revision/653 [16:18] is the additional commit :) [16:18] (I added it to your function as well) [16:21] gratzi [16:24] thanks to you :) [16:34] didrocks, I thought it's time to introduce DBO to Ubuntu Starter Edition https://bugs.launchpad.net/ubuntu/+source/unity/+bug/683623 :) [16:34] Ubuntu bug 683623 in Unity "Starting a launcher only works four times" [Critical,Triaged] [16:34] oh yeah, DBO didn't know that :) [16:34] what? [16:35] DBO: this week release, you planned to add a "donate to DBO to unblock that feature" :) [16:35] haha [16:35] THAT AWESOME [16:35] exactly :) [16:35] okay I know what caused this [16:35] kinda... [16:36] bamf has very complex logic for ref/unref with sticky [16:36] its got a bug it seems [16:36] I just can't believe it when confirming the bug :) [16:36] what? [16:36] that it only works 4 times [16:37] this isn't the first time I have seen this [16:37] first time I noticed it :) [16:37] same here [16:37] yeah [16:37] its due to changes in libbamf for pin/unpin [16:37] im looking at it [16:39] I actually have an even better [16:39] and rarer bug [16:39] seems that if you wait long enough [16:39] DBO, there are some move here https://launchpad.net/unity/+milestone/3.2.4. Basically try and nail as many as possible, so we can get them into this weeks release [16:39] the launchers will randomly switch to launching a different application [16:39] I know what causes this too [16:39] but its just awesome [16:40] oh, that's an easter egg :) [16:40] its about as rare [16:40] I got it to happen one time [16:40] suddenly clicking devhelp summoned gnome do [16:40] DBO, i thought that's part of that bug (added it to the bug information) [16:41] DBO, for me it suddenly launched gnome-screenshot which i previously started via a terminal (don't have it in my launcher) [16:41] htorque, only if you are lucky [16:41] you are getting a name collision over dbus [16:41] its a 1/1000 chance for every newly opened application [16:42] erm [16:42] 1/10000 [16:42] time to win the lottery! \o/ [16:42] exactly [16:42] also its probably lower [16:42] rand () is not perfect === oubiwann is now known as oubiwann_ [16:51] is it possible to merge chunks? [16:53] lamalex: https://code.launchpad.net/~canonical-dx-team/unity/unity.quicklist-introspection/+merge/42494 [16:53] jaytaoko, thanks :) [16:54] lamalex: let me know if it is ok to merge [16:57] jaytaoko, looks good, just add tooltip text/quicklist item text to props [16:57] lamalex: ok doing it now... === oubiwann_ is now known as oubiwann [17:08] lamalex: I made the correction... I will merge with trunk if it is ok with you [17:09] go for it [17:15] tedg: hi.. there was once a discussion here regarding adding a delay before opening the adjacent indicator-menu, similar to the gtk-menu.. was that fixed? [17:15] i cant seem to find the bug.. [17:15] either.. [17:16] dbarth, we have introspection [17:18] woohoo [17:26] lamalex: awesome! thanks for taking care of that [17:28] alt-tabbing furiously here, and the mipmap tip seems to work [17:36] vish, Yeah, we talked about it -- but I think we decided that was a GTK issue. I don't believe that anyone fixed it. [17:36] tedg: do you happen to remember the bug# ? [17:37] or the bug title.. [17:37] vish, No, I can't remember if it was a bug or not. [17:38] tedg: np.. there was a bug , thats why it was discussed.. i just forgot where it got transferred :p [17:42] oubiwann; I've updated the bug, Cody is looking at it now [17:42] btw, thx for the blueprint updates ;-) [17:53] johnlea: thanks! [17:53] johnlea: and you're welcome :-) [17:53] johnlea: I only updated the ones where I actually got info back from folks [17:54] johnlea: there were a few where stuff is pending (e.g. details on work items) [17:54] oubiwann; when you have a moment cast your eyes over the launcher prototype attached to bug #676579 [17:54] Launchpad bug 676579 in Unity "Launcher - Develop launcher touch interactions" [Undecided,Incomplete] https://launchpad.net/bugs/676579 [17:55] Reeevvvviiiiewww https://code.launchpad.net/~unity-team/unity/installation-instructions/+merge/42511 [17:57] njpatel, "Dependancies"? [17:58] njpatel, typo there [17:58] njpatel, do you still need libgconf2-dev? [17:59] seb128, fixed [17:59] seb128, erm, no [17:59] :) [17:59] what the heck does  mean? [17:59] htorque, thank you for the bug report, it is fixed in rev 365 of bamf [17:59] DBO, great, thanks! [18:08] no more starter edition :/ [18:27] DBO, should it work when only updating bamf? i'm now getting a compiz crash when closing an application [18:27] htorque, how are you closing the application? [18:28] "x" button [18:28] htorque, please get a backtrace [18:28] but you should update compiz [18:28] I gotta run out now [18:28] dentis appointment [18:28] htorque, if you get a backtrace for me [18:28] email it to jason.smith@canonical.com [18:28] as well as making a bug [18:29] will try, good luck ;) [18:29] I meant to say update unity [18:29] I put a small crash fix in [18:29] but it should be unrelated [18:29] ok, will do [19:45] tedg, didn't you have a indicator-datetime ready to release? [19:46] kenvandine, Uhm, I never pulled all the tarball together. [19:47] kenvandine, But there's no reason it couldn't be. [19:47] :) [19:47] also... is that bug where it doesn't change the date fixed? [19:47] kenvandine, Can we do that tomorrow when the archive opens? [19:47] sure [19:47] I believe it is fixed. [19:47] good [19:47] Are you still seeing it? [19:47] yes [19:47] :-/ [19:47] mine has been telling me it was the 1st [19:48] i was just schooled by my wife about what day it really is [19:48] :-D [19:48] Oh no! A wife bug! [19:48] :) [19:48] Hmm, it's working for me. [19:48] i shouldn't have insisted it was the first [19:49] that's what i get for trusting software written by tedg :-D [19:49] kenvandine, You're the one that insisted the username thing was broken too.... hmm, I think it's all your fault! [19:49] :-D [19:49] my name was not ted! [19:50] Implying it is now? [19:50] hehe [19:50] maybe this is a different bug [19:50] if i click on a date it gets selected [19:50] let the calendar close [19:50] and open it again [19:50] the date i previously selected is still selected [19:51] so maybe this morning i had accidentally clicked on the 1st [19:53] tedg, so that should reset the selected date to the current one right? [19:53] kenvandine, That was the design in Mavrick. There's a TODO item in the new spec for designing a way to go back to the current date. A "home" button or some such. [19:54] humm [19:54] ok [19:54] kenvandine, Is the date in the desensitized menu item correct? [19:54] yes it is [19:54] but of course you can't see it [19:54] kenvandine, Ah, okay. That's all I have control over ;) [19:54] love that about our theme.... hehe [19:55] I just put the date on the panel... that works as well. [19:57] tedg, these gir changes between maverick and natty are a real pita [19:57] getting a bunch of [19:58] kenvandine, Yeah -- hopefully they'll be worth it to drop all the bindings next release :-/ [19:58] oh wow I didn't even notice that desensitized label in the clock [19:58] lamalex, love that about our theme :-D [19:59] tedg, this is all in the metadata that wasn't even generated in the maverick version [19:59] * kenvandine finds something else to hack on for 30m or so to clear his head [20:00] kenvandine, Yeah, I worry about some of that stuff, as there seems to be no good way to debug if it's right or not as well :-/ [20:00] I think we're going to end up with leaks === dbarth__ is now known as dbarth [20:02] tedg, i just can't see what it is doing to cause that, it seems to be getting everything else right === dbarth is now known as davidbarth === davidbarth is now known as dbarth [20:03] but all instances of AppIndicator as a c:type is not getting the type name [20:03] * dbarth is making the nick dance to try to be noticed by lamalex ;) [20:03] haha [20:03] haha [20:03] the pm never said you were back :P [20:04] kenvandine, Perhaps it's a namespace issue? [20:04] kenvandine, It can't find the types? [20:04] that was my thought [20:04] but i can't see why [20:05] unless it doesn't like that the gir namespace is the same as the object name in c [20:05] but i can't imagine that is uncommon === DanRabbit is now known as DanRabbit|afk [20:08] kenvandine, Yeah, but AppIndicator is funny in the case that it doesn't really have a namespace. [20:09] maybe that is the problem === MacSlow is now known as MacSlow|brb === DanRabbit is now known as DanRabbit|afk [21:09] tedg: when do you plan to go Natty? [21:09] tedg: there are a few scrubbing issues with indicators [21:17] jcastro, Hmm, I don't have a specific plan for switching -- but most of the scrubbing issues would be in Unity. [21:19] jcastro, For the record, installing test drive, none of my Natty installs today worked. :-/ === MacSlow|brb is now known as MacSlow === bregma_ is now known as bregma === smorar_ is now known as smorar === smorar is now known as smorar_ === DanRabbit|afk is now known as DanRabbit [22:48] is this C# example supposed to work? i don't see anything showing in the indicator applet (using MonoDevelop on Ubuntu 10.04): https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#C#%20Example