=== smorar__ is now known as smorar_ === smorar_ is now known as smorar__ === gord|afk is now known as gord [01:05] Newbie question: If a branch is started to fix a bug is started and fixes the bug does that mean the bug is fixed? [01:06] And no other development is needed for it? [01:06] rbnswartz: The bug isn't fixed until that branch is merged to trunk and a release is made. [01:09] Okay I was working on the bite sized bugs (the workspace indicator being useless with only one workspace) and the code looks like what I was going to do for my fix. Should I start on another bug? [01:12] If there's a branch that fixes the bug then I'd move on to another bug; if it that branch doesn't get merged to trunk soon I'd check out why and see if you could prod it along, though. [01:14] Any suggestions for a bug to work on? (I am a competent c++ programmer) [01:15] Anything on the bitesized bugs list should be good. I'm not familiar with the unity or compiz source to be able to point out anything beyond that. [01:15] DBO's a good source of bugs to fix, but he's probably asleep :) [01:15] I dont go to bed at 8:15 :P [01:16] Any suggestions DBO? [01:16] I am however arguing politics on reddit [01:16] mmm [01:16] rbnswartz, define competent [01:17] I would have called myself competent for most of my programming careers... its only now I realize I am far from it [01:17] DBO: Fix indicator-datetime so I can get a world clock, and I'll stop suggesting you sleep at 8:15 :P [01:17] RAOF, stop having such glorious hair and I'll stop calling you Fabio [01:18] Why would I want to lose such glorious hair? :) [01:18] you're giving all the lions in african "mane envy" [01:19] rbnswartz, I am looking through bugs for you [01:19] In that case I'm a newbie. I know c++ and a little gtk [01:19] rbnswartz, what kind of time investment are you looking for? [01:21] Anything that will be relatively easy to fix that doesn't require someone with a large amount of skill. [01:21] rbnswartz, this one is probably a good one: https://bugs.launchpad.net/unity/+bug/683135 [01:21] Ubuntu bug 683135 in unity (Ubuntu) "the launcher autohiding is not blocked by the trash launcher" [Low,Triaged] [01:21] actually I dont know if thats valid anymore [01:21] I just redid all that code... [01:22] mmmm [01:22] I was looking in the bitesize list [01:22] ya? [01:23] I follow jono bacon on twitter and I thought fixing a bite-sized bug would give me an opportunity to help out (a dream come true) [01:23] yeah its just a lot of bugs are not so... bite sized [01:24] we have had a lot of people snatch up the easy ones already [01:24] Im trying to dig out an easy one [01:25] how hard would the launcher autohiding but be to fix you think? [01:26] someone just fixed it [01:26] I was mentoring him [01:26] good for him [01:27] ...frustrating [01:28] OH! [01:28] I know [01:28] click behavior on windows [01:28] it needs more work to be a smart behavior [01:28] it should give preferential treatment to Urgent windows [01:28] so if there is an urgent window, it takes you to it no matter where it is [01:28] rbnswartz, ^^ [01:29] kvalo, one of the geoclue providers uses something ofono provides [01:29] Where would I look in the source for the code that handles this? [01:30] rbnswartz, src/BamfLauncherIcon.cpp [01:32] Okay I haven't looked a that piece of code yet I'll be sure to study it. [01:37] DBO what do you mean by take you to it? Do you mean have it on top of the windows that are currently displayed? [01:37] it should call activate () on the window [01:38] basically if there are *any* urgent windows, we activate them and them only [01:38] basically we ensure that a click clears the urgent status [01:39] like the flashing highlight we have in gnome when a window need immediate attention? [01:39] yes, that is called urgent :) [01:39] got it. [01:40] in unity we represent this (right now) by flashing the icon, and glowing the icon [01:40] however a single icon may manage multiple windows [01:40] so when we focus windows, we have to ensure we give priority to urgent windows [01:42] rbnswartz: welcome to the bitesizer program! [01:43] thanks jcastro it has been a dream of mine to be involved in ubuntu. I saw this as a chance to get involved. [01:43] awesome, you're like the 4th person to show up, we're going to build quite a squad at this rate! [01:44] how about this one? https://bugs.launchpad.net/unity/+bug/685639 [01:44] Ubuntu bug 685639 in Unity "Implement launcher border for floating mode" [Undecided,Confirmed] [01:44] no one seems to be working on that [01:44] What do you think DBO? [01:45] well you and jono keep talking about it on twitter about it so I thought might as well. [01:45] floating mode is going the way of the dinosaurs [01:45] I think i broken it recently even [01:45] hilariously, nobody has reported the bug yet [01:45] heh [01:45] haha [01:46] going to yank it? [01:46] yep, broken [01:46] yeah, it doesn't make much sense really [01:46] with intellihide, floating is much help [01:46] isn't [01:48] i always thought it was kind of useless, but I wasn't about to say much if you guys wanted to put effort into it heh [01:48] DBO: if 683135 is bitesize can you mark it so pls? [01:48] DBO: also, we're kind of running out for this week, got any more you can tag? [01:48] bug #683135 [01:48] Launchpad bug 683135 in unity (Ubuntu) "the launcher autohiding is not blocked by the trash launcher" [Low,Triaged] https://launchpad.net/bugs/683135 [01:48] jcastro, I am not even sure its valid anymore [01:49] I am pretty sure its not [01:49] https://bugs.launchpad.net/unity/+bug/687956 [01:49] Ubuntu bug 687956 in unity (Ubuntu) "should display the launcher tooltips after a delay" [Medium,Triaged] [01:49] aha, what about this one [01:49] jcastro, not bitesize but jamal is working on it [01:50] it might be useful to show him how to snag "Assigned" so it's more obvious to me before I dole them out [01:50] I think I might be able to handle that one. [01:50] maybe [01:51] DBO: and/or mark it In Progress [01:51] all I would have to do is insert a timer of sorts into the mouseover event right? [01:52] * jcastro keeps looking for more [01:52] jcastro, done [01:52] rbnswartz, no I dont want it done that way [01:52] rbnswartz, essentially what we want is a static method in LauncherIcon.cpp [01:53] this method can be used as a global control for tooltips [01:53] then Launcher can turn them on and off as it sees fit [01:53] this way when design changes their mind about how it works, it's not a problem [01:53] DBO: hey what about feature-parity bugs for having webapps in the launcher? how easy are those? [01:53] * jcastro pines for his gmail icon on his launcher [01:54] not bitesize... [01:55] alt-f2 support? [01:55] OH! [01:55] thats not a small one [01:55] but a fun one for sure [01:55] come to think of it [01:55] should Alt+F2 just shortcut the dash? [01:55] maybe? [01:56] hmm, how about quicklists on the trash can? [01:56] jcastro, the problem with papercuts/bitesize bugs is we tend to fix those on our own [01:56] I notice those are missing [01:56] that one is bitesize [01:56] so is quicklist on the workspace switcher [01:56] is there a bug for that? [01:56] ohh, two new ones [01:57] lemme think [01:57] so yeah there is that indeed... [01:57] ok so let's start small [01:57] quick lists for the trash can [01:57] I have to scoot fellas if you find something for me send me an email rbn.swartz@gmail.com [01:57] that'll get rbnswartz up to speed on like the workflow and stuff [01:58] rbnswartz: what's your launchpad id? [01:58] rbn-swartz [01:58] rock on, I'll get back to you once I have it filed and whatnot [01:58] jcastro, implementing launcher scrolling is bite sized [01:59] which bug is that? [01:59] you assume there is a bug [01:59] so cute... [01:59] ok, I'll make you a deal, you file that one and I'll file the trash can one [01:59] done [01:59] first let me check the spec [02:00] I always gotta see if they dropped this shit [02:00] nothing in the spec about it [02:00] I will assume we are good to go [02:00] https://bugs.launchpad.net/ubuntu/+source/unity/+bug/683547 [02:00] is this it? [02:00] Ubuntu bug 683547 in Unity "Bottom launchers hard to expand with filled launcher bar, need edge scrolling" [Medium,Triaged] [02:02] no [02:02] edge scrolling is of course part of it [02:02] but I mean mouse wheel scrolling [02:02] edge scrolling is also bite sized [02:02] ok so I can mark edge scrolling? [02:02] yeah [02:02] er, tag it? [02:02] ok [02:03] its probably going to be a 20 line patch [02:03] awesome [02:03] ok, I can file a new one on "launcher needs to support mouse scrolling" or something like that? [02:03] https://bugs.launchpad.net/unity/+bug/688406 [02:03] Ubuntu bug 688406 in Unity "Launcher does not respond to scroll events" [Undecided,New] [02:04] I am the worlds worst bug reporter by the way [02:09] DBO: thanks for the rely on my mail re windows underneath the dock [02:09] i replied? [02:10] yes [02:10] oh [02:10] with a token "please like me" [02:10] it was an awesome email [02:10] haha [02:10] you should have seen the email I got to write dbarth the other day [02:10] he emails me a list of action items and asks for a progress report on them [02:10] after each bullet point: "Done" [02:11] nothing else in my reply [02:11] amazing [02:11] http://rageguy.com/media/2010/07/fuck-yea.png [02:11] <3 [02:12] <3 [02:22] Hey make it so my windows don't go past my panels [02:22] that's annoying [02:26] While you're at it, make it so evince doesn't start with ~20 pixels on the top of this workspace and the rest on the workspace above :P [02:30] DBO: is that proposal what I've been waiting for? [02:30] woo! [02:32] donno [02:32] its not perfect yet [02:32] but I am working on it still [02:32] its also far from animated... === ssj6akshat is now known as akshat|school [06:24] morning [06:58] RAOF: the evince bug is fixed upstream in compiz [06:59] RAOF: it is just not packaged yet (since the diff is like humungous) [06:59] because I fixed about 30 or so other bugs at the same time [06:59] jcastro: there's a discussion on ayatana-list about letting windows go past panels. I started it :) [07:02] didrocks: mornin [07:03] didrocks: I got the shadows stuff working, maybe we can upload unity-window-decorator soon ^_^ [07:03] good morning smspillaz [07:03] smspillaz: oh nice! [07:03] smspillaz: should it be part of compiz, or unity? [07:05] didrocks: it is currently in my compiz userrepo [07:05] didrocks: we can ship it as part of unity though [07:06] smspillaz: yeah, that will make more sense. So merging that in unity source and such [07:06] although there's no point doing the contributor agreement on it since it is based on other code [07:07] didrocks: It will be fairly easy to merge in with the unity source since the buildsystem is based on when I did the "modular" buildsystem for compiz a month ago [07:08] didrocks: so you can just shove it anywhere you want and then add_subdirectory (decorator) and it will Just Work [tm] [07:08] smspillaz: sure as it's basically create a directory and drop stuff in it :) [07:08] ok :) [07:09] didrocks: also, there are going to be a couple of new plugins for unity like my dialog handler so I will propose a merge to make the buildsystem build multiple plugins [07:09] smspillaz: what's the dialog handler again? [07:10] smspillaz: maybe rather than a patch, we should then create a new source [07:10] didrocks: oh for the decorator we need a new source [07:10] the patch would be huge [07:10] also we need to patch metacity in order for it to work [07:10] smspillaz: hence the fact that is can be in unity itself [07:10] didrocks: yeah [07:10] smspillaz: but the dialog handler? [07:11] I'll try and re-sync it to the master decorator every so often, though I don't imagine I'm going to be doing much work on the master gtk-window-decorator anywaysy [07:11] didrocks: the dialog handler is a little plugin to pin modal dialogs to windows [07:11] so that they move/resize etc in sync [07:11] nice [07:11] also it dims the parent [07:11] oh right! [07:12] smspillaz: maybe a new source with all our plugins [07:12] didrocks: it's been in launchpad for a while now [07:12] didrocks: well I was thinking something more like this -> [07:12] lp:unity so you have unity / [07:12] err [07:12] unity/ [07:12] and then inside that you've got [07:12] vala/ [07:12] dbus/ [07:12] blahblah/ [07:12] foo/ [07:12] plugins/ [07:12] inside plugins you've got [07:12] unityshell/ [07:12] unitydialog/ [07:13] and then I have a cmakelists.txt which automatically adds both and compiles them [07:13] works for me [07:13] didrocks: there was also going to be some work done to split out most of unityshell from the unityshell plugin and turn unityshell into unitybridge [07:13] so we'll have a libunityviews and unitybridge links and compiles against that [07:15] smspillaz: aren't you afraid that we end with too many plugins? [07:15] I mean, compiz is already slow to start one plugin at a time [07:15] and I have a pretty descent machine [07:15] didrocks: we're going to compile them into core and toss the ones we don't need [07:16] so we can zip through the plugin init phase really quick [07:17] smspillaz: if we can prevent depending on profile, user to remove some plugins :) [07:17] yeah, easy [07:17] well by compiled into core, I mean you can still disable them [07:18] we can just specify certain plugins on the command line for the unity session [07:18] (like we already specify "ccp") [07:18] no command line please [07:18] we already discussed that :/ [07:18] should be the profile defining that [07:18] didrocks: how did you make it automatically load the ccp plugin then ? [07:19] smspillaz: it's the distro-patch which add unconditionnally ccp to the command line [07:19] but no other plugin should be set [07:19] hrm ok [07:20] and you're sure there's no way for us to specify to gnome-session for, the unity session to load "compiz --replace ccp move resize decor" [07:20] smspillaz: and what about people launching compiz --replace then? [07:20] smspillaz: you don't want people to provide the full list everytime they are trying to debug it [07:20] didrocks: those plugins are still enabled, but if they try to disable them, they will actually get disabled [07:21] smspillaz: so, they can disable it this way, it looks wrong… and you told me that it can be enabled twice by this way [07:21] didrocks: it removed duplicates [07:21] *removes [07:21] smspillaz: not what you told me one month ago :) (I have the logs if you want ;)) [07:22] didrocks: I only committed the change recently [07:22] like 3 days ago :p [07:22] smspillaz: but in any case, that doesn't make sense, it should be a settings in the profile [07:22] oh ok :) [07:22] commandline for that just seems hackish [07:22] didrocks: it does, but at least it makes debugging easier when compiz doesn't try to fight you when you disable plugins [07:23] smspillaz: and why is a profile settings wrong then? [07:23] if it's implemented the same way [07:24] didrocks: if the user does compiz --replace in the unity session and tries to disable "mandatory plugins" it will not let them [07:24] this is annoying for debugging [07:25] didrocks: btw, I definitely agree with you that this could work well in the profile (eg a mandatory_plugins section) but for now this works fine [07:27] smspillaz: well, it's a settings, so I think he can still fiddle with it if needed, isn't it? [07:27] smspillaz: so I think we should stick to that [07:27] smspillaz: so, basically there is some code to prevent a plugin to be disable again if set in the command line, right? [07:27] on* [07:30] didrocks: yes, basically anything on the command line == always on, even if you try to unload it [07:31] smspillaz: ok, so it should be easy for us (== non compiz hacker) to add the profile settings based on that [07:31] so that you don't have to deal with it [07:31] so you want to do it the profile way then ? [07:32] like, I can do either way, just saying that the cmdline way was already done :) [07:32] smspillaz: yeah, it's really the only way to have consistent experience with fallback mode, people using compiz --replace and such [07:32] smspillaz: but if you don't want to do it, we can catch it, no worry :) [07:32] smspillaz: I would prefer that you get the num workspace/viewport working back for my Monday upload :) [07:33] smspillaz: oh btw, I mesured the amount of gconf writing on switching profile, it's 2x900 keys! [07:34] totally insane :) [07:35] didrocks: oof [07:35] didrocks: yeah, I say that come beta time we start distro patching to nuke useless options [07:36] didrocks: Compiz: We're a bunch of indecisive programmers so we'll just give you a shit-ton of options and let you work it out for youself [07:36] smspillaz: well, not sure for this cycle to be honest. I would prefer we can that in mind for the gsettings backend to at least *point* to the right profile, not copy it :) [07:36] smspillaz: I really really wonder why it was decided to be this way :) [07:37] smspillaz: yeah, and too many options == too many unknown combination == too many bugs [07:37] didrocks: it was to maintain compatibility with the legacy gconf plugin iirc [07:37] didrocks: it is the best unit testing ever ^_^ [07:37] smspillaz: yeah, but why the legacy gconf plugin used to be this way :) [07:37] didrocks: we get users with all kinds of weird configs and you file strange corer case bugs [07:37] yeah, it's a nice gconf stress tests :) [07:38] didrocks: legacy gconf plugin did not support profiles, it only read from /apps/compiz [07:38] smspillaz: right, and that's why I think some sanity in the future can be nice for the compiz project (but hard politically) [07:38] smspillaz: ok, "make sense" (if we can tell it that way) then [07:39] didrocks: we can keep the options, they don't really create too many problems believe it or not [07:39] smspillaz: for instance, for most of the workaround, if they know to not working without the workaround, it should be enabled and not proposed to be disabled [07:39] like the java one [07:39] didrocks: workarounds break some things though [07:39] like the java workaround *could* incorrectly detect windows and make them the wrong window type [07:39] smspillaz: well, I think it's a tradeoff… [07:39] smspillaz: in bamf, there are a lot of workarounds [07:39] it is better to keep it an option [07:40] yeah, but bamf is different [07:40] because window detection can be perfect [07:40] because you've got hardcoded almost everything there [07:40] hum… [07:40] compiz is designed to be flexible. If we didn't have all these options, and enforced some really strict API with not many plugins you'd have something as hard to work with as mutter [07:41] this is why porting unity was relatively easy :) [07:41] I don't think the API should be strict [07:41] because you can just disable this, disable that, enable this [07:41] just that the option should be sparsely choosen to sane default and not offer so much tweaking and possible breakagee :) [07:42] but well, that's another discussion, let's go back to work (for me ;)) [07:42] evolution, here I come :) [07:43] didrocks: yes, I agree we need better defaults [07:44] smspillaz: oh, maybe the rally time can be nice to seat down, you, neil, a designer and me and revisit this? [07:44] smspillaz: like taking 2 hours and tells "we want that for natty" [07:44] didrocks: oh definitely [07:44] smspillaz: I'll add this to the agenda then :) [07:44] didrocks: we can even work out some sane defaults for upstream compiz too :) [07:45] smspillaz: yeah, that's why it's important you to be there and tells "that one should be upstream or not" [07:45] I was going to caution against that, but then i remembered upstream compiz is one of the few projects that likes us. [07:45] the default patch is quite big already [07:45] spikeb: you're talking to the upstream compiz developer [07:45] spikeb: well, smspillaz is upstream :) [07:45] hi! [07:45] he *seems* to be friendly :) [07:45] :p [07:45] * smspillaz hides dossier with secret agenda [07:46] smspillaz: ahah! [07:46] smspillaz, i know :) [07:46] momentary brainfart. i have them often. [07:46] hehe [07:46] :) [07:46] nah, compiz <3 unity [07:46] in fact lots of people <3 unity [07:47] even if I wasn't working for the big ca then I would still <3 unity anyways [07:47] smspillaz: did you notice the new minimize effect on the launcher icon? [07:47] i'm a huge fan of the concept [07:47] and you guys are doing a great job of implementing it. [07:48] spikeb: heh, nice! :) [07:48] didrocks: how recent is it ? I've not actually (......) had a chance to run unity for a while [07:48] spikeb: :) [07:48] smspillaz: well, 2 days ago [07:48] didrocks: ah ok :) I will have a look then [07:48] * spikeb is running unity-mutter at the moment on his netbook. [07:48] can't wait for a3 or beta so i can upgrade. [07:48] beta will be pretty polished [07:48] smspillaz: when you minimize an icon and the launcher is visible, you have a little effect on the launcher icon blinking justttttt a little [07:48] it's early steps right now [07:49] didrocks: oh you mean how it shimmers ? [07:49] spikeb: you can still try on an usb key as a live system [07:49] i check on it once a week with a daily build [07:49] didrocks, i do. weekly. [07:49] spikeb: right, the schimmer effect on minimize [07:49] spikeb: good good :) [07:50] that is how i know enough to be impressed with the work so far ;) [07:50] smspillaz: ^^ [07:51] didrocks: yeah I've seen that [07:52] hopefully you will like the next few tweaks for compiz [07:52] smspillaz: hehe, I hope so! [07:52] smspillaz: just give me back my ws settings and I will be happy already :) [07:52] hrm my package hasn't arrived yet [07:52] didrocks: :p [07:52] smspillaz: yeah, there need to be a binary NEW [07:52] smspillaz: I can't NEW myself my package [07:53] policy :) [07:53] oh, no no [07:53] I meant something else [07:53] like by mail [07:53] smspillaz: oh a real package :) [07:53] I ordered one of those DS programming kits [07:53] it said next day shipping and they called me yesterday to confirm my details ... [07:53] really? it's compatible with DS 3D as well? [07:53] heh. next day shipping always takes 3 days for me. [07:54] spikeb: it is weird though since the sender is in Perth, and that's where I am [07:54] didrocks: no it isn't :( [07:54] that is pretty weird. [07:54] * didrocks wants to be younger again and have free time to hack during the night and week-end… [07:54] didrocks: it basically allows you to write and load software from a microsd card [07:55] smspillaz: oh, but you have some tools like the API doc and such? [07:55] smspillaz: and an emulator [07:55] yeah [07:55] (I should port compiz to it XD) [07:56] (and unity) [07:56] touchscreen ftw! [07:56] smspillaz: sure, to change ws :) [07:56] hehe [07:56] smspillaz: or something like, you can only unblock gnome-screensaver with a high score of… [07:56] haha [07:56] didrocks: I actually wrote a wiimote plugin for compiz once [07:57] yeah, you told me that :) [07:57] should be fun [07:57] http://www.youtube.com/watch?v=5M7ejHp2NM8 [07:58] * spikeb wonders if he should have explained why when he said "that's a bad idea" on the mailing list. [07:58] smspillaz: I'm sure it can be awesome for accessibility, like with ezoom [07:59] spikeb: that's generally better :) [07:59] i did provide a very terse explanation but perhaps i should think it over and provide a better one heh [07:59] didrocks: it is :) [08:00] didrocks: I still like this one http://www.youtube.com/watch?v=F2ATcBIS3Zc&feature=related [08:01] smspillaz: oh right, I remember this one :) [08:01] smspillaz: TBH, 2 years ago, I forgot the IR bar when taking my wii at ski [08:01] you can just use candles [08:02] smspillaz: we ended up using candies with the wiimote [08:02] yeah :p [08:02] candles* [08:02] yeah, was working perfectly :) [08:02] well, sometime, you make some air and the light is moving [08:02] as your cursor [08:02] but it's fun :) [08:02] indeed [08:08] didrocks: would you happen to have some time to take a quick look at this: https://code.launchpad.net/~kvalo/indicator-network/settings-merge/+merge/43183 [08:09] kvalo: sure, will look in few minutes, once dealt with evolution [08:10] didrocks: no rush, just interesting to hear your input [08:10] kvalo: will do :) [08:10] didrocks: merci monsieur :) [08:11] kvalo: mais avec plaisir :) [08:15] meta_frame_style_get_invisible_grab_area_properties <- I think I made this function name too long :p [08:15] ok, time to heat up the room, building evolution :) [08:15] smspillaz: I agree with you ;) [08:16] hehe [08:16] ok, then time to break gnome-session :) [08:16] I love breaking stuff [08:17] and that's my job! :p [08:18] good day all [08:21] hey folks [08:30] hey coz_, Guten Morgen MacSlow [08:30] salut didrocks [08:30] didrocks, hey guys [08:31] nice, now I can compile evolution and open unity bugs at the same time :) [08:31] thanks the now famous kernel patch! [08:40] didrocks: awesome, I got the invisible grab area properties working [08:40] now you can click in the shadow and resize [08:41] all I need to do now is make it so that the border is not longer 1px [08:43] * smspillaz says Guten Morgen / Salut / Bonjour / Bongiorno [09:03] awesome awesome sauch [09:03] *sauce [09:03] all working [09:13] smspillaz: hey :-) [09:13] MacSlow, gord: morning [09:16] kamstrup: hi :) [09:17] hey kamstrup, smspillaz [09:26] mornin [09:27] didrocks: do you have that patch for the decoration plugin around which makes it draw panel shadows underneath other windows ? [09:27] didrocks: I can port it to 0.9 [09:33] smspillaz: did you mean that one: http://paste.ubuntu.com/541802/ ? === dbarth_ is now known as dbarth [10:20] didrocks: yes [10:20] err wait, no [11:53] didrocks: looking into your workspaces issue now [11:55] smspillaz: great, thanks! [11:56] didrocks: is there a gconf key for it? I didn't see one ... [11:56] didrocks: at least it seems to me that the workspace switcher detects how many workspaces there are *currently* but when you try to change the workspaces it just says 4x1, and changing it does not do anything [11:58] smspillaz: right, it detects how many you have currently. If you look at the code, you'll see what gconf keys are involved, one sec [11:58] cheers [12:00] smspillaz: metacity keys are /apps/metacity/general/num_workspaces and /apps/metacity/workspace_names/name_1 [12:00] didrocks: that doesn't make sense [12:00] didrocks: num_workspaces only reflects desktops, not viewports [12:00] smspillaz: and we have a patch to change /apps/compiz-1/general/screen0/options /apps/compiz-1/general/screen0/options/hsize and /apps/compiz-1/general/screen0/options/vsize [12:00] didrocks: oh? [12:01] didrocks: where is that ? [12:01] smspillaz: so we translates ws as viewports [12:01] smspillaz: it's an ubuntu patch [12:01] smspillaz: I didn't upate to compiz-1, but it wasn't working for compiz and previous gconf backend [12:01] didrocks: is it to the worksapce switcher or for compiz ? [12:01] smspillaz: I can update the patch for compiz-1 but I'm sure it's still not picked up [12:01] smspillaz: it's in gnome-panel for the ws switcher [12:02] ok [12:02] smspillaz: so, you can try changing those keys on the fly [12:02] smspillaz: it's not picked up IIRC [12:02] ok [12:03] (just tried and confirmed) [12:03] didrocks: do we have a patch to change num_workspaces in compizconfig-backend-gconf ? [12:04] smspillaz: we don't, it's only one way IIRC [12:04] smspillaz: but it will be nice now that we don't use the ws switcher [12:05] gord: hey, are you there? [12:05] didrocks: /*{"hsize", "core", TRUE, [12:05] METACITY "/general/num_workspaces", OptionInt},*/ [12:05] didrocks, yup, whats up? [12:05] I wonder why that is commented out [12:05] gord: can we just speak about the static quicklist? [12:06] smspillaz: not sure, but it's not related to the immediate bug :) [12:06] didrocks, sure [12:06] gord: so, what's the syntax? is it documented? [12:06] didrocks: could I see this patch to gnome-panel? I'm really not sure how it is supposed to work if we are only changing num_workspaces [12:07] smspillaz: sure, the easiest for you is to apt-get source I guess [12:07] smspillaz: or bzr branch [12:07] smspillaz: one sec [12:07] smspillaz: I'm changing the gconf key first [12:07] ok === MacSlow is now known as MacSlow|lunch [12:10] smspillaz: ok, so bzr branch lp:~ubuntu-desktop/gnome-panel/ubuntu [12:10] smspillaz: oupss, one sec [12:10] the branch diverged [12:11] smspillaz: ok, should be good now [12:11] smspillaz: the patch is debian/patches/16_compiz_workspace_switcher.patch [12:11] thx [12:12] didrocks, not 100% on where the documentated syntax is, its the same as the indicator desktop actions stuff though so you can jump on ted when he gets online to find it ;) /usr/share/applications/evolution.desktop has a good example - http://paste.ubuntu.com/541842/ - of note is that i changed OnlyShowIn from MessagingMenu to Unity [12:12] gord: the group can be whatever? is it shown in unity? [12:13] like, the [Compose Shortcut Group] [12:13] didrocks, well it needs to be [Foo Shortcut Group]. then the groups are added to the X-Ayatana-Desktop-Shortcuts= key so that the code knows which groups to use [12:14] gord: oh right! awesome thanks :) [12:15] smspillaz: my feeling is that compiz 0.9 isn't listening to thoses keys anymore [12:15] smspillaz: I didn't check though [12:16] didrocks: maybe it is looking at the wrong keys? [12:16] didrocks: what happens when you change the # viewports in compiz? are they updated in this little applet ? [12:16] smspillaz: I think, I didn't dive into this, I can if you don't have the time [12:16] didrocks: oh I was just asking :) [12:17] smspillaz: no, it's not [12:17] smspillaz: but I guess if someone made a change in 0.9, you are the man :) [12:17] smspillaz: as 0.8 was using that ;) [12:18] didrocks: hum. I'm puzzled as to why that wouldn't work [12:18] didrocks: the paths are right, the code doesn't look wrong [12:19] didrocks: how do I build the package with those patches ? [12:19] smspillaz: quite simple, do you have bzr-builddeb installed? [12:20] (if not, I think you will have it soon ;)) [12:22] installing now [12:23] smspillaz: then, just bzr bd [12:23] it will download the upstream tarball and build [12:23] the easiest way to ensure build dependencies to be there is apt-get build-dep gnome-panel [12:25] ronoc: hi. again small review: https://code.launchpad.net/~kvalo/indicator-network/connman-mock-settings-support/+merge/43344 [12:25] kvalo, sure [12:26] done [12:27] kvalo, ^ [12:27] ronoc: nice, thanks [12:38] didrocks: hum it says I need your pubkey [12:39] didrocks: where would I get that from [12:42] smspillaz: you can ignore that? [12:42] smspillaz: it's just warning, isn't it? [12:42] no it fails there [12:43] debsign: gpg error occurred! Aborting.... [12:43] debuild: fatal error at line 1256: [12:43] running debsign failed [12:47] smspillaz: right, but all is fine [12:47] smspillaz: you should have your package at ../build-area [13:11] didrocks: ah yes, thanks :) [13:13] yw :) === MacSlow|lunch is now known as MacSlow [13:18] smspillaz: did you install it? do you confirm the issue? :) [13:18] checking now [13:18] smspillaz: you should just launch gnome-panel (or kill if you are in a traditional gnome session, it will be respawn) [13:19] yep did that [13:21] didrocks: in gconf-editor is compiz storing stuff in /apps/compiz-1/general/allscreens/options ? [13:21] ? [13:22] smspillaz: looking [13:24] smspillaz: you remember, that's where the plugin_list is stored [13:24] /apps/compiz-1/general/allscreens/options/active_plugins [13:24] huh [13:24] yeah that's definitely wrong [13:24] smspillaz: it wasn't working with /apps/compiz-1/general/screen0/options/active_plugins [13:24] didrocks: I specifically remember going through and changing all the backends to use screen0 [13:24] so, maybe related to a change breaking that? [13:24] and it looks like I missed some places [13:25] smspillaz: yeah, looks like that [13:25] smspillaz: I remember changing a missing place as well for compiz / compiz-1 [13:31] didrocks: was that upstreamed ? [13:31] smspillaz: yeah, I commited to the gconf backend git branch [13:32] didrocks: with jason's help last night I added 2 more bitesizers [13:32] we had another new person come in last night but most of them are being worked on so I am desperate for new ones [13:32] hmm wtf, I fixed all the paths and it is still detecting the wrong values :/ [13:32] jcastro: yeah, I saw them, it's nice! I added only once though :/ [13:32] jcastro: oh really? excellent [13:33] jcastro: I do what I can, it's difficult for me to create new bugs :p [13:33] (bitesized one are difficult to get now) [13:35] yeah jason and I were brainstorming some more of the simple ones [13:35] I can't believe I don't have enough bugs to give away [13:35] (I can't believe I am whining about it too!) [13:36] :) [13:36] jcastro: there are a lot of compiz bugs, but not bitesize as well [13:36] didrocks: weird it seems like my code is not running :/ [13:36] smspillaz: urgh? you printf it and it's not executed? [13:36] jcastro: yes inevtiabley all compiz bugs end up being really annoying and/or complicated [13:37] didrocks: maybe it is loading applets from a different path [13:37] smspillaz: yeah so I'm definately not going down that path. :) [13:37] * smspillaz sticks a segfault in there to see if it defies the laws of physics [13:39] smspillaz: well, you see the path for the applet… it just changed from compiz to compiz-1 :) [13:39] smspillaz: the code that changed is compiz there, not gnome-panel :p [13:39] didrocks: yeah, although I've updated compizconfig-backend gconf to write the correct paths and it is still not working [13:39] smspillaz: and setting the key manually doesn't work, it seems it wants allscreens and not screen0 [13:40] didrocks: yeah I know :) [13:40] didrocks: it was my bug :p [13:40] I'm just wondering if it is loading the wrong wnck applet [13:40] smspillaz: can we blame you a little bit more? ;-) [13:40] smspillaz: more seriously, I changed: [13:40] /apps/compiz-1/general/allscreens/options/hsize [13:40] from 4 to 6 [13:40] it works [13:40] so, definitively a screen0 / allscreens issue [13:41] didrocks: yeah ok [13:41] (as we, in the applet, set screen0) [13:41] didrocks: well I'll push my gconf backend change upstream in any case [13:41] i can update to allscreens as for the active_plugins [13:41] but as it's not what you expect… [13:44] didrocks: oh, for all the default gconf-keys we should not use allscreens [13:44] didrocks: use screen0 [13:44] smspillaz: ok, but it should work first :) [13:44] (allscreens was removed in 0.9, or at least it was supposed to be when we nuked multi-display support) [13:44] didrocks: yeah, I'll push this thing upstream in a minute, just checking if libcompizconfig will let me do something [13:44] smspillaz: so the active_plugins issue we workarounded this way was bad [13:44] smspillaz: you found the issue? [13:44] didrocks: yeah, just s/allscreens/screen%i [13:45] ;-) [13:45] I missed it somewhere :P [13:45] :p [13:45] all that for this!!! ;) [13:45] it is always the simple things [13:45] so I should update the profiles as well [13:45] right :) [13:45] the profiles probably don't need to be updated [13:45] but the default keys need to be [13:45] the fix is in libcompizconfig or the gconf backend? [13:45] gconf backend [13:45] smspillaz: that's what I meant by the "profile" the defaut keys [13:45] ok :) [13:45] ah right [13:46] phew, at least there is an obvious explanation :) [13:47] ah yes, libcompizconfig will let me do this [13:47] (get the screen number easily)( [13:47] ok, I'm updating gnome-panel with the new path (compiz-1) as it was a leftover :) [13:47] oh nice! [13:47] sure [13:48] smspillaz: it's a one-line in gdk :p [13:53] didrocks: pushed [13:53] night! [13:55] i would like to contribute to Unity [13:55] how do i proceed ? [13:56] smspillaz: have a good night! thanks for the fix :) [14:01] good afternoon [14:27] htorque: hey [14:27] didrocks, hello [14:28] htorque: I don't get something on bug #688537 [14:28] Launchpad bug 688537 in Unity "Launcher icon tooltip not following system font" [Undecided,New] https://launchpad.net/bugs/688537 [14:28] htorque: if it doesn't pick the settings there, how can you change it? :) [14:28] as you obviously changed something for tackling the other bug [14:30] didrocks, i just changed the font size gnome-appearance-properties for "Application font" - that changed the panel and quicklist font (as you can see on the screenshot), but didn't touch the launcher tooltips [14:31] htorque: ok, got it now, thanks :) [14:31] htorque: but the launcher tooltips have a new size however, right? [14:31] htorque: to for the tooltips it only affects the size [14:32] not the used font itself [14:33] tedg, considering today is your last day before vacation... i am scared of the gdbus change... [14:33] didrocks, i don't see a change in font type or font size, but it's affecting something, else there wouldn't be those glitches [14:34] kenvandine, Yeah, I can see that :) [14:34] kenvandine, What do you think about trying to get the pieces together in a throw-away PPA? [14:34] you read my mind :) [14:35] much better than the mess i went through yesterday :) [14:35] htorque: ok :) confirming it [14:35] the most frustrating part of yesterday was the way it broke nm-applet... which kept cycling my network interface [14:36] tedg, how is the dbusmenu review going? [14:36] tedg, and did you already merge that fix into trunk? [14:37] kenvandine, Yup, both GDBus and that fix are in trunk. And on my packaging branch. [14:37] woot [14:37] so review is done? [14:37] kenvandine, Yup [14:38] great [14:38] tedg, going to roll tarballs? [14:39] tedg, how about we just do snapshot tarballs for a ppa? [14:39] 0.3.90+rev [14:39] just to give us room for fixes :) [14:40] kenvandine, Yeah, I was thinking the same. That way we can bump the ABI again if needed :) [14:40] yup [14:41] kenvandine, Why do tarballs though -- as long as there's no binaries they can just be in the diff.gz right? [14:41] true [14:41] bzr bd -S --native [14:41] i think will create the tarball for us [14:42] appindicator/indicator-application have to go along with it right? [14:42] anything else? [14:43] kenvandine, Hopefully libindicate, but that's the one I'm most behind on. [14:43] but will anything break if we do the others first? [14:44] Well... let's bump the SO number of libappindicator so that things dont' auto pick it up. [14:44] Then we don't have to worry about it too much. [14:44] On rebuilds it'll work it's way in, which is probably easier. [14:46] tedg, ok, i am working on dbusmenu now [14:46] let me know when you think libappindicator is ready [14:46] didrocks, actually it does work, but it needs a compiz restart !:-) [14:46] htorque: can you please set it to confirmed + package bug and add a comment? :) [14:47] didrocks, sure will do [14:48] thanks :) [14:53] kenvandine, libappindicator is all good. I need to fix up the series in indicator-application. Doing so now. [14:54] didrocks, heh, spoken too soon: how do i add the package task? i've only done it the other way round so far. [14:54] htorque: it's done :) [14:54] htorque: you see the "also affect distribution" [14:54] htorque: normally, just click on it, source:unity and apply [14:54] didrocks, thanks! [14:55] kenvandine, Wait, nevermind, I already did that! I'm faster than my memory! :) [14:55] htorque: yw :) [14:55] hehe [15:03] kenvandine, I'm betting the dependencies are wrong in the applicaiton/appindicator packages. I didn't change them much. [15:04] kenvandine, I was just focusing on getting *something* to build. [15:08] tedg, dbusmenu needs xsltproc to build right? [15:08] kenvandine, Yup. [15:09] * kenvandine adds it [15:09] kenvandine, It's in main, I checked :) [15:09] yup [15:09] not in the control file :) [15:09] Ah, oops. [15:16] tedg, shouldn't we bump gir1.0-dbusmenu-gtk-0.2 for the soname change too? [15:17] kenvandine, Not for the SO name but for the API change. It should go to 0.4 [15:18] Today #ayatana learns the difference between tedg packaging and packaging that actually works for users :) [15:19] * kenvandine fixes [15:32] hum… seems I was disconnected [15:32] jcastro: you can't say I'm not forcing myself to find bitesize bugs :p (adding 2 more) [15:32] yeah! [15:32] jcastro: especially bug #688592 and bug #688594 which can be solved in few seconds [15:32] Launchpad bug 688592 in unity (Ubuntu) "the unityshell plugin has an "unkown category" in ccsm" [Low,Triaged] https://launchpad.net/bugs/688592 [15:32] didrocks: it's the other guys I worry about. [15:32] Launchpad bug 688594 in unity (Ubuntu) "the unityshell plugin has no icon in ccsm" [Low,Triaged] https://launchpad.net/bugs/688594 [15:33] * jcastro eyeballs njpatel [15:33] jcastro: you can, he's not there today :) [15:38] jcastro: what do you need done [15:38] I need this tagged to the front of the existing topic: [15:39] Bitesize Bugs you can help with: http://goo.gl/i1WA1 and http://goo.gl/tiheb [15:40] might make it too long? === czajkowski changed the topic of #ayatana to: Bitesize Bugs you can help with: http://goo.gl/i1WA1 and http://goo.gl/tiheb | Notify OSD, Messaging Menu, MeMenu, Application Indicators and more... Kindly read the respective wiki for further information : NotifyOSD > https://wiki.ubuntu.com/NotifyOSD ; Messaging menu > https://wiki.ubuntu.com/MessagingMenu ; MeMenu > https://wiki.ubuntu.com/MeMenu ; Application Indicators > https://w [15:40] jcastro: very long topic care to let me know what you want edited and then I'll sort it for you [15:40] Home of Unity and Ayatana || http://unity.ubuntu.com and http://wiki.ubuntu.com/Ayatana || Bitesize Bugs you can help with: http://goo.gl/i1WA1 and http://goo.gl/tiheb || [15:40] how's that? [15:41] and the rest gone ? [15:41] yeah [15:41] the first 2 links have all that info on there anyway [15:41] ok [15:41] hi guys, i'm trying to help with bitesize bug but i can't run unity from source...when i try "compiz --replace ccp" i get a segmentationfault... [15:41] running compiz in gdb makes gdb to crash === czajkowski changed the topic of #ayatana to: Home of Unity and Ayatana || http://unity.ubuntu.com and http://wiki.ubuntu.com/Ayatana || Bitesize Bugs you can help with: http://goo.gl/i1WA1 and http://goo.gl/tiheb || [15:42] jcastro: :) [15:42] deis_, did you try gnome-wm --replace ? [15:42] didrocks, jcastro: maybe bitesize bugs too? bug 688584, bug 688587 [15:42] Launchpad bug 688584 in indicator-datetime (Ubuntu) "Indicator text not immediately following system font update" [Undecided,New] https://launchpad.net/bugs/688584 [15:42] Launchpad bug 688587 in indicator-me (Ubuntu) "Indicator text not immediately following system font update" [Undecided,New] https://launchpad.net/bugs/688587 [15:43] coz_ , same segfault [15:43] mmm [15:43] all packages are up to date.. [15:43] htorque: not sure it's bitesize, I would expect tedg and kenvandine to look at bitesize ones for indicators :) [15:43] didrocks, okay [15:44] htorque: for now I'm concentrating on unity ones, but bitesize is project wide so if ted/ken say it is feel free to tag em [15:44] deis_, mm maybe speak with smspillaz about this .. [15:44] coz_, thanks.. [15:45] didrocks: the last URL in the topic has the current open bitesizes, I dropped tracking the fix committed and fix released so people don't step on each other's toes [15:45] deis_: just for the note, you don't need to specify ccp in ubuntu, we have a distro patch which add it if there is none [15:45] deis_: also, from the new update, you can run unity --advance-debug to run compiz --replace in gdb without any extra effort :) [15:45] jcastro: nice, I see a lot of people doesn't assign to them, so it's hard to track… [15:46] jcastro: maybe we should communicate on that? [15:46] didrocks, with compiz --replace i get same segfault... [15:46] jcastro: like set "in progress" and assign to yourself [15:46] didrocks: I added a step to tell people to assign the bugs to themselves, I will start beating that drum louder [15:46] deis_: logical as the distro patch is in fact doing "compiz --replace ccp". Was just a note that it's useless to specify it in ubuntu [15:46] jcastro: awesome! [15:47] didrocks, :) ok..thanks.. [15:47] deis_: welcome! [15:47] deis_: have you looked at a bug yet? [15:47] jcastro: thanks! 2 days ago it worked fine... [15:48] not really...i would have started today...:)...but i can't do it becasue of the segfault...:) [15:48] jcastro, any suggestion? [15:48] ok, the list of bugs and a link on the workflow is in the topic [15:48] anyone of those would be great, whatever you are comfortable with [15:48] jcastro, yup thanks [15:49] jcastro, any suggestion on the segfault? [15:49] no clue [15:49] jcastro, ;) [15:49] I've only built it from source once and that was a while back [15:49] and I said "cmake? No thanks, you keep that, I'll use packages." :) [15:50] jcastro, lol [15:50] smspillaz, you here? [15:50] deis_: if you want something close to source we have a daily PPA [15:50] ppa:unity/daily [15:50] jcastro, oh good...ty [15:51] deis_: can help you in some minuts [15:51] deis_: first, it's only when you install from source, right? [15:57] kenvandine: do you have the bug handy for that indicator leak that causes nm-applet to explode? [16:03] didrocks, sorry..here i am...well...yesterday i've updated natty and after the update i could not login anymore [16:03] that is fixed now [16:03] deis_: this is not related to your segfault. This is a known issue which is fixed :) [16:03] you'll get libcanberra and friends in an update [16:03] that'll fix that [16:04] so today i've rescued the system in safe mode...now i can login but it has removed unity and ubuntu-desktop [16:04] deis_: did you dist-upgrade and it told that it want to remove unity? [16:05] i get this when i try to reinstall unity: http://pastebin.com/iWzUiGqC [16:05] deis_: how did you upgrade? [16:05] deis_, try sudo apt-get update && sudo apt-get dist-upgrade [16:05] deis_: with update-manger? [16:05] manager* [16:06] didrocks, at grub i've choose recovery mode [16:06] and after dpkg option [16:06] deis_: ok, and it should have shown "removing unity" [16:06] which isn't a good sign :) [16:07] didrocks, yup [16:07] and also ubuntu-desktop [16:07] so, as coz_ told you, sudo apt-get update && sudo apt-get dist-upgrade [16:07] or rather [16:07] sorry [16:07] sudo apt-get update && sudo apt-get install unity [16:07] didrocks, trying... === dbarth__ is now known as dbarth [16:07] unity got published not a lot of time ago [16:07] didrocks,http://pastebin.com/iWzUiGqC [16:08] i get this [16:08] didrocks, i've fucked up my natty installation?:P [16:09] DBO, what new juice landed in the distro on the Unity front yesterday? [16:09] better click behavior [16:09] bug fixes galor [16:09] sweet :) [16:09] dnd just landed 5 minutes ago... [16:09] deis_: what mirror do you have? [16:09] going to install it on my netbook today [16:09] jono: look at the changelog :) [16:10] didrocks, :) [16:10] I write it for people like you :) [16:10] (takes me half an hour each time to go through commits…) [16:10] didrocks, you wrote "See DBO" didn't you? [16:10] DBO: exactly dude! [16:10] we are no longer on speaking terms! [16:10] DBO: 4 minutes a litter, than makes the count :) [16:10] letter* [16:10] lol [16:11] I kid I kid, didrocks is the kind of coworker I want to take home and meet his mum [16:11] didrocks, http://it.archive.ubuntu.com if you mean this...^^ [16:11] * DBO runs away very fast [16:11] DBO: !!! [16:11] deis_: I think it's not uptodate yet [16:12] didrocks, I can't help it, mother jokes are like the funniest jokes in the known universe [16:12] deis_: you can try on http://archive.ubuntu.com for now [16:12] DBO: hehe, no worry ;) [16:12] didrocks, ok...trying.. [16:12] jono: enjoy: http://changelogs.ubuntu.com/changelogs/pool/main/u/unity/unity_3.2.6-0ubuntu1/changelog [16:13] deis_: apt-get update after changing the mirror, of course :) [16:13] thanks didrocks [16:13] didrocks, yep..:) [16:32] didrocks, you rock! :) [16:32] deis_: hehe, it worked? :) [16:32] it works... [16:32] :) [16:33] deis_: yeah, sometimes mirrors are slow to catchup [16:33] and as we got some NEWing between… [16:33] (new packages) [16:33] didrocks, i'll use these for the moment...:) [16:33] :) [16:33] didrocks, thanks again...^^ [16:33] deis_: you're really welcome :) [16:34] deis_: and there are a lot of low hanging fruits in bitesize bugs now! [16:34] so, do not hesitate to jump in :) [16:34] didrocks, i'm jumpiiiiiiiiiiiing! [16:34] ;) [16:37] deis_: pong [16:38] smspillaz, everything ok...didrocks has helped me out...thanks anyway..:) === ssj6akshat is now known as evilakshat [16:39] deis_: no problem [16:39] thanks didrocks [16:41] how will windows behave when maximized in a desktop-optimized Unity? Will the window bar disappear and buttons move to the top panel as in 10.10? [16:42] smspillaz: you should enjoy your week-end! :) [16:44] didrocks: I am doing swap days [16:45] didrocks: since I'll be in and out next week (away in canberra on an unrelated conference) [16:45] * hyperair has a sneaking suspicion that the sound menu is the one causing huge memleaks on my system. [16:45] ronoc: ^ [16:45] smspillaz: ok, see you next year then, I'm on vacation starting next Wednesday [16:46] hyperair, oh yeah, I haven't heard of any one else with this problem [16:46] hyperair, what version have you installed [16:46] ronoc: the maverick default one? [16:46] ronoc: Installed: 0.5.0.1-0ubuntu1 [16:46] hyperair, yeah this should be solid [16:46] didrocks: cool :) Have a nice $FESTIVE_HOLIDAY [16:47] ronoc: i'm not really sure what's causing the leak, just that i have to kill indicator-applet every few hours. [16:47] ronoc: just now it was 200M of my memory. [16:47] hyperair, wow [16:47] didrocks: I might be around next week, I am going to buy a 4g stick tomorrow [16:47] hyperair, you could install the indicator-sound and see [16:47] so I'll be in and out [16:47] ronoc: er? [16:47] smspillaz: hehe, it's more $BUYIN_AND_MOVING_TO_MY_FLAT_HOLIDAY :) [16:47] i have not had any such problems [16:47] ronoc: i'm running indicator-sound =\ [16:47] BUYING* [16:48] didrocks: hehehe [16:48] ronoc: i'm thinking it could be the album art not being freed. [16:48] smspillaz: ok, see you then! :) [16:48] hyperair, sorry i meant uninstall [16:48] smspillaz: and enjoy the conference [16:48] * ronoc checks [16:48] didrocks: oh yes, I will :) [16:48] ronoc: that was what happened with banshee and notify-osd [16:48] smspillaz: and of course, have a nice end of year as well :) [16:48] didrocks: it's like 1/5 conference, 4/5's ... whatever students get up to [16:49] smspillaz: hehe! sounds nice :) [16:50] didrocks: indeed :p [16:50] hyperair: ronoc: it's nm-applet [16:50] didrocks: what? [16:50] didrocks: nm-applet doesn't use the indicator. [16:50] hyperair: the nm-applet indicator [16:50] hyperair: it is now [16:50] didrocks: but not on maverick. [16:51] ah on maverick, nevermind :) [16:51] didrocks: i'm seeing these leaks on maverick. [16:51] hyperair: ok, then not related, sorry! [16:51] =) [16:52] i'm assuming nobody listens to music for similarly long hours as i do, since nobody took notice to notify-osd eating up hundreds of megabytes of memory, and nobody else notices indicator-applet leaking memory like a sieve. [16:55] hyperair, I will test this now, just took a quick look, seems to be freeing the pixbuf everytime, will investigate thoroughly [16:55] ronoc: alright, thanks. [16:55] ronoc: again, this is speculation, i'm yet to find enough time to run valgrind on indicator-applet [16:56] ronoc: so feel free to put it at the bottom of the queue (it might be something else entirely) [16:56] hyperair, sure will look into though [16:56] thanks again ^_^ === evilakshat is now known as ssj6akshat [17:03] kenvandine: around? [17:04] (or anyone crazy with few minutes and latest unity install to install a new gnome-session package? :)) [17:14] jcastro: do you want to be my victim? :) [17:14] didrocks: yep, I have a spare laptop just for you [17:14] what do you neeD? [17:14] jcastro: do you have the latest unity on it? [17:14] daily yeah [17:15] jcastro: and nux-tools as well, then? [17:15] Hi, quick question... I'm doing a small repository for openSUSE with Ayatana Project software. Can I use the name 'ayatana' for the repository? Any remarks or whatever ? [17:15] dbarth_: ^^ [17:16] didrocks: I do now [17:17] jcastro: great, can you please take the latest gnome-session : https://edge.launchpad.net/ubuntu/+source/gnome-session/2.32.1-0ubuntu5 [17:17] not sure it's published yet [17:17] (gnome-session; gnome-session-bin and gnome-session-common) [17:18] I'll keep an eye on it [17:18] what am I looking for / testing? [17:18] jcastro: you can download the binaries [17:18] jcastro: just logout, login in the desktop session, see unity is launched [17:18] jcastro: logout, login in the classic session, see that you have gnome-panel [17:18] (and a window manager, eventually :)) [17:19] that will make my heart lighter because going on week-end [17:19] before* [17:19] ok [17:19] It's not published yet but I will keep checking. [17:19] didrocks: oh those this fix all those "can't logout there's other stuff running" errors? [17:20] jcastro: no, it changes completely the session system to decide what to run at start (unity or fallback) [17:20] jcastro: and it handles now the "i set metacity by default" case [17:20] (when user ended up in an empty session) [17:20] jcastro: you can download the binary from launchpad btw [17:20] oh, I'll do that [17:20] https://edge.launchpad.net/ubuntu/+source/gnome-session/2.32.1-0ubuntu5/+build/2091040 [17:21] Built files [17:21] Files resulting from this build: [17:21] why I have still an edge adress??? [17:22] jcastro: the "I can't logout…" will be fixed on Monday btw [17:23] ok, installing and trying it now, give me 5 minutes or so [17:24] jcastro: thanks a lot! [17:25] cando: whoa [17:25] I mean didrocks: whoa [17:25] "No valid session found" [17:25] in the old school gtk battleship grey window with no decoration [17:25] jcastro: hum… crap. cat /usr/share/xsessions/gnome.desktop ? [17:26] and ls /usr/share/gnome-session/sessions [17:27] (did you install latest gnome-session-common ?) [17:27] ah no, just the session-bin deb [17:28] *phew* :) [17:28] let me grab the -common [17:28] you have also gnome-session [17:28] ah I see what I did, I clicked wrong [17:28] it's not important, to just -bin and -common are [17:29] and didn't see all the other debs [17:29] on it [17:29] oh, ok, I got trapped sometimes too :) [17:29] the bottom part if what you look for [17:30] tedg, virtualbox isn't behaving either... will have to do this on my laptop, but i am getting lunch first :) [17:30] * kenvandine really hates computers sometimes :-p [17:32] cool weekend everybody [17:34] didrocks: ok, all sorted [17:34] didrocks: ok so ... [17:34] Classic loads up just the wallpaper [17:35] and Ubuntu Desktop loads unity and the panels (like it used to a while back) and then all the applet indicators crash [17:35] oh? [17:35] hum… that's so weird [17:35] oh it is possible? it can(t be!!! [17:35] vish, its time for the Weekend! 5! [17:36] jcastro: gconftool-2 -g /desktop/gnome/session/required_components/windowmanager [17:36] and gconftool-2 -g /desktop/gnome/session/required_components/panel [17:38] ssj6akshat: hey.. ;) [17:38] ssj6akshat: what have you got so far? [17:39] vish, nothing so far actually [17:39] ;p [17:39] * ssj6akshat got sucked into schoolwork [17:39] didrocks: do I need to shutdown gconfd or anything before I do that? [17:39] ssj6akshat: filing a banshee bug, which should be fairly simple to fix [17:40] jcastro: no no, it should just dump the value [17:40] vish, should I add instructions to file bugs too? [17:40] discard that idea [17:40] ssj6akshat: yea, sure. that should be a good post for this week.. [17:40] ssj6akshat: featured applications have very few papercuts.. [17:41] ssj6akshat: maybe get people for file bugs in those.. [17:41] vish, ok [17:41] s/for/to [17:41] didrocks: no change [17:41] classic is still wallpaer, desktop is both panels and unity [17:42] jcastro: sorry, the command should dump some values [17:42] jcastro: I just want them :) [17:42] they don't [17:42] hum? [17:43] oh dude [17:43] dash -g [17:43] what have you done? ;) [17:43] ok sorry, I have a broken desktop over there I can't copy and paste [17:43] ok [17:43] panel says no value set [17:43] windowmanager says gnome-wm [17:43] that's expected [17:43] ok [17:43] so sounds good [17:43] what's happening then :/ [17:44] * ssj6akshat yawns [17:44] jcastro: can you pastebin /usr/share/gnome-session/sessions/ubuntu.session and /usr/share/gnome-session/sessions/classic-gnome.session ? [17:45] ok [17:46] http://pastebin.com/8pWSLiQX [17:46] first one sounds good [17:47] http://pastebin.com/rJ0MPUh4 [17:47] and second one looks excellent :/ [17:47] ok, first, do you have saved your session once? [17:48] I don't understand the question [17:48] have I ever saved a session you mean? [17:48] like, is ls ~/.config/gnome-session/saved-session empty [17:48] right [17:48] it's empty [17:49] didrocks: night :) if I am around talk to you wednesday, otherwise best wishes for the holidays and thanks for all the hard work this year :) [17:49] hum, I have really no idea why gnome-panel is launched in addition to unity [17:49] didrocks: we need a third person just in case I am crackrock [17:49] smspillaz: thanks, you too! take care as well and thanks for your awesome work :) [17:49] kenvandine: got some time? [17:49] jcastro: yeah, because I'm totally puzzled there [17:50] jcastro: the "empty" workspace can be paint effect, sometimes I need with compiz 0.9 to click on the panel so that it appears [17:50] jcastro: but that doesn't explain if you have no saved session why gnome-panel is launched in the unity session [17:50] didrocks: btw, I'm going to work on the wrong paint order on startup thing this week-end I think [17:50] ok let me check that again [17:50] didrocks: since it is getting to the point where it is *&$%ing Annoying [17:51] smspillaz: yeah, I think a lot of person hates it (I personnaly don't care, I use unity! ;)) [17:51] smspillaz: that will be nice! [17:51] didrocks: yeah [17:51] didrocks: right now though I am fixing another one. Shade a window and then unshade it (with no animation). The result is artifacts on the shadow [17:51] I know why this is, just need to track it down some more [17:52] (decor plugin does not do something it is supposed to and misses damaging those shadows) [17:52] smspillaz: argh, ok. at least you know what's wrong there, which is still a win :) [17:52] didrocks: oh, tomorrow I'll propose a branch for the decorator + the plugins that we want (for the cmake) [17:53] so yeah, on monday you can review that [17:53] smspillaz: nice! we'll have a look on monday, sure :) [17:53] smspillaz: just send me an email [17:53] bon soire! [17:53] smspillaz: héhé, bonne nuit :) [17:53] oui, bonne nuit [17:53] ou bonjour depending on how you look at it [17:54] smspillaz: exactly :) [17:55] didrocks: nope, nothing, not even nautilus or anything, just a wallpaper [17:56] jcastro: works perfectly fine here, what happens :/ [17:57] didrocks: I am guessing I messed something up [17:57] jcastro: well, I hope so… but I'm unsure [17:57] didrocks: I did nothing to help you leave for the weekend though, sorry. :( [17:57] jcastro: yeah, I can't leave like that :) [17:57] cando_: I saw your merge proposal, great job! [17:57] cando_ will be the second new guy! [17:58] jcastro, woooooooo :O [17:58] thanks! [17:58] :) [18:03] kenvandine: not back? :) [18:05] jcastro, g2g...bye.. :D [18:05] rock on dude [18:07] ugh, how can I disable application menu for one application? [18:07] export UBUNTU_MENU_PROXY= doesn't work [18:08] ah, it's UBUNTU_MENUPROXY [18:13] jcastro: ok, so, I've tried to create a fresh user here === ivanka is now known as ivanka-train [18:13] jcastro: I confirm that the classic session works for me here [18:13] jcastro: but I have gnome-panel as well in the unity session, really puzzled why I get it [18:13] didrocks: ok, I am content on just blaming myself. [18:14] DBO: hey [18:14] hey [18:14] how's it going? [18:14] DBO, how do you like the article? [18:15] ssj6akshat, it was well received [18:15] didrocks: ok new stuff in the unity PPA, let me check and start all over [18:15] jcastro: oh oh, I no why! [18:15] DBO, win! [18:15] jcastro: wait wait [18:15] didrocks: oh wait, I misread your second line, so I am not insane! [18:15] didrocks, why you are still here? [18:16] jcastro: /usr/lib/nux/unity_support_test [18:16] echo $? [18:16] DBO: because he never learns "don't mess with it Friday" and tries to upload the sessions every friday late afternoon. [18:16] jcastro, he was done at 5:40PM his time [18:16] DBO: well, I'm sure one part is fixed, not the other :) [18:16] I told him to run [18:16] did he run? no [18:16] didrocks: that segfaults [18:16] jaytaoko: !!! [18:17] jaytaoko: you are missing up my Friday evening [18:17] you should be ashamed :) [18:17] I know, he's not even here! :) [18:17] didrocks: what is going on? [18:17] jaytaoko: /usr/lib/nux/unity_support_test segfaults [18:17] sec I just got a bunch of daily unity updates, let me try again [18:18] jcastro: if you forced the upgrade without having the latest nux… :p [18:18] didrocks: with nux trunk? [18:18] I didn't force anything [18:18] jaytaoko: not sure, let's see [18:18] jcastro: so, I think it's nux related [18:19] jcastro: ensure you have the same nux-tools and nux version [18:19] libnux-0.9-0 [18:20] jaytaoko: I can reproduce a segfault when I have a second user there [18:21] didrocks: mumble? [18:21] jaytaoko: oh crap, I didn't charged my battery again :/ [18:21] jaytaoko: well, I guess that's not urgent if it's only on the second user [18:21] jaytaoko: I'll give you a backtrace on Monday [18:22] didrocks: how do you setup a second user? [18:22] jaytaoko: adduser foo [18:22] well, with sudo :) [18:22] didrocks: you mean a second user on the system? [18:22] jaytaoko: right [18:23] didrocks: ok, I can try that on my natty system [18:23] jaytaoko: nice :) [18:23] didrocks: could this be a permission issue? [18:23] didrocks: something that a normal user session cannot access [18:24] jaytaoko: I don't think so, or maybe X capability, but it still can launch unity [18:24] didrocks: ok [18:24] DBO, yeah but people then asked for AWN to be made default O__o [18:25] nah it has the same problems [18:25] jcastro: so my feeling is that you fallback as it says "you can't run unity", but it still launches compiz which, this time, say "yeah yeah, you can run unity" (and the fallback also launches gnome-panel) [18:25] if not worse [18:26] DBO: hey, so i started on that bug yesterday, and had two questions about it. Do you have some time? [18:26] sure [18:26] always have time for a contributor :) [18:26] hehe, thanks :) [18:26] so first thing, i couldn't figure out, is how to get a signal to be emitted to all instances of LauncherIcon when the timeout ran like you suggested [18:27] i was going to try making the signal static, but it didn't like that too much. [18:27] Am I taking the wrong approach here? [18:27] I think you can make a static signal [18:28] why didn't it like it? [18:28] I was getting a seg fault due to a symbol lookup [18:28] Not sure if I was doing it right :( [18:28] its not initialized [18:28] didrocks: i am updating my natty system [18:28] DBO: not initialized? [18:28] jamalta, remember when you made the _default static member [18:29] Woooo, I turned 14 [18:29] and you had to initialize it by doing something in the cpp file [18:29] DBO: Oh! [18:29] jaytaoko: I'm pretty sure that jcastro doesn't have the right nux version (maybe I should restrain that in the package if I haven't) [18:29] jamalta, :) [18:29] DBO: but I have to do that for a method? [18:29] oh wait, the signal isn't a method ;) [18:29] right [18:29] its an object [18:29] didrocks: I have the daily PPA enabled, perhaps it's conflicting with what's in natty proper [18:30] jcastro: sorry dude to bother you, can you please try to install libnux-0.9-0/natty nux-tools/natty [18:30] DBO: so what can i initialize it to? 0? [18:30] didrocks: no worries, I'm on it! [18:30] jcastro: and then relaunch /usr/lib/nux/unity_support_test [18:31] do I need to logout after downgrading? [18:31] jcastro: no, it should be fine [18:33] jamalta, I am not sure you need to assign anything to it [18:33] try not assigning antyhing jamalta [18:34] a default ctor should run then [18:34] DBO: yeah that works :) [18:36] Alright, so I had a second question. I created a ShowTooltip() method, and I'm calling it from RecvMouseEnter. Should the logic to set a timer or show the tooltip be in RecvMouseEnter or ShowTooltip? [18:36] didrocks: almost there, downgrade brought in a bunch of new -dev packages [18:37] jcastro: oh really? weird… [18:37] I think it would be useful to be able to use ShowTooltip without the timer restriction, but I can't make up my mind on which would be better. [18:37] didrocks: still segfault [18:37] :/ [18:37] should I put the strace somewhere? [18:37] apt-cache policy libnux-0.9-0 [18:37] apt-cache policy nux-tools [18:37] juste to ensure [18:38] 0.9.10-0ubuntu1 on both [18:38] ok, so there is really an issue there, jaytaoko ^^ [18:38] well, at least you have unity (with gnome-panel… of course) [18:39] I'm puzzled about the empty classic session because it's not related and I can't reproduce it there [18:39] but I know now why you have unity + gnome-panel [18:39] didrocks: I am upgrading Natty, should not be long... [18:39] didrocks: snagging caffeine, bbi 10 [18:39] jaytaoko: it's not segfaulting here [18:39] jamalta, wait what? [18:40] jcastro: not sure we can tackle that before Monday TBH [18:40] jamalta, the timer should be in Launcher.cppp [18:40] jamalta, Launcher on mouse out calls to the LauncherIcon static function to disable all tooltips [18:40] didrocks: but it segfaulting on jcastro's machine, right? [18:40] jamalta, Launcher on mouse in, sets a timer for 1 second, when that timer expires (remove the timer on mouse out) enable tooltips [18:40] jaytaoko: yep [18:41] jaytaoko: here, it's segfaulting with a second user [18:41] not for the first [18:41] didrocks: ok so if I see people start complaining about the panel I'll just mention in the forums/everywhere that it's a temp bug, blah blah at least you can log in, etc. [18:41] (but unity is starting though) [18:41] DBO: Ahh.. ok :) [18:41] jcastro: right [18:41] I was doing it in LauncherIcon [18:41] no dont do it there [18:41] * ronoc is loving king crimson at the moment [18:41] DBO: I guess, I was going to have a big issue when hiding if I kept going this route [18:41] :) [18:41] yes [18:41] Heh, silly me... [18:42] remember the tooltips are just not supposed to show for the first second [18:42] after that they can show [18:42] DBO: Yeah [18:42] OH! [18:42] And they continue being displayed when you go to other icons [18:42] and you have to reset the timer when a different icon is hovered [18:42] didrocks jcastro: I will check on my system, see if I can reproduce... [18:42] the launcher knows when the hovered icon changes [18:42] when that happens, reset the timer [18:42] jaytaoko: so, nvidia here [18:42] DBO: Yeah, I'm doing that already [18:42] Just have to move it to the right place [18:42] jaytaoko: login with your first user [18:42] I'm using g_source_remove, is this good? [18:42] jcastro: you should stop quoting DBO on blog posts! i can literally hear the guy sayin "just for giggles." ;p [18:43] jaytaoko: then switch user, login with the second, launch -> it segfaults [18:43] vish, im in your head bitch [18:43] didrocks: ok I will try that [18:43] vish: I know right [18:43] jaytaoko: first user needs still to be connected [18:43] I appreciate that my personality is the same on IRC as real life [18:43] DBO, hi, I'm wondering about the possibility of reusing in Ubuntu Software Center the algorithm that Unity uses to calculate Unity tile background colors [18:43] ;p [18:43] jcastro: you don't run that with multiple connected users, right? [18:44] mpt, sure [18:44] didrocks: ok, first user must remain connected... [18:44] mpt, if you want I can make you a C function to do it [18:44] hm wonder if i should try Unity :p [18:44] DBO, is it in a library somewhere, or is it embedded in the launcher code? [18:44] jaytaoko: but it's only for my case, jcastro's one seems more concerning :) [18:44] its embedded, I can make it a library [18:44] didrocks will hate me for it [18:44] didrocks: no it's just my user [18:44] DBO: well, it's already the case :) [18:45] DBO: in any case, i think i have what i need for this bug. thanks for taking the time to answer my questions :) [18:45] ok, away for 30 minutes [18:45] oh [18:45] we should put it in libido [18:45] it makes sense there [18:45] jcastro: even for you as a main user it fails? [18:45] plus we own that lib [18:45] DBO, I don't know *for sure* that it's a good idea, it just seemed like a simple way of making individual USC screens more distinctive [18:45] mpt, you might want a variation on it [18:46] mpt, so ideally you would use the same Hue picker, but assign your own value and saturations [18:46] DBO, yeah, we probably want a lighter tint or something, but that might be something USC should take care of rather than the library [18:46] jaytaoko: yep [18:46] mpt, in that case what we should do is take an pixbuf and spit out HSV [18:47] someone have a draft of how the unity looks like in 11.04? [18:47] jcastro: what is your GPU? [18:47] yes [18:47] DBO, yes? :D [18:47] yes [18:47] where I can find it? [18:47] no idea [18:48] that wasn't the question you asked :P [18:48] Ayrton, I dont think design documents have been released yet [18:48] for now assume it will look mostly like 10.10 [18:49] DBO, hmm [18:49] DBO, but is true say that it will be very different in 11.04? [18:49] more likely gnome-shell, or not? [18:50] it is not going to be more like GNOME Shell [18:50] it will likely have difference [18:50] but incremental changes [18:51] didrocks, what's up? [18:52] DBO, I hear about the decision for have the unity in 11.04, instead gnome-shell. Which deficiency was seen in the gnome-shell, for that decision? [18:53] can you be more clear [18:53] I dont understand the question [18:53] DBO, I hear the follow: [18:53] jaytaoko: I'm on intel === dbarth__ is now known as davidbarth [18:54] jcastro: thanks, if have an intel system also... [18:55] - Something that Unity will have will be better that gnome-shell, and the guys of gnome-shell don't accept to add some functions for better usability. [18:55] or something like that [18:56] I dont really know what the GNOME Shell guys are doing [18:56] I don't keep up with them [18:57] DBO, so.. what is the true reason for have the unity in 11.04, instead gnome-shell? [18:57] Ayrton: have you seen the keynote from UDS? That might answer your questions: http://www.youtube.com/watch?v=YUAzicy_01o [18:57] jcastro, one minute, I will see. [19:09] Hello [19:10] hey DBO remember yesterday you said webapp stuff isn't bitesizeable [19:10] yeah [19:10] Cimi: if you are not busy please review my proposal merge at bug 549365 [19:10] check out bug #660157 [19:10] Launchpad bug 549365 in light-themes (Ubuntu) "Terminals have a translucent background" [Wishlist,Triaged] https://launchpad.net/bugs/549365 [19:10] Launchpad bug 660157 in unity (Ubuntu) "Unity -b command doesn't build a workable application" [Low,Triaged] https://launchpad.net/bugs/660157 [19:11] hey, is this the right place to ask about an issue with notify-osd? [19:11] Reines: yes [19:13] alright cheers. I've got 3 screens using an ATI HD6870 and the binary ATI drivers (they all run off the same GPU - 1 desktop). with 2 screens everything is fine, with 3 when I login notify-osd goes to 100% cpu usage and I need to kill it. is there anything I can do to try debug wtf is going on? === ssj6akshat is now known as ssj6akshat|sleep [19:14] kenvandine: can you install latest gnome-session and ensure you have latest unity/nux [19:14] kenvandine: and also nux-tools [19:14] jcastro, I see I dont know what you want though [19:14] thats for the maverick version [19:14] yeah but he says he's interested in fixing it in natty [19:15] so I was thinking, why not ask him to implement it? [19:15] go ahead [19:15] or I can if you want [19:15] jcastro: ok, I thought about a workaround for the unity session to fallback to previous detection mod [19:15] didrocks: ok [19:15] mode [19:15] jcastro: can you edit /usr/share/gnome-session/sessions/gnome.session [19:15] DBO: do we have something on the wiki that says what webapps are supposed to act like? [19:16] jcastro: and replace IsRunnableHelper=/usr/lib/gnome-session-is-accelerated [19:16] or are we going for maverick-like behavior [19:16] by IsRunnableHelper=/bin/true [19:16] oupsss [19:16] jcastro: sorry, /usr/share/gnome-session/sessions/ubuntu.session [19:16] and so replace IsRunnableHelper=/usr/lib/nux/unity_support_test [19:16] by IsRunnableHelper=/bin/true [19:16] jcastro, i really dont know [19:16] jcastro: this should launch unity without gnome-panel [19:17] didrocks: trying it now [19:18] Reines: a post on the ayatana-dev mailing list will probably get you a better answer, I don't think mirco is around right now [19:19] didrocks: that works! [19:19] cheers, i'll maybe pop back later, or drop an email then [19:19] jcastro: ok nice, I'll upload that I guess [19:19] jcastro: it just deactivate the detection and run in similar workflow than before [19:20] right, I understand what you did [19:20] well, the funny part is that the code is completely different underneath :) [19:20] "jay broke it so I will return a true here and then complain later" is what I get out of this [19:21] but at least, it's enough for a wekk-end [19:21] yeah [19:21] hehe, right! :) [19:21] getting another machine [19:21] trying the classic session on it [19:24] ok, it seems to segfault on my mini 10v as well [19:26] jcastro: the classic session works there though [19:26] jcastro: so, just deactivating the detection + new session system seems to work [19:28] cool === ssj6akshat|sleep is now known as ssj6akshat|bed [19:33] does notify-osd truncate messages sent to it, or simply try display anything passed to it? i enabled debug and it seems xrandr is trying to send a 13,421 line message as soon as I login... i imagine that could well be what's causing it to eat 100% cpu? [19:34] heh that could be [19:35] seems a safe bet, so guess i'll be fighting xrandr now! [19:35] Reines, i would investigate that path, yes. [19:39] cheers, cya later [19:40] didrocks: I tried with a second user, it seems to be ok here [19:41] hey jcastro, jasoncwarner: i have some bugs that sound like bitesized ones: [19:41] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/684193 [19:41] Ubuntu bug 684193 in compiz (Ubuntu) "compiz crashed with SIGSEGV in g_source_unref()" [High,Confirmed] [19:47] DBO: hi, see https://bugs.launchpad.net/bamf/+bug/657771/comments/16 and let me know if this one is worth fixing [19:47] Ubuntu bug 657771 in unity (Ubuntu Natty) "'Keep in launcher' item missing for some applications" [High,Triaged] [19:47] oh man [19:47] linking to a comment [19:47] thats just evil [19:48] dbarth, that issue doesn't exist in unity [19:48] there is however a different bug... [19:48] dbarth, I can only do so much to it, but I will try [19:52] DBO: is there something that gord also needs to fix? [19:52] or is it just bamf? [19:52] its just bamf [19:52] we are limited [19:52] if an application is evil [19:52] and we cant match it [19:52] that happens [19:53] DBO: ok, so this sounds like a natty fix, not a maverick one; worth turning into a request to patch the evil app [19:53] correct [19:54] fortunately the GNOME Shell guys are pushing GNOME to standardize [19:54] the more they do that [19:54] the more we win [19:54] ok, so that should be an easy fix to get upstream then [19:54] can you add a comment to suggest how the app(s) should be fixed [19:55] super, so that concludes my bug triaging for the day, and without further ado, i wish you all a good week-end ;) [19:55] bye [20:01] didrocks, can't just now... my laptop is barely hanging on by a thread and i am trying to build ted's stuff [20:01] kenvandine: ok, no worry, I've workarounded it [20:02] jaytaoko: ok, we'll see on Monday, I'll get you the tracebook [20:02] the indicator stack and dbusmenu is taped together on my laptop atm, maybe a little bubble gum :) [20:02] jaytaoko: and get some battery for my mic :) [20:02] didrocks: what is the symptom of the crash: the launcher does not show? compiz does not start? [20:03] jaytaoko: no, the detection plugin segfault [20:03] jaytaoko: but then, if I ask for unity to start, it starts [20:03] jaytaoko: the launcher isn't transparent but black though [20:03] didrocks: how can I verify if the detection pluging crashed or not? [20:04] jaytaoko, mumble in 15? [20:04] DBO: ok [20:04] is that possible for you? [20:04] thanks dude [20:04] I need to go cook some food for the girlfriend, shes sick [20:04] jaytaoko: if it segfaults, it's printed when you launch it by hand [20:05] didrocks: ok, I can say that it starts fine here, I go right into unity [20:06] jaytaoko: ok, no segfault when you launch it in a terminal? [20:06] (for the second user) [20:07] didrocks: where is the detection program? [20:07] jaytaoko: /usr/lib/nux/unity_support_test [20:22] jcastro: so, jaytaoko confirms that the classic session is working for him. So 2 machines here + his host [20:22] jcastro: and the nux detection module segfaulting is currently deactivated [20:22] I think I'm good for the week-end :) [20:23] kenvandine, quick question... ido requires 012_ubuntu-set-grab-add.patch on GTK2. Anything more required by ido or it's just that patch? Thanks in advance. [20:23] jaytaoko, you able to mumble now? [20:24] nmarques, afaik that is it [20:24] DBO: in 2 minutes [20:24] kenvandine, good news. thanks for the info and good job :) [20:25] anytime [20:25] DBO: and yes, you were f**** right… [20:25] time to run :) [20:26] enjoy your week-end everyone :) [20:26] later didrocks [20:26] have a great weekend [20:26] kenvandine: oh it will be great, thanks, you too :) [20:26] didrocks, i know karma dude [20:26] i think i will be cursing tedg all weekend [20:26] :) [20:27] kenvandine, No atleast all the way through Christmas ;) [20:27] tedg, i got a test box up and upgrading it now with the dbusmenu crack [20:27] hehe [20:27] indeed [20:49] tedg is like magic, trunk of dbusmenu and trunk of libappindicator are both rev 175 right now [21:02] kenvandine, If you use indicator-appmenu trunk to Alt+ keys work to open menus for you? [21:19] tedg, can i just build trunk and restart the service? [21:19] tedg, did you ever get libappindicator to build? [21:19] kenvandine, No, you'll have to restart your sesssion as there is no service for appmenu. [21:19] ok [21:19] kenvandine, But, I think I found the bug njpatel was talking about. [21:20] i'll test it now [21:20] libappindicator? Yeah, I could build that. [21:20] you did? [21:20] humm [21:20] did you forget to push anything? [21:20] i am trying lp:~indicator-applet-developers/libappindicator/ubuntu/ [21:21] * tedg checks [21:21] kenvandine, Yes [21:21] yes you forgot? [21:21] No, yes that is the right branch. [21:21] ugh [21:21] ok [21:22] it configures for me in build, build-python2.6 and build-python2.7 [21:22] but then tries to run make in the srcdir [21:22] which hasn't been configured [21:22] Oh, right. No, I never figured that out. [21:22] ah.. ok, guess i need to fix that [21:22] It builds fine for me in trunk. The packaging thing is screwy now :) [21:26] tedg, i think it is spooky that libappindicator and dbusmenu trunks are both at rev 175 [21:26] kenvandine, Heh, I didn't notice. [21:26] i did a double take when i was checking for the changelog [21:26] though i had looked at the same one twice [21:27] s/though/thought [21:39] tedg, so this version of libappindicator doesn't actually need the new dbusmenu to build right? [21:40] kenvandine, Honestly, loosing track :) I think that it does. [21:40] ok [21:40] lp:~indicator-applet-developers/libappindicator/ubuntu [21:40] kenvandine, dbusmenu-glib-0.4 in configure.ac [21:40] i pushed changes straight there [21:40] kenvandine, Ah, okay. [21:40] i made the build depends >= 0.3.90+r175 [21:41] builds in pbuilder [21:41] it didn't seem to link against any of the binaries from dbusmenu r175 [21:46] anyone want to review this? https://code.launchpad.net/~mrasmus/unity/fix-686182/+merge/43141 [21:49] tareth, lookingnow [21:49] tedg, you said indicator-appmenu trunk right? [21:49] kenvandine, Yeah [21:50] oh.. trunk of your packaging branch? [21:50] lp:indicator-appmenu hasn't had a commit in a week [21:50] kenvandine, Well, they should be the same, I merged trunk into packaging. [21:50] ok [21:50] tareth, really good work [21:51] tareth, one more issue to fix. it looks me like currently a double click on an icon would result in a stray call to Focus () [21:52] tareth, are you still here? :) [21:52] Yep, sorry, left my seat for a second [21:52] Looking into that now [21:53] I dont think the stray call will do antyhing [21:53] but it shouldn't happen regardless [21:55] tedg, ok, appmenu trunk installed, will test in a few [21:55] tedg, what specifically should i test? [21:55] tareth, if inside the if (!running) block you do [21:55] if (GetQuirk (LAUNCHER_ICON_QUIRK_STARTING)) return; [21:56] that would solve the issue [21:56] kenvandine, Just if the Alt+ hotkeys work generally. (besides the first one, which always worked) [21:56] kenvandine, It seems gedit Documents is still broken. [21:57] oh [21:57] so opening menus other than the one on the left [21:57] i hadn't even noticed that was broken [21:57] tareth, also a minor optimization "if (!icon->GetQuirk (LAUNCHER_ICON_QUIRK_RUNNING) && starting_progress == 1.0f)" reverse the order those are checked [21:57] check local variables first [21:58] DBO, alright, thanks [21:59] tareth, lemme know when you have the fixes in and I will +1 [22:00] Hello everyone [22:01] hey fuho [22:01] I have a question about installingUnity on Ubuntu Server is this the right place? [22:01] tedg, works better than before [22:01] Ubuntu Server? [22:01] but [22:01] DBO: yes [22:02] if you open a menu, you can't get another one until that menu is closed [22:02] of course once you get one open, you can navigate to the others [22:02] fuho, I am not really going to be much for helping here [22:02] DBO: In fact its VPS, I was wondering if I can manage to install UI on it and then VNC to it. [22:02] but why? [22:02] fuho, you can yes... but I have no idea how :) [22:03] dbo: Just kind of proof of concept that it can be done and that VPS can be used as a working computer with desktop manager. [22:03] mmmm the right dude to help you just left for the weekend [22:04] and honestly, the dude needs a break... [22:04] you could ask in the forums, or try again monday morning? [22:04] thats all I really god [22:04] got [22:04] DBO, done! [22:04] tareth, HERO [22:04] :D [22:05] nope [22:05] dbo: :D Thats shame, I'll just go through the manual then. [22:05] tareth, you know what, it's a small change, I got it :) [22:05] I want to upgrade from the unity nightly but I'm so scared of upgrading all the other stuff related to python 2.7 :( [22:06] dbo: I slowly start to realise it really is stupid idea, everyone keeps telling me. I dont even know if the server has graphic card :) [22:06] I've already gotten my login broken by doing that.. lol [22:06] fuho, you need a real GPU for unity to work [22:06] fuho, mesa doesn't have working FBO support yet [22:07] dbo: whats that? mesa, FBO [22:07] jamalta, you are braver than I [22:07] DBO, oh, did I miss a space? [22:07] fuho, Mesa == software opengl implementation, FBO == frame buffer object [22:07] tareth, nah, you'll see, you implemented the short circuiting wrong [22:08] tareth, PM with the fix [22:08] dbo: and even if it was implemented i could probably really feel it on resources right? Okay I think I am done thinking about stupid stuff, I jsut wanted to use the VPS for something "cool" [22:08] ok! [22:08] DBO: how do you run unity? i've got natty installed on a partition on my laptop [22:09] jamalta, on maverick [22:09] I have a natty netbook [22:09] but I dev primarily on maverick until at least A2 maybe A3 [22:09] its hard for me to dev if X is broken [22:09] DBO: Ahh.. [22:09] Very true :D [22:10] yeah, you weren't expecting that were you? :P [22:10] DBO: Well, I figured since it had been decided to not worry about Unity on maverick, that everyone would be running it on natty. [22:10] tareth, how long you been doing FOSS dev? [22:10] But that's all an issue regarding packaging anyhow.. [22:11] exactly [22:11] I update those things I need to [22:11] makes enough sense :) [22:11] man I think it was the Lucid cycle [22:11] I didn't ugrade till like, 2 weeks before release [22:11] Haha [22:11] "Jason are you on Lucid yet?" "Yeah...... no" [22:11] I think that's the cycle that bit me on the behind.. I upgraded to A1 I think, and screwed up my machine for about a day or two [22:12] Haha [22:12] DBO, I worked on Getting Things GNOME last year...and that's about it [22:12] awesome [22:12] so glad to have you hacking with us [22:13] Getting Things GNOME is awesome by the way [22:13] I use it daily [22:13] I've been wanting to help out with Ubuntu for awhile :) [22:13] well here is your chance [22:13] tedg, was that useful feedback? [22:14] tareth, I see that your change is pushed, I am going to do a final review and merge :) [22:14] kenvandine, Yes, thank you. That's good to know. [22:14] Now I've found some really crazy stuff though :-/ [22:14] DBO, thanks a bunch! :) [22:14] tareth, when did you send in your contrib agreement? [22:14] Yesterday [22:15] kay [22:15] checking your credentials are in line [22:17] tareth, who did you send the form to? [22:18] David Barth and the contributer-agreement address [22:18] okay [22:19] tareth, I need to cover my own ass here, can you fwd me the email you sent them, just so if it didn't go through I can send it over to my manager [22:19] Yeah, sure [22:19] thanks :) [22:20] * spikeb got his copy of "the inmates are running the asylum" today [22:20] tedg, how about we push this stuff in a testing ppa under ~indicator-applet-developers ? [22:21] kenvandine, works for me. [22:21] great, can you create one? [22:21] kenvandine, Heh [22:21] * tedg didn't realize what he walked into [22:21] hehe [22:21] i can upload to it... but not create :) [22:21] that was very slick, kenvandine [22:21] :-D [22:22] tareth, just realized I never mentioned my email is jason.smith@canonical.com [22:22] tedg, i think i am about ready to upload [22:22] fixing the last bits of indicator-application [22:23] DBO, sent! [22:23] kenvandine, https://launchpad.net/~indicator-applet-developers/+archive/gdbus-migration [22:23] tareth, gratzi [22:23] tedg, th [22:23] +x [22:23] * tedg now has the power to execute! [22:23] hehe [22:23] tedg, mind if i push these packaging fixes right to ~indicator-applet-developers? [22:24] kenvandine, Nope [22:24] tareth, merge approved [22:24] :D [22:25] tareth, rev 699 of unity contains your code [22:25] congrats :) [22:25] I also wanted to congratulate you on doing it in such a simple and clean manner, it really feels right :) [22:26] Now I need to find another bug... [22:27] there is a bug where restoring a minimized window that obscures the window doesn't trigger intellihide [22:27] it should be a classic case of trace and debug whats going wrong [22:29] I might just take that one on [22:33] hi [22:33] lots of people joining to fix bugs this cycle. [22:34] kenvandine, Can you pull and try indicator-appmenu again? It's now fixed for me. [22:35] yup [22:35] kenvandine, Thanks! [22:36] kenvandine, if it works can you distro patch that in? [22:37] lp:~indicator-applet-developers/indicator-appmenu/ubuntu [22:37] right? [22:37] maybe [22:37] kenvandine, Yup [22:39] yay... installed the appindicator and dbusmenu gdbus branches on this test box... desktop doesn't load :-D [22:39] brb [22:42] tedg, ok... menus work about the same for me as they did before [22:42] alt+e brings up edit [22:42] in gedit [22:42] kenvandine, Does Alt+D work for you? [22:42] (in GEdit) [22:42] no [22:43] :( [22:43] seems weird [22:43] Does it crash the panel service? [22:43] no [22:43] that seems fine [22:43] back to gdbus [22:43] (nautilus:15628): GLib-CRITICAL **: g_variant_new_string: assertion `string != NULL' failed [22:43] Initializing nautilus-open-terminal extension [22:43] Initializing nautilus-gdu extension [22:43] that is looping over and over again in .xsession-errors [22:43] i assume failing to start nautilus [22:44] kenvandine, But nothing should have changed for Nautilus... I mean, it doesn't like to any of these libraries, right? [22:45] only thing i can think of is nautilus connecting to the menus [22:46] i removed the extensions [22:46] now it is just the glib critical [22:46] kenvandine, Did you rebuild appmenu-gtk? [22:46] no [22:46] kenvandine, It should still be on the old dbusmenu, no? [22:47] i asked you if i needed to rebuild stuff [22:47] so i shouldn't right? [22:47] Yeah, it shouldn't rebuild -- I think it'll FTBFS [22:49] Oh, it connects through libappindicator. [22:49] You're probably loading two versions of dbusmenu into the same binary. [22:49] That won't be good. [22:49] Hmmm. [22:50] So I think we need to port appmenu-gtk then. [22:50] Uhg. [22:51] I can't think of any clever thing to do here. [22:51] kenvandine, I think you need to purge the PPA, and then we'll have to port appmenu-gtk to GDBus. [22:51] kenvandine, That's not going to happen today though :( [22:51] i haven't uploaded yet [22:52] No, purge it from your test machine. [22:52] ah [22:52] Otherwise it won't boot :) [22:52] hehe [22:52] i know [22:52] Bother. I should have realized this dependency. [23:02] Is there any mock-up of final version of Unity? [23:02] tedg, if you get the appmenu thing nailed, just email me [23:02] kenvandine, Can you try that Alt+D thing again? It works reliably for me... [23:02] kenvandine, Writing up the status of the GDBus stuff. [23:02] hang on [23:05] awesome work tareth! [23:05] thanks! [23:07] tedg, i uploaded all of them to the ppa and pushed the indicator-application and libappindicator packaging branches [23:07] and for dbusmenu i pushed to lp:~ken-vandine/dbusmenu/ubuntu [23:07] i am not a member of dbusmenu-team [23:07] kenvandine, Ah cool. I'll merge that in. [23:08] kenvandine, Otherwise we're just going to have to wait until I can port appmenu-gtk to GDBus. [23:08] so rev 114 [23:08] of indicator-appmenu packaging branch [23:08] right? [23:08] kenvandine, Yup [23:08] * kenvandine rebuilds to make sure [23:09] ETOOMANYBRANCHES [23:09] * tedg checks again, and it works. [23:09] Yes, where DVCSes aren't always a good thing :) [23:09] brb [23:10] kenvandine, I need to run and get a birthday gift for a party this weekend. [23:10] works! [23:10] kenvandine, Ping me with what happens. [23:10] Woot! [23:10] alt+d worked [23:10] sorry about that [23:10] NP [23:10] i need to go too [23:11] drop me a mail or a merge request about patching it [23:11] Okay, is the change small enough to distro patch (next week) ? [23:11] i'll do it monday [23:11] K, will do later tonight. [23:11] i think so [23:11] thx [23:11] Thanks! [23:11] gotta feed the kids [23:11] 'night kenvandine! [23:11] later! [23:11] have a great vacation! [23:11] Will do