[00:06] Ah, the joys of crazy keyboards. === asac_ is now known as asac [04:24] so what's the story with builds that target atom? [04:24] is there an atom installer? [04:30] * desrt learns that it is pointless [04:32] There isn't enough of a performance win, is there? We dropped the lpia architecture... in Lucid? [04:32] ya. i'm reading that [04:33] i got a nice dualproc atom machine for my dad to replace his aging desktop [04:33] but the atom machine underperforms compared to the old p4. sad. [04:34] Yeah. In-order processors suck :) [04:35] ah. not superscalar? [04:35] lame :p [04:36] Yeah. That's where Intel cut out power: all that instruction re-ordering and instruction window and tracking silicon :) [04:37] a good place to cut, to be honest [04:37] that stuff is complicated [04:37] pipelining is bad enough... [04:38] But does have a significant per-thread performance increase. [04:38] i'm not seriously suggesting that pipelining be eliminated [04:38] just that it is complicated [04:38] absolutely no doubt worth it, though [04:39] Yeah. If you're main goal is low power, damn the performance, it's a good place to snip. [04:40] i wonder how my dad would react to unity [05:39] RAOF: Although ARM is doing superscalar with lower power [05:40] Right, with the A11(?{ [05:40] (?) [05:40] Although that's also approximately an Atom's worth of power consumption, too, isn't it? [05:40] Don't remember what they call it, not supposed to be out until 2015 or something so the numbers are just made up so far [07:04] anyone knows if rick is on vacation this week? [07:04] err travelling or something i mean ;) [07:05] asac, i think he is travelling [07:07] asac: in Europe somewhere [07:10] On his way to London, I presumed. [07:11] Good morning [07:13] hey pitti [07:13] hey asac, how are you? [07:14] quite good ;) [07:14] pitti: are you back on desktop? [07:15] asac: no, not yet; at UDS [07:16] great. [07:16] asac: so you're the multimedia track lead? [07:16] but they didn't forbid me to say hello to my old pals :) [07:16] micahg: thats what i am currently trying to hunt down. afaik its graphics/multimedia ;) [07:16] haha [07:52] mvo: !! [07:52] mvo: megapacks ftw ;) [07:54] hi asac === Zdra` is now known as Zdra [08:05] mvo: any chance I can send you some last minute app-install-data updates [08:07] YokoZar: yes, for -update :) [08:07] YokoZar: the release team will come down on me with furry if I upload that to -final :) [08:07] fair nuff [08:07] but I'm happy to do a updated package for maverick-updates [08:14] Where is robert ancell? Didn't see him for quite a while now [08:14] bilalakhtar: afaik he is on vacation [08:15] probably surfing ;) [08:15] didrocks: is robert on vacation? [08:15] good morning :) [08:15] good morning! [08:15] (where are my manners?) [08:15] mvo: until Monday [08:15] ahah :-) [08:16] okay, thanks mvo === almaisan-away is now known as al-maisan [08:59] didrocks: not sure who to ask... you would not happen to know what is the best way to get colored rows in a liststore (or table) in pyGTK? [09:02] hello [09:04] didrocks: aha! think i got it :) [09:06] salut seb128 [09:07] duanedesign: hey :) [09:07] lut didrocks [09:07] duanedesign: sorry, I'm testing the iso, did it work? [09:13] didrocks: how is unity started in the unity session? [09:14] the upstream team does not know what the right way to start unity is it seems :-P *cough* [09:15] they say that its mutter --plugins=libunity-mutter ... but that works for us, while starting unity itself crashes here (and also if you start unity from session) [09:18] didrocks: i think i am headed down the right path. thank you, and good luck with your testing [09:19] duanedesign: thanks a lot, have fun :) [09:19] hey asac. [09:19] hola didrocks [09:19] seb128: where is rick atm? london? [09:19] asac: the right way is the way "the session does?" [09:19] asac, release sprint in london yes [09:20] asac: in the unity session, you don't have to define --mutter-plugins [09:20] didrocks: we cannot debug the full session [09:20] asac, well rather meetings sprint to discuss next cycle it seems [09:20] thre is a gconf key for that [09:20] didrocks: we need to know how to start it from a command line [09:20] asac: sure, if you are in the UNE session, just mutter --replace [09:21] asac: if not, it's mutter --replace --mutter-plugins=/usr/lib/mutter/plugins/libunity-mutter.so [09:21] didrocks: sorry. thats not what i am asking for. i want to start Xorg ... and then manually start unity [09:21] didrocks: right. but that is not correct [09:21] why? [09:21] didrocks: because mutter --replace --mutter-plugins=/usr/lib/mutter/plugins/libunity-mutter.so works for us [09:21] and session crashes ;) [09:21] hum… [09:21] so its not the same [09:22] :-P [09:22] asac: ok, maybe the difference is in the code path [09:22] asac: so, the session is specifying a gconf key [09:22] one sec [09:22] if possible, please get me the exact command and env the session is running ;) [09:22] asac: look at /usr/share/gconf/une/mandatory/20_une-gconf-mandatory [09:23] asac: mutter is a GNOME required_component (as the wm target) [09:23] then, it's loading unity because we ask to load libunity-mutter from clutter_plugins [09:23] asac: so, I would say, to have this code path and be as closed to the session as possible [09:24] set /apps/mutter/general/clutter_plugins [libunity-mutter] [09:24] then, try just mutter --replace [09:24] in a full session? [09:24] yeah, in a full session [09:24] i really want the command to start this manually from raw X [09:24] so i guess "gnome-session" ? [09:25] asac: ok, if you want to start gnome-session manually, you can set also those keys: /desktop/gnome/session/required_components/windowmanager mutter and /desktop/gnome/session/required_components/panel '' [09:25] (so that mutter is started with gnome-session) [09:25] and to start gnome-session, one sec [09:26] asac: write $STARTUP from /etc/X11/Xsession.d/99x11-common_start in a file, and you will have the exact command to launch your GNOME session from raw X [09:34] thanks [09:37] asac: yw. Do not hesitate if you have issues to launch it, but that's how I launch it at the very beginning to test my session stuff :) [09:41] right [09:41] alf is trying things now [09:41] didrocks: problem is that we cant get a backtrace when starting unity ... and mutter works with unity plugin :(( [09:42] but dont bother. we will figure. thanks for all the info. will probably help us [09:45] asac: hope so :-) good luck and keep me in touch. Apart from the codepath being different when using the gconf key to tell "load me that plugin" and the command line providing it directly (yeah, I know, it's weird but it's loaded at a different time…), I don't really see what can interfere for you [09:45] asac, use apport to get a backtrace? [09:47] seb128: well. ppas dont produce dbgsym yet :(( [09:48] and all on top of clutter is highly improved over what is in archive ... e.g. clutk has a gles2 backend etc. [09:49] didrocks: do you know what the unity command is useful for? seems its not used anywhere, right? [09:49] is that just a misleading thing? [09:52] asac: it's mostly for testing locally, without clutter [09:52] asac: unity -p should launch unity in a window mode [09:52] you will have GL effect on quicklist and places [09:52] but no mutter/clutter [09:53] (and you can click on indicators for fun and see them appearing on top of the screen :)) [09:56] asac, well do local builds? [09:56] or let didrocks figure a way ;-) [10:09] seb128, do you know ~when can we expect a gtk3 package in maverick+1 ? [10:09] or is there already one? [10:09] Zdra, not really [10:10] Zdra, we were sort of waiting for the debian one to be uploaded but seems slomo doesn't have time for it and nobody else picked it up yet [10:10] well let's maverick be out first then we will see [10:10] seb128, empathy now depends on it [10:11] for the 2.90.x [10:11] right, well we didn't start on 2.90 yet [10:11] yeah, right, maverick is not out yet [10:11] but we will get that in when required [10:11] likely before the end of this month I would say [10:11] * Zdra forgot that detail, I'm already moved to maverick :P [10:11] seb128, thx :) [10:12] time to get maverick out, next cycle to start and buildchain in place etc and UDS over [10:12] we might get some builds available for testing before it lands officially though [10:12] I will let you know [10:12] brb session restart [10:37] didrocks: hi! [10:37] hey Cimi :) [10:38] could I talk with you for unity-related bugs? [10:38] for example, unity failing with newtwitter on a netbook screen? :) === ara__ is now known as ara [10:40] hey pitti. i'm not sure what to do about bug 629258 [10:40] Launchpad bug 629258 in gnome-power-manager (Ubuntu) (and 2 other projects) "Battery life estimation never comes around (affects: 24) (dups: 1) (heat: 98)" [Medium,Confirmed] https://launchpad.net/bugs/629258 [10:40] that's going to suck for quite a few users [10:41] didrocks: ^^ [10:46] rickspencer3, hey [10:46] hi seb128 [10:46] asac, ^ [10:47] Cimi: sure, failing how? :-) [10:47] hey rickspencer3 [10:47] hi didrocks [10:47] seb128, didrocks ISO tracker results look good so far [10:47] great job! [10:47] yes [10:47] thanks ;-) [10:48] thanks :) [10:48] I guess it looks like it's time for me to step in and take credit for a great release [10:48] ;) [10:48] Cimi: is it in the repo? I can't find newtwitter [10:48] rickspencer3: of course :-) [10:48] ^a little lesson in management for you guys [10:48] :) [10:48] heh [10:49] rickspencer3, ;-) [10:53] hi rickspencer3 [10:54] rickspencer3: arrived in europe? i sent you a mail yesterday and think i need some sync [11:03] hi asac [11:03] asac, anmar or kiko is the track lead for graphics/multi-media [11:09] rickspencer3: i was listed there. so that was the mistake? [11:10] rickspencer3: i think i am supposed to do that ... but kiko is gone this week [11:10] asac, hmm, maybe I was wrong, I don't know why I thought it was anmar [11:10] asac, anyway, in terms of how to work summit, etc.. I'm sure jcastro would love to help you [11:10] rickspencer3: i am basically leading grpahics/middleware atm ... so it makes sense. but noone talkedto me [11:10] didrocks: new twitter [11:10] rickspencer3: i want to know who i should reach out to for getting specs from ubuntu dx etc. [11:10] didrocks: the website :-P [11:11] asac, I see [11:11] Cimi: ok, I don't use twitter, what's your issue? [11:11] I think jcastro and jono will help ou the best [11:11] rickspencer3: and how that is supposd to work ... [11:11] rickspencer3: ok will sync with jorge and then see [11:11] didrocks: just like facebook, it doesn't fit in the page [11:11] didrocks: because they are both designed to use 1024px of width [11:11] enjoy [11:11] didrocks: it's their fault, of course [11:12] rickspencer3: Is there some way to join the post-release app review board now? [11:12] didrocks: but this indirectly makes unity requires some sort of "fix" for the launcher [11:13] Cimi: if you use you browser fullscreen, the launcher should hide [11:13] davidbarth: sabdfl: hi guys. I've fixed the remaining visual bugs of the indicator-messages (alignment and dimension of the right label plus empty labels) here's a screenshot: http://imgur.com/EHETK.png [11:14] everything is in bazaar [11:15] :( ^^ [11:15] didrocks: are you suggesting me to use F11 on a netbook in order to use social networks? :-) [11:16] didrocks: this is not a solution :-) [11:16] Cimi: sure, but the launcher not disappearing is a known bug which won't be fixed because Natty :) [11:17] Cimi: another solution is to use gwibber and make kenvandine happy ;-) [11:17] and, just to disappoint ken [11:17] I moved from Gwibber to NewTwitter just now [11:17] :() [11:32] lovely Cimi [11:32] Cimi: ok, i'll attach that to the code review [11:32] has there been any discussion about landing that in 10.10 SRU? [11:34] sabdfl: it's on the sru list, but now it's late for a zero-day one [11:34] no need for it to be 0-day [11:37] ok, the latest changes seem fine in all of the cases the menu has to account for, ie particular application icons [11:37] davidbarth: I already replied to the code review [11:37] davidbarth: yeah I just don't draw the label when the pangolayout is empty [11:38] davidbarth: and I'm shrinking the size accordingly to the pangolayout's size [11:38] Cimi: right, seen that [11:38] Cimi: however, there is another difference i had no spotted, in that the time indications are not decorated in otto's designs [11:38] davidbarth: only thing I'm not sure is about using g_object_unref for some elements [11:39] Cimi: whereas we're decorating both the message counters and the time indications in the right column [11:39] davidbarth: yeah, just give me an API or a signal that I can send to the drawing code [11:40] davidbarth: something like "here please don't draw the fill" [11:40] Cimi: yup, that'll need to be another code change [11:42] davidbarth: what about freeing memory with gobject_unref? [11:43] davidbarth: could you tell me when it's required? === al-maisan is now known as almaisan-away [11:50] pitti: Perfectly reasonable to discuss this here. [11:50] or that [11:51] so, event2 seems innocuous [11:51] that's just the normal keys [11:51] Yup. [11:51] event3 is the hotkeys one which has a crazy event mask [11:51] Right. It's got itself a silly number of axes, and a button. [11:52] so, there's two things here: [11:52] 1) input3 has those crazy event masks [11:52] which will cause misidentification, and creation of extra joystick/mouse devices [11:52] 2) something synthesizes actual mouse-ish events on keypresses [11:52] and these _don't_ happen on input/event3 [11:56] RAOF: followed up with another test [11:56] Ah, ok. I hadn't seen your debugging on the bug. === MacSlow is now known as MacSlow|lunch === MacSlow|lunch is now known as MacSlow [13:44] hello :) [13:45] hey mterry [13:45] cyphermox, hi! [13:45] mvo: I found what was broken in synaptic following the porting, now it doesn't crash, I just need to fix some issues with signals I apparently didn't connect properly [13:54] mvo - if a package declares a Breaks on another package, will that Breaks also apply to other packages that Provide the broken package? [13:54] (i hope that makes sense) [13:55] eg, if mozilla-packagekit "Breaks" firefox-3.0, will it also Break firefox, which Provides firefox-3.0? === almaisan-away is now known as al-maisan [13:59] cyphermox: yeah, I noticed that this morning, I was excited to see it come up! [14:00] cyphermox: did you try to open it in glade and save it again? window_main.ui ? it seems like its eating all of the UIManager stuff if I do that :/ or is that just a problem with my version of glade or something (should be stock maverick) [14:00] it's awesome. just more of a let down after that when you see no menus work ;) [14:01] mvo: I'll give it a shot now [14:01] cyphermox: cool [14:01] cyphermox: yeah, the menus are really odd, I wonder why it converted to uimanager instead of "normal" menus [14:02] cyphermox: especially since glade seems to not support uimanager menu editing :/ [14:02] mvo: but I didn't use glade to convert, I used gtk-builder-convert [14:04] cyphermox: aha, ok [14:08] * kenvandine fixed gwibber notifications for facebook last night, i wonder if that was a good idea... sucks getting notifications for these silly facebook apps [14:08] gotta find a way to filter that junk out [14:10] mvo - i just tried updating my lucid KVM with update-manager, and i've just had the "Install button does nothing" problem that I mentioned to you a while back, but couldn't recreate [14:10] mvo - http://paste.ubuntu.com/508771/ [14:15] chrisccoulson: what does "ls -l /var/lib/apt/periodic/" show? a time very close to now? [14:16] mvo - reasonably. the timestamp is from about 25 minutes ago [14:17] chrisccoulson: I have a theory [14:19] chrisccoulson: I think I have a fix in bzr now [14:21] mvo - excellent! [14:23] chrisccoulson: if you put the backtrace in a bugreport, I will prepare a sru [14:23] mvo - ok, no problem. thanks :-) [14:24] my girlfriend will have no excuses for not updating the desktop machine then ;) [14:24] thank you :) [14:28] Sarvatt: trying out compiz with nouveau today - works like a charm! [14:28] (so far :) [14:28] mvo - ok, bug 656881 [14:28] Launchpad bug 656881 in update-manager (Ubuntu) ""Install" button sometimes doesn't do anything (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/656881 [14:47] hello folks, is maverick final shipping with this? https://bugs.launchpad.net/unity/+bug/647039 [14:47] Launchpad bug 647039 in unity (Ubuntu) (and 1 other project) "Using unity-launcher crashes Unity and causes a reload. (affects: 2) (heat: 10)" [Critical,Triaged] [14:47] i don't see any updates [14:49] hi OwaisL, guess it is since iso are being tested and will not be rolled again for non blocker bugs [14:50] seb128, mean I'll not be able to use Unity. sigh!! :-( [14:51] seb128, are you aware of the progress on this one? [14:51] didrocks, ^ [14:51] didrocks is maintaining unity and UNE === zyga is now known as zyga-lunch [15:03] hum, he is not there === zyga-lunch is now known as zyga === SmSpilla2 is now known as SmSpillaz [15:28] davidbarth: skype? :) [15:30] seb128: someone to ping dbarth for me :P [15:30] is he at home? [15:32] Cimi, he was around some minutes ago, not sure where he is [15:32] He's hiding from Cimi. [15:32] :) [15:32] jk [15:32] yes [15:32] i'm here, i'm here [15:33] stop pinging me all at the same time [15:35] ahaha damn [15:35] I need him ;) === bjf[afk] is now known as bjf [16:38] didrocks: sorry, what was the package again which does the background caching? [16:38] pitti, gnome-desktop? [16:38] ah, cheers [16:38] chrisccoulson: did you get an answer to your breaks question? policy manual seems to imply no: http://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks [16:39] no need to answer, seb128 is so quick :) [17:01] didrocks: online? [17:01] doko: yes [17:01] there are now cairo-dock-plugins *and* cairo-dock-plug-ins in maverick ... what's the difference? [17:02] didrocks: ^^^ [17:02] can one be removed? [17:05] doko: I think this should be asked to upstream, I'll next time I met them [17:05] ok, thanks [17:08] yw [17:12] davidbarth: sabdfl: now uses two different styles for counters and timers http://i.imgur.com/XPRuz.png [17:14] Cimi: sweet [17:14] I'm off for today, good weekend @ all! [17:15] enjoy your week-end Cimi [17:15] Cimi: good week-end, see you on monday [17:15] you too didier! [17:15] bye david! [17:19] jcastro: awesome blog post. I'll translate and use it heavily I guess :) [17:20] didrocks: I have printed it and hung it on my desk [17:20] jcastro: heh :-) [17:22] * kenvandine needs to see this blog post [17:24] haha... awesome jcastro! [17:36] oh wow... that's a cool feature. posting a url to an image to identi.ca automatically attaches the image to the post [17:36] so it gets rendered in gwibber :) [17:43] hum [17:43] vuntz, do you know if there is a gtk3 version working with glib 2.26? [17:44] seb128: nope [17:45] seb128: you need 2.27 [17:48] vuntz, :-( [17:48] will make harder to work on maverick for porting === al-maisan is now known as almaisan-away [18:21] seb128, libgwibber is now gtk3 ready :) [18:21] kenvandine, great ;-) [18:22] just need natty to upload too :) [18:22] not that it is important right now [18:22] however, it did make me notice a completely unrelated bug I'll SRU for maverick though [18:23] ok [18:23] yeah, we are waiting on natty for several things [18:24] since next cycle will be busy we should try moving early [18:24] and i really wish someone would look at bug 621952 [18:24] Launchpad bug 621952 in vala (Ubuntu) "‘_vala_dbus_register_object’ defined but not used (affects: 1) (heat: 85)" [Undecided,New] https://launchpad.net/bugs/621952 [18:24] i want to keep building locally with stricter flags, but that breaks [18:24] kenvandine, how come you didn't add a bug watch? ;-) [18:24] i did [18:24] oh [18:25] didn't do a affects [18:25] but there is a bug watch listed on the right [18:25] * kenvandine does that [18:25] it seems that should be an easy bug to fix [18:25] I will not step for it though, enough to do already :p [18:26] * kenvandine steps away for lunch [18:26] bbiab === ara__ is now known as ara [18:31] * didrocks out for sport and dinner (yeah, *sport*), bbl :p [18:32] seb128 you guys will be doing your blueprints right after release right? [18:39] jcastro, dunno, ask rick [18:39] I don't know who is in charge of doing that for us [18:47] kenvandine, porting to gtk3 mostly involves using the gi.reposiry right? anything else that needs to be done? [18:47] gi.repository* [18:47] it actually already did that [18:48] only thing i needed to change was using accessor methods instead of accessing properties directly [18:49] kenvandine, could you please link me to a guide or doc listing guidelines for porting to gtk3 [18:49] http://library.gnome.org/devel/gtk/2.91/gtk-migrating-2-to-3.html [18:49] CFLAGS='-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGSEAL_ENABLE -DG_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES' [18:49] kenvandine, thanks a lot mate! [18:50] is all i did... and fixed the errors :) === ara__ is now known as ara === zyga is now known as zyga-gone [19:06] Hello. I'm trying to run an application using wine. If su to root, I can run it from terminal. As myself, I get "wine: /home/jason/.wine is not owned by you". [19:07] gone to my /.wine directory and ran ls -l. Everything appears to be owned by me? [19:45] ok, time for a week-end (will be around tomorrow morning and a little bit the week-end) [19:48] ehcah: It's complaining about /home/jason/.wine, not stuff *in* /home/jason/.wine. [20:33] ehcah: sudo chown -R $USER:$USER /home/$USER/.wine then never ever ever run wine as root again :) [20:35] ehcah: http://wiki.winehq.org/FAQ#head-96bebfa287b4288974de0df23351f278b0d41014 [20:36] Hey Guys. Sorry I missed your suggestions. I had IRC minimized. [20:37] Sarvatt: I end up doing a complete uninstall/reinstall. [20:37] I have a different problem now: http://pastebin.ubuntu.com/509009/