[01:22] oops, it looks like seb128 broke gnome-control-center with his last upload, bug 1081826 [01:22] Launchpad bug 1081826 in gnome-control-center (Ubuntu) "gnome-control-center crashes with gtk warning" [Critical,Confirmed] https://launchpad.net/bugs/1081826 [01:23] I didn't care much for that navigation bar patch any way [01:24] jbicha: what are you plans with regards to seb's plans for the control center? [01:25] well I'm annoyed that that patch came back and isn't Unity-specific [01:25] ready to throw in the towel yet? [01:26] I'm not sure we need ibus 1.4.99 yet [01:26] hi [01:26] can i test your above mentioned stuff using raring daily image? [01:27] maxiaojun: sure, but you'll need to grab gnome-control-center 1:3.6.3-0ubuntu2 as ubuntu3 is broken [01:28] ok [01:31] maxiaojun: but I'm sure it will be fixed tomorrow [01:31] just for record, official ibus channel is #ibus, same net [01:31] ok, i will try it inside VirtualBox anyway [01:33] desrt: not quite yet [01:50] btw, tomorrow in which timezone? [01:52] maxiaojun: probably Europe/Paris [01:54] ok [02:03] concerning two keyboard indicator issue, ibus 1.4.99 may be a chance to fix it [03:58] achiang: no, it wasn't *yet*, it's on my list, but the list is huge :'( [03:59] cyphermox: i'm building a test package now [03:59] cyphermox: or at least attempting to... see my question in #u-devel? [03:59] cyphermox: (aka hopefully i can offload this from you) [04:03] I didn't see it, did you ping me? I didn't get a highlight :) [04:04] got it :P [04:10] cyphermox: backporting r364 was easy. i'm doing a test build now, and then i'll see about also importing some of the other patches related to leaks from upstream's history [04:11] sure. feel free to ask if you're unsure. but the other one you mentioned is still buggy [04:11] cyphermox: which other one? [04:12] g_string_append, that line 432 in src/applet-device-wifi.c [04:12] or at least, it could be better [04:12] if (is_encrypted) { [04:12] icon_desc = g_string_append (icon_desc, ", "); [04:12] icon_desc = g_string_append (icon_desc, _("secure.")); [04:12] } [04:12] that bit? === Optichip is now known as OptiAFK [04:14] yup [04:15] could just as easily be a g_string_append_printf as above rather than two calls :) === OptiAFK is now known as Optichip [04:17] package built fine, so i can send up an MP soon [04:17] not super familiar w/SRU paperwork process though [04:19] achiang: basically, just follow https://wiki.ubuntu.com/StableReleaseUpdates#Procedure [04:19] updating the package description and subscribing ubuntu-sru [04:19] cyphermox: ok, will give it a shot [04:19] hopefully this makes your life easier [04:19] :) [04:20] ping me if you need help with nominating the package for the release [04:20] alrighty [04:24] achiang: I really appreciate the help [04:24] cyphermox: maybe one day i'll become motu. :) [04:24] wish i had more time to work on distro [04:24] careful what you wish for ... :) [05:00] cyphermox: https://code.launchpad.net/~achiang/network-manager-applet/precise-lp780602/+merge/135586 [05:37] Good morning [05:39] pitti is the author of jockey and u-d-c ? [05:39] maxiaojun: yes [05:40] cool, two things [05:41] 1. can ubuntu provide a graphical hardware lister instead of requiring people to use 'lspci' ? do you agree with the concept? [05:42] 2. as i asked in previous mailing-list thread, some wifi chips still need b43, can jockey / u-d-c pull it? [05:43] maxiaojun: 1. the "system info" in control-center should provide this [05:43] 2. b43 should now work by default, as we ship the firmware; the wl driver explicitly needs to blacklist it [05:43] but I don't have hardware which works with b43; my dell netbook only works with wl [05:44] so I cannot verify on real hw [05:44] smspillaz: What's the main reason for separating glDraw/glPaint? [05:44] for 2 now means raring or quantal? [05:44] Other than guaranteeing call order in an unknown plugin sequence... [05:44] maxiaojun: precise or quantal [05:44] maybe earlier even, not sure [05:45] how do you ship it? [05:46] it's in linux-firmware, which we install by default [05:46] /lib/firmware/brcm/ [05:47] different from /lib/firmware/b43/ right? [05:48] the path doesn't matter much [05:48] but the content is different [05:49] ah, so that is not "the" b43 fw? [05:50] so if we still need the "other" b43 firmware, the b43-fwcutter package needs to get a Modaliases: header to identify the hardware which needs that firmware [05:50] but only those which don't overlap with wl [05:50] http://paste.ubuntu.com/1376507/ [05:51] actually b43-fwcutter package itself needs some update [05:52] i just have one laptop that only b43-fwcutter stuff work [05:53] what's the vendor/product ID of that card? [05:54] anyway, it's better to mention this ^ on a bug report [05:54] 14e4:4331 [05:54] i linked a bug report in previous mailing list thread [05:56] http://pad.lv/912941 [05:56] Launchpad bug 912941 in b43-fwcutter (Ubuntu) "Broadcom 4331 is not supported" [Undecided,Confirmed] [05:57] Good Morning. [05:58] btw, where is "system info", is it a raring thing? [06:06] no, in control-center [06:07] control-center? system settings? [06:07] Details? [06:11] yeah, might be system settings, too; I'm on a German locale, so I don't know the precise English terms [06:11] (the program name is gnome-control-center) [06:12] but that's far from useful i guess [06:12] i cannot know my wifi hardware at all [06:13] a nice related article http://www.webupd8.org/2011/07/how-to-get-hardware-information-in.html [06:14] just check the screenshots [06:17] both os x and redmond os can provide detailed hardware information using built-in graphical tool [06:23] os x: http://www.askdavetaylor.com/how_big_apple_mac_macbook_hard_disk_drive.html [06:24] redmond os: http://en.wikipedia.org/wiki/Device_Manager [06:24] we don't have it, we use 'lspci -vvnn' probably with 'grep' [06:25] maxiaojun: feel free to file a "main inclusion request" for your favorite gui hardware display tool [06:26] maxiaojun: see https://wiki.ubuntu.com/MainInclusionProcess for details [06:26] among those listed on the above mentioned blog post, HardInfo works best [06:26] but it seems unmaintained since 2009 [06:27] i know there is MIR [06:27] works best i mean on 12.04 [06:33] I wonder when Ubuntu One will be integrated in control center :> [06:34] it is already in it [06:35] But not integrated [06:35] though i just noted a issue that since i bought some music from Ubuntu music store, i already using Ubuntu One [06:36] but the control-center entry still ask me to install Ubuntu One [06:40] good morning [06:41] smspillaz: Ignore that question. I now remember glPaint is for occlusion detection. I wish it was more obvious by the name :{ === tkamppeter_ is now known as tkamppeter [09:01] seb128_, hey [09:01] larsu, ^ [09:02] seb128, thanks :) [09:03] seb128: this is the crashing seb, right? ;) [09:03] didrocks, I didn't restart my main client with the new lib :p [09:03] <- not crazy [09:03] hey [09:03] seb128 is too clever! [09:03] heh [09:03] I hope I will not need to restart IRC or my session during the day though ;-) [09:04] hey Laney [09:04] stop pinging people I would say |o| [09:23] good morning everyone [09:34] hey chrisccoulson [09:39] chrisccoulson, hey, how are you? [09:39] seb128, yeah, not too bad thanks. how are you? [09:40] chrisccoulson, I'm good thanks [09:49] seb128: bonjour [09:49] seb128: I hate users [09:49] seb128: when you break floppies, they don't stop complaining; then, when you fix floppies, the other half doesn't stop complaining [09:49] well, I don't hate the users really, I hate floppies [09:49] a lot! [09:51] pitti, hey, me too! [09:52] pitti, floppy and acls on filesystems, right? ;-) [09:52] yeah, the ACL bug is still a mystery to me :( [09:54] seb128: ping! [09:54] and seb128 is still up there \o/ [09:55] didrocks, works \o/ [09:55] great :) [09:55] * didrocks waits on jenkins to merge it [09:55] larsu, running my real client under your new patch, working so far ;-) [09:55] then, pushing the trigger [09:56] seb128, I feel honored! ;) Thanks for testing it out [09:58] didrocks, let me know if jenkins takes too long, then I'll merge it manually [09:59] larsu: I'm a little bit frightened about merging manually under jenkins' feet [09:59] didrocks, I've done it a couple of times, it works fine if you set the status to "merged" [10:01] larsu: let me look if it runs [10:01] yep [10:01] larsu: oh it's merged :) [10:01] just having emails lagging [10:01] \o/ [10:01] let me push the trigger for an automated upload [10:01] thanks didrocks! [10:05] larsu: it's building in the ppa now and waiting [10:24] pitti: can you bump the priority of https://launchpad.net/~ubuntu-unity/+archive/daily-build/+build/4004054? we need the fix ASAP on the distro [10:24] the other archs are on a 3-4 minutes timerate, which means it will built in the next 30 minutes I hope : [10:24] :) [10:25] didrocks: oui, je peux [10:25] pitti: un grand merci! :) [10:25] 32 minutes, way better :) [10:25] fini [10:25] larsu: FYI ^ I guess it will be hopefully in proposed in 30 minutes [10:25] (built) [10:25] I meant, 60 minutes [10:25] didrocks: currently building ubiquity and gcc, not the smallest packages [10:26] hm, we used to have three ppc builders [10:26] yesterday, 3 were available [10:26] * didrocks checks [10:26] * pitti asks in #devel [10:26] oh, just 2 today? someone stole the copper! [10:27] didrocks, nice! [10:39] salut mes amis [10:39] seb128, didrocks: I was wondering if we should do a french^WDesktop Development hangout some time soon: https://wiki.ubuntu.com/UbuntuDevelopment/Hangouts :-) [10:40] dholbach, hey [10:41] what's the principle? hang out and chat and take questions ? [10:41] morning dholbach :) [10:41] seb128, yes, whatever we want to do, we do - if it's a demo or just a chat or a presentation - everything goes [10:43] dholbach, why not [10:43] sure :) [10:43] personally I think demos always work best [10:44] so it could be "watch seb128 and didrocks, how they update 10 gnome packages in just 5 minutes" [10:44] or whatever else you have to talk about :) [10:44] we should do that when they are gnome updates to do then :) [10:45] which is not this cycle :p [10:45] well, unity update then ;-) [10:46] dholbach: it's a button to push soon [10:46] or even, done daily automatically :) [10:46] ok, then you can just how you slack off all day [10:46] héhé :) [10:46] I'll leave it up to you ;-) [10:46] or we can practise your German [10:47] "cracking the whip" session :) [10:47] or my French [10:47] whatever you feel might interest new folks is very much welcome [10:47] or if you need help somewhere [10:48] dholbach, let's discuss it next week? this week is a bit crazy [10:48] dholbach, around when did you envision doing it? [10:49] seb128, just grab a slot on the wiki page [10:49] whenever you like [10:50] dholbach, ok, I will think about it ;-) [10:50] great === vrruiz_ is now known as rvr_ [12:18] HI does ubuntu 12.10 supports EFISTUB bootloader?thx [12:22] bizhanMona, hey, try asking the question on #ubuntu-devel, bootloader is a bit lower in the stack than what desktop work on [12:36] seb128: thx will do that. [12:51] larsu: seb128: all build steps ok for indicator-messages, just need to wait in 9 minutes next copy to proposed [12:51] didrocks, \o/ [12:51] \o/ [12:59] good morning european people [13:00] desrt, hey [13:01] hey desrt [13:02] larsu: https://launchpad.net/ubuntu/raring/+source/indicator-messages/12.10.6daily12.11.22-0ubuntu1 [13:02] (rev 333 \o/) === gatox is now known as gatox_lunch [13:25] didrocks, !!! [13:31] didrocks: how did that whole automated uploading thing go from a few days ago? [13:34] desrt: "few" == 2 days in prod now :) [13:34] desrt: seems to work well, larsu quickly broke ubuntu automatically :) [13:35] didrocks: i warned you :) [13:35] desrt: well, we need tests [13:35] dogfooding isn't the only way to rely on things to work :) [13:36] desrt, morning! [13:36] larsu: hi. [13:36] desrt, this crash would have gone in with a regular release as well [13:36] desrt, /me was too stupid for g_variant_get ;) [13:36] we need to test indicator-messages better [13:36] larsu: _everyone_ is too stupid for g_variant_get() [13:36] * desrt fucked it up yesterday too [13:37] although the compiler caught me in this case... [13:37] * desrt had like foo (GAction *action) { gchar *action_name; ... ... g_variant_get (blah, "(..s..)", .., &action, ...); .... use_string (action_name); ... } [13:38] "uh... are you sure action_name is initialised?" [13:38] @#$@#$ g_variant_get [13:42] * desrt wonders why he types 'make -j 16' for webkit and sees 0.39 load average [13:44] desrt, lol. Mine was g_variant_get (v, "(uxsb)", &one, &two, &three) -- crashed when unpacking the 4th value [13:44] interestingly only on x86 [13:44] probably what was happening on amd64 was worse... [13:44] either that or it happened to have a NULL at the end [13:44] in which case the unpack is skipped [13:47] desrt, we really need a gcc extension for it. Like the printf one [13:47] larsu: i tried writing one. it's exceptionally non-trivial. [13:48] i wasted a good 3 days on it at one point [13:48] really? [13:48] holy **** [13:48] ya. gcc extentions are a mess [13:48] there is hope, however [13:48] since then a few people (including mozilla?) have written frameworks for writing gcc extentions in python [13:48] and also: clang [13:49] didrocks: the unity upload you did, only has one of the changes you claim to include =) [13:49] https://launchpadlibrarian.net/123689550/unity_6.12.0-0ubuntu2_6.12.0-0ubuntu3.diff.gz [13:49] xnox: urgh, but wth? [13:49] I applied the two diffs :/ [13:50] grrrr, uploading the new one [13:50] larsu: https://gcc-python-plugin.readthedocs.org/en/latest/working-with-c.html#spell-checking-string-constants-within-source-code [13:50] larsu: this looks like it would be exceptionally easy to deal with [13:50] didrocks: happens, if you use a VCS for debian source packages =/ [13:51] desrt, nice! [13:51] desrt, we could do lots of warnings for glib and glib-object [13:51] larsu: ya... [13:51] xnox: uploaded, thanks :) [13:51] ;-) [13:52] desrt: wow, that is so cooL! [13:52] my favourite would be "you called G_DEFINE_INTERFACE on a vtable struct that doesn't have GInterface as its first member" [13:52] * xnox slowly backs away [13:53] desrt, that happens to people? [13:53] ya [13:53] i do it about once a year [13:53] * larsu apparently writes too few interfaces [13:53] fortunately i'm getting better at recognising the symptoms [13:53] which is approximately [13:53] (1) i've been writing a new interface [13:53] and [13:53] (2) WEIRD things are happening [13:54] haha [14:03] mvo, you need to ping someone if you need a review ;) [14:03] mhr3, doesn't launchpad send you emails? [14:04] mhr3: oh? I was not aare of this [14:04] mhr3: like anyone? or specific people? [14:04] larsu, it does, and there are hundreds of them :P [14:04] mhr3, I was expecting exactly that answer :) [14:04] mvo, probably someone from unity team? :) [14:05] if you don't ping the right person, they'll probably forward it [14:05] mhr3: haha, ok [14:05] mvo, for the stuff you're working on, i'd start with Trevinho or andyrock [14:06] mvo, general rule of thumb: whoever's listed as "author" in the file you patched [14:06] mhr3: yeah, I alredy gave him a review [14:06] mhr3: I didn't write on MR, but I contacted him for few changes [14:07] Trevinho, ah, cool :) [14:08] larsu, hah, i usually just copy those and leave anyone in "Authored by" for double fun :P [14:08] mhr3, haha that sounds like ...... fun?! [14:09] larsu, it's called "make someone suffer" :P [14:10] lol === gatox_lunch is now known as gatox [14:19] larsu: btw: 90% chance i won't be in bremen [14:21] desrt, well, there's always a next time :) [14:23] thanks larsu [14:24] Trevinho: I did address the points I think :) or did I miss something? [14:25] Trevinho: aha, ok, got the updated MP now [14:25] :) [14:26] Trevinho: will work on that next, it means I need to implement the desktop-id algorithm in software-center now which looks like a bit of duplication, but maybe there is a implementation of this already (and if not it looks easy enough :) [14:26] mvo: I'm probably hitting another apt bug on switching back now [14:26] :P [14:26] mlankhorst: *nooooo* ;) [14:26] mvo: probably there's something around to compute it... [14:26] mlankhorst: looks like you should consider a career in QA ;) [14:27] mvo: unfortunately gio doesn't provide it, if you load an app via .desktop file it can't compute it's id -_- [14:27] I was trying to force all lts-quantal packages to be unremoved with apt-get install xserver-xorg [14:27] it gives it to you only if you already open an app via its id [14:27] Trevinho: heh :) thats funny, so if you have it already it gives it to you? crazy ;) [14:28] mvo: xserver-xorg has a break and conflicts on xorg-renamed-package http://paste.ubuntu.com/1377183/ [14:29] all of the packages with -lts-quantal in the name provide xorg-renamed-package [14:29] mvo: yeah, exactly :) [14:29] hence none of the packages with lts-quantal in the name should be considered for keeping.. [14:29] mvo: don't know if it's not implemented by purpose or if it's still missing, but that's a fact :/ [14:33] mlankhorst: hmm, yeah, looks like the problem resolver is failing badly, at leat this time its not happening when dpkg is already called === m_conley_away is now known as m_conley [14:36] yeah it's a hairy situation though [14:37] I want the problem resolver to come up with 'hey none of the lts-quantal packages work any more, see what else can satisfy it' [14:47] woops [14:48] would probably have helped if I depended on the physical packages there [15:23] seb128, ping [15:23] robru, hey [15:23] hey ;-) [15:23] seb128, ken told me to pester you about some SRUs that he needs to get done, can you help/guide me with that? I know nothing of the SRU process. [15:23] sure [15:24] robru, the documentation is on https://wiki.ubuntu.com/StableReleaseUpdates [15:24] seb128, ken says he "need needs" unity-chromium-extension gnome-control-center-signon libsignon-glib [15:24] robru, you basically need to have a minimal diff which includes only the changes to fix the issue you want to fix [15:24] seb128, I think ken was saying that they're done, they just need to get approved? [15:26] robru, ok, so basically Ken needs me to find somebody to get those accepted is what you say ;-) [15:26] seb128, yes ;-) [15:28] cyphermox, hi :) [15:28] seb128, hi [15:29] robru, thanks ... pinged the SRU guys [15:29] ricotz, hey [15:29] seb128, there is a rhythmbox gst1.0 build available in my ppa [15:29] the packaging isnt cleaned though, just a "prove of concept" and it works with disabled visualizer-plugin [15:30] ricotz, laney has one as well in https://launchpad.net/~ubuntu-desktop/+archive/gstreamer1.0 [15:30] hey [15:30] Laney, btw we should start uploading that stack soon I think ;-) [15:30] ricotz: what did you do? just build the branch? [15:30] seb128, ah i see ;) [15:30] seb128: yeah, there are still some possibly worrying mixed stack cases that dont have any work in progress [15:30] Laney, yes, just the gstreamer-1.0 branch [15:31] ricotz: right, I merged it into the 2.98 tag and applied that diff [15:31] ok, good [15:31] do you know if upstream plans to merge it any time soon? [15:31] sorry, idk [15:31] want to ask? [15:32] seb128, thanks [15:32] hum, I'm out for ~45min trying to debug my aunt machine having email issues, bbiab [15:32] robru, yw! [15:32] cyphermox, jfyi the networkmanager package should be called 0.9.7.0~ since that is what it contains ;) [15:33] miro gtkpod goobox gnomeradio [15:33] those may be broken if we upload the new stack [15:33] also libu1ui [15:33] which AFAICS uses gstreamer just to install fluendo [15:34] Laney, i guess while the visualizer plugins isnt ported it won't get merged [15:34] didrocks, ken and I fixed your concerns here: https://code.launchpad.net/~robru/unity-firefox-extension/inline-packaging/+merge/135237 can you approve now? ;-) [15:34] ricotz: maybe [15:34] didn't the branch have daap disabled too? [15:34] ISTR it being two plugins [15:34] yes [15:35] ricotz: looking! [15:35] mmm [15:35] not sure about uploading to ubuntu with it in that state [15:35] libclutter-gst-dev (>= 1.4) should be libclutter-gst-2.0-dev (>= 1.4), [15:35] didrocks, I have a couple others for review too ;-) [15:35] uh huh [15:35] the version is redundant in that case [15:36] Laney, the clutter-gst api didnt really changed, just bumped for gst1.0 [15:37] hmm, debian/*.prs usr/share/gstreamer-0.10/presets? [15:37] in -data.install [15:37] i already got fixed locally [15:37] not sure if this simply should go in 1.0 [15:37] ok [15:39] Laney, could you push the totem package to gnome3-ppa quantal? [15:39] robru: approved, you can ping your prefered jenkins master to get it merged :) [15:39] ricotz: you should be able to copy it [15:39] if you view the ppa in the web interface [15:40] didrocks, oh, is there more than one? I've been working with vrruiz the last couple days, but he suddenly got busy... [15:40] Laney, not a copy a rebuild with ~ubuntu12.10.1 [15:40] robru: vvruiz, fghinter, alesage or mmrazik :) [15:40] 2 of them are on vacations though [15:40] didrocks, cool thanks [15:40] yw! [15:40] mvo: I'll just open another bug for apt then :) [15:40] Laney, i can grab it too later [15:41] didrocks, hey, you forgot to mark 'approved', you just made a comment ;-) [15:41] might do it after finishing the ubiquity port [15:41] thanks [15:41] ricotz: greenified :) [15:42] didrocks, thanks. and I'm not ricotz ;-) [15:42] robru: speak more! s + smart completion is a general failure :) [15:42] in fact, I should probably remove this weechat "smart completion" [15:42] didrocks, robru, hi, yeah i got a bit confused ;) [15:43] didrocks, so just type 'ro' before hitting tab ;-) [15:43] I use first 2 letters most of the time.. [15:43] robru: yeah, but the thing is supposed to complete by the latest speaking on a channel matching the letters you type [15:43] so one letter + tab is generally enough [15:43] we have too many r and s here :) [15:44] didrocks, ah, well you should file a bug so that you can hit 'tab' multiple times until it gets it right ;-) [15:44] robru: yeah, or just fix it TBH :p [15:44] didrocks, aaaaaannnnnnyyyyyways.... can you review this one too? https://code.launchpad.net/~robru/signon-keyring-extension/inline-packaging/+merge/135496 ;-) [15:45] sure sure :) [15:46] before building, I like it :) [15:46] now, let's see… === Amaranthus is now known as Amaranth [15:51] robru: approved! good work :) [15:51] didrocks, thanks ;-) [15:51] didrocks, got time for one more? ;-) [15:51] thanks to you :) [15:51] robru: how could I refuse? :) [15:51] didrocks, https://code.launchpad.net/~robru/webaccounts-browser-extension/inline-packaging/+merge/135463 ;-) [15:52] robru: not ignoring the .pem is on purpose? [15:52] ah yeah [15:52] as we store the key [15:52] didrocks, yeah, build fails without the .pem [15:53] didrocks, I was considering just 'add -f' the one .pem and leaving other .pems ignored, but ken told me to unignore .pems in general [15:54] robru: yeah, that's fine IMHO [15:55] robru: small comment though [15:55] see MP [15:55] didrocks, of course [15:55] didrocks, this is why I ask for reviews ;-) [15:56] robru: yeah, always better to double check! :) [15:58] * desrt looks out over a sea of green [16:01] desrt, you high? I doubt there's any green in Toronto at the moment... [16:01] ;-) [16:01] desrt: is that the pond near the airport? :p [16:01] robru: jhbuild results page [16:01] ahhhhh [16:01] things are going *very* nicely lately [16:01] desrt: daily upload then! :) [16:01] I built jhbuild once. once. ;-) [16:02] meta-gnome-core-shell builds with 100% success at this point [16:02] extras as well [16:02] (after applying my gnome-control-center patch, of course) [16:02] disk-utility is failing due to too high udisks dependency [16:02] didrocks, ok, fix pushed, please approve ;-) [16:02] mvo: woops, might have helped it conflict more by having some old package installed accidentally [16:02] and there's some stupid issues with graphviz and libmusicbrainz [16:03] but everything else is perfect [16:05] mlankhorst: oh, does it still fail? [16:06] not sure yet [16:07] but it probably didn't help [16:09] didrocks? [16:09] robru: building fine, files installed at the right place. perfect and approved:) [16:09] didrocks, thanks! [16:10] didrocks, ok, one last one I swear ;-) [16:10] didrocks, https://code.launchpad.net/~robru/webapps-applications/inline-packaging/+merge/135247 ;-) [16:10] robru: heh, keep them coming :) [16:10] got a stale xserver-common in my ppa somehow.. [16:11] didrocks, actually ken said there were none left to do after this... I pestered him to give me a list of packages to do but he wouldn't ;-) [16:11] robru: oh? maybe cyphermox can use some help then! :) [16:11] robru: there are still some on the indicator/notify-osd stack [16:11] as it seems you love that… ;) [16:11] (oh also oif) [16:12] didrocks, yeah actually... the only thing on my plate for today is to hassle people until these land. [16:12] didrocks, so I could definitely do more if there are some available [16:12] excellent, please cyphermox ^ [16:12] let me review first [16:12] cyphermox, yeah, if you want to assign me to inline 3-4 packages today that would be cool [16:14] robru: debian/copyright -> I guess TBH it should be all canonical :) [16:14] just a minor thing, but simplifying the license and all the work we do in ubuntu for packaging is copyright canonical [16:14] I don't think ken will object :) [16:15] didrocks, so just drop the whole last paragraph there? [16:15] robru: didrocks: what's left by my count is appmenu-gtk, globalmenu-extension, indicator-applet, appmenu-qt, libappindicator, sni-qt ; picking any in the list is fine, just tell me which :) [16:15] robru: yeah [16:15] cyphermox: you have notify-osd and the oif stack as well, right? [16:16] ah, yes [16:16] there are those too [16:16] robru: so start with indicators one first I would say ^ [16:16] cyphermox, ok, that's 6. I'll take the last three, so appmenu-qt, libappindicator, and sni-qt [16:16] see, there are a lot of fun here :) [16:16] cyphermox, oh, ok [16:16] ok wait [16:17] didrocks, you want me to do indicator-applet? [16:17] robru: the first line is all indicators, so your plan works :) [16:17] didrocks, cyphermox, ok, the three I originally said stand. ;-) [16:17] thanks robru, cyphermox :) [16:19] didrocks, ok, pushed that copyright fix, please approve ;-) [16:19] it's building building building… [16:19] didrocks: how did libindicate look after all, anything jumping out? was I too tired when I did it ? :) [16:21] robru: and approved :) [16:21] cyphermox: hum, did I miss this review? [16:21] let me look again :) [16:21] there isn't a MR, it's one I told you about early this morning [16:21] or do you rather just review it later? :P [16:22] cyphermox: oh right, yeah, I didn't get time, TBH, I planned to go outside running for some hours ago and still didn't get to it :) [16:22] cyphermox: so no, didn't review that one, just finish what you wanted and I'll review :) [16:23] that one and libindicator (which I reviewed I guess) [16:24] * didrocks refreshes the stack of indicator deployed by jenkins [16:32] * didrocks goes out to do some exercice, back in an hour [16:34] * xnox unity takes a while to compile [16:41] xnox: welcome to my world :) [16:42] mvo: ok false alarm it seems, it seems to have gone insane for having the xserver-common weirdness.. [16:42] didrocks: and I have i7 and doing a parallel build =) [16:42] sorry, i5, not i7. [16:43] still seems to need some help to switch forward though on multiarch [16:45] mlankhorst: yeah, with multiarch it's a pain to dist-downgrade and dist-upgrade unless all enabled arches are insync. [16:46] didrocks: now that I have built it, why are there so many lintian tags, including warnings & errors. [16:47] xnox: not that, getting E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. [16:47] I can help it out with apt-get install xserver-xorg-lts-quantal libgl1-mesa-glx-lts-quantal:i386, though.. [16:47] never saw that before. [16:48] * mlankhorst stresses apt's limits a bit more than usual.. [16:51] mlankhorst: since you get an error message instead of a coredump, it may mean that you are not first one to actually do this =))))) [16:51] there is hope =) === m_conley is now known as m_conley_away [17:12] didrocks, back yet? [17:28] robru: can I help? [17:28] cyphermox, probably ;-) [17:28] cyphermox, I was just curious about appmenu-qt, because it's not owned by a team. It's the first one I've seen owned by an individual. [17:29] didrocks, cyphermox: so the comment looks weird here: http://bazaar.launchpad.net/~robru/appmenu-qt/inline-packaging/view/head:/debian/control [17:30] cyphermox, like, who is this person? are they active? is it ok for me to say that this one guy is going to handle the packaging for us once it's inlined? [17:32] ah, no it's pretty much because it wasn't moved, I think this branch should belong to ~indicator-applet-developers too [17:36] argh [17:36] I can't get my laptop or my desktop to boot into a live env due to a multitude of failures [17:36] anyone ever used vbox USB passthrough? [17:37] heh. I get crazy lag [17:37] cyphermox, so how would I go about fixing that? [17:37] It "sees" the webcam but cheese shows a-nothing [17:42] robru: pushign the branch to the new location once it's all merged [17:43] gah, the lag is painful [17:43] Laney: right, is the webcam enabled via Fn-hotkey? [17:43] why is everything so slow [17:43] Laney: or give me the branch & I can test this on my netbook. [17:44] * xnox had zero luck doing webcam over usb-passthrough [17:44] cyphermox, but I mean... do I have permission to fix that? or are we waiting for agateau to merge my branch and then push it somewhere else? [17:44] * Laney hides under xnox [17:44] robru: let's check that out with mmrasik [17:44] I'll push it but it could be a pile of failure === m_conley_away is now known as m_conley [17:47] xnox: most of them are false positives [17:47] xnox: and due to compiz [17:48] didrocks: hm? [17:50] xnox: the hardening-no-fortify-functions is a false positive one, as steve looked at it [17:50] the executable-not-elf-or-script or generate by dh_migrations [17:50] W: unity source: quilt-build-dep-but-no-series-file [17:50] W: unity source: patch-system-but-no-source-readme [17:51] ember: unity-common: python-script-but-no-python-dep usr/lib/unity/makebootchart.py [17:51] -> quilt was added by someone else [17:51] xnox: yeah, we don't want to add the python dep on purpose [17:51] it's used by autopilot only [17:51] and that's all of them [17:51] didrocks: that's wrong. that file should then be shepped in the unity-autopilot package. [17:51] didrocks: and the python dependency should be there. [17:52] didrocks: or port to python3 =) [17:52] xnox: the unity-autopilot didn't exist at the time, it can be moved [17:52] didrocks: yes, please. [17:52] xnox: "please"? [17:52] xnox: TBH, I don't really like this ton [17:52] we can see how you will deal once you will have more than 40 packages under your responsability [17:53] especially for things where the quality of the package is not directly impacted [17:53] didrocks: i can do merge proposals if you like. [17:54] xnox: yes please [17:55] didrocks: and sorry about the tone. it was not meant like that. I am not sure, how I was suppose to say "oh, since unity-autopilot didn't exist at the time, I see why the python dep was not explicitely added at the time. But now that autopilot package exists, moving that file there is a good idea. I agree with you, can this be a wishlist packaging bug/task?" [17:56] xnox: it's more on the "17:46:25 xnox | didrocks: now that I have built it, why are there so many lintian tags, including warnings & errors." which I find pedantic and accusive [17:56] accusative* [17:56] didrocks: I do understand that maintaining a large stack of packages is hard and in no way trying to point it out. [17:56] thanks :) [17:57] didrocks: it's the first time I built unity myself, and I wondered if there was a good reason for it to be in a state like it is or I should fix it. [17:57] xnox: apart from the python one, I think you can remove quilt now that we have inline branch [17:57] usually large amont of lintian can be very much intentional. [17:58] didrocks: well, I recognise the quilt one, as some of my packages have it - if you built it as both 1.0 or 3.0 source package depending on the target release. [17:58] then we have the executable-not-elf-or-script and hardening-no-fortify-functions which are wanted [17:58] so I don't actually mind that one. [17:58] the only "error" is a false positive [17:59] I meant: [17:59] patch-system-but-direct-changes-in-diff [17:59] but this is due to merge-upstream [18:00] xnox: btw, the MP should be done for lp:unity now [18:01] xnox: as we are moving all packaging inline [18:01] didrocks: that was going to be my next question =) [18:01] ack. [18:03] hmmm, our street is rapidly turning in to a river [18:04] chrisccoulson: running that much? [18:04] raining* [18:04] our street has a rather ironic habit of turning into a lake... [18:04] * didrocks has a broken head after today :) [18:04] didrocks, yeah, it's been raining pretty heavy for the last half an hour [18:05] here, the weather is cold, but not rainy [18:07] didrocks, chrisccoulson: we have a foot of snow in Winnipeg! [18:07] robru: waow! what's the temperature? [18:07] robru: pfft. 'real canada' [18:07] enjoy your snow, eh? [18:08] desrt: you definitively don't live in canada :p [18:08] didrocks: ask robru. he'll tell you :p [18:08] heh ;) [18:08] I am getting on a plane in a week... ;-) [18:08] and I'm never coming back to this town! [18:08] seems like a relief :) [18:08] where are you moving btw? [18:08] robru hates winnipeg [18:09] I am moving to Victoria, BC. it's a cute little coastal town... they only get snow for a few days per year. [18:09] and also they're a cycling haven... they're like Canada's copenhagen ;-) [18:09] robru, lucky you! i love snow :( [18:10] oh, sounds lovely :) [18:10] robru, want to swap for a few months? [18:10] birmingham is lovely at this time of year [18:10] honest ;) [18:10] chrisccoulson: you should know better than to believe any of us would believe the words 'birmingham is lovely' coming from your mouth :) [18:10] chrisccoulson, if you love snow so much, you should strongly consider moving to Winnipeg. ;-) [18:11] desrt, heh ;) [18:11] chrisccoulson: but only if you also love having bricks thrown at you [18:11] robru: is the weather better than Seattle? I hear that it was already raining around there [18:11] seems like 150kms away [18:11] didrocks, yeah, it's actually quite sunny in Victoria. I don't know how to explain it, but there's this one mountain that shaped just right to deflect all of the rain clouds over into Vancouver instead.... ;-) [18:12] robru: "let's have the USA keep their weather" :p [18:12] didrocks: having some issues with actually testing reverse-depends of libindicator for now; for some reason my internet is really slow this afternoon [18:13] but I updated to fix the issues mentioned on the MR [18:13] (about to push now) [18:13] cyphermox: no worry, I think I'll review tomorrow right now. [18:13] ok [18:14] robru: cyphermox: just keep them coming as you can, I'll review that in my inbox :) [18:14] I'm going to stay up until I finish at least ubuntu-menu-bar; and perhaps oif and notify-osd too [18:14] ok [18:14] cyphermox: sweet! [18:15] cyphermox: I'll do the part 2 of the bootstrap [18:15] meaning the message and commits [18:15] any bootstraps missing? [18:15] I can do them too [18:15] didrocks, I have a good 6 hours left on my shift, you probably dont want to stay up that late.... but you can get more reviews tomorrow ;-) [18:15] cyphermox: I think I ended up what is merged [18:15] ok [18:15] robru: I would love them \o/ [18:15] robru: then, tomorrow, we can talk together (I think we didn't) about the step 2 of the boostrap [18:16] which is really simple :) [18:16] yup [18:16] for the indicator packages my script works well :D [18:16] heh :) [18:16] didrocks, yep, I know very little about this process, i just do what I am told so far ;-) [18:16] didrocks: you just don't trust my work ;) [18:16] robru: well, you know, the process is new to everyone, we just shape it as it goes :) [18:17] cyphermox: not that, it's just that I wanted for tomorrow to have more things running [18:17] cyphermox: oh btw, you did notice the 3rd merge I'm doing? [18:17] 3rd merge? [18:17] it's when there is something to release, to have at least one additional commit to release [18:17] didrocks, ok, you have a new one in the email ;-) [18:17] oh, right ok [18:17] robru: too late, just closed thunderbird (lucky? ;)) [18:17] just for changing thing to check that it works [18:17] cyphermox: right [18:18] cyphermox: I'm only doing those for projects that have something not in distro [18:18] like a commit not backported already and so on [18:18] that's why all projects don't necesserally have it [18:19] waow 14s of lag, I guess it shows I should EOD :) [18:20] * didrocks waves good evening [18:20] and enjoy inlining :) [18:22] Hey, would anyone have a problem with the paper cuts team having a brief meeting here in about 40 minutes, or would you prefer us to do it somewhere else? [18:24] notgary: looks like nobody minds :) [18:25] desrt: I guess I can take the silence as implicit consent :) [18:26] notgary, I don't mind... [18:27] robru: explicit consent is of course always preferred :) [18:28] notgary: is ubuntu-meeting booked? Cause if not, you can highjack it & use the meeting notes bot with #startmeeting title [18:32] I wasn't sure if our thing would be big enough for Ubuntu meeting. I was thinking of holding it here and seeing what kind of turnout we got before moving onto that. [18:32] notgary: asked on #ubuntu-irc and was pointed to http://fridge.ubuntu.com/calendars/ looks like #ubuntu-meeting is free. [18:32] http://fridge.ubuntu.com/calendars/ [18:33] Heh, free all day [18:33] Thanks for the heads up [18:33] notgary: meh, I think the _whole_ ubuntu-motu meetings sometimes have like 3 people in it. But the onlookers are great =) [18:34] Heh, fair enough :) [18:34] notgary: ask for a meeting to be put on the fridge on #ubuntu-irc. #ubuntu-meeting is always a good place to hold meeting, as there won't be accidental interruptions to the conversations. [18:34] notgary: plus fridge is an advertisement platform for meetings ;-) [18:35] xnox: thanks for the advice :) [18:36] np [18:36] I think it's too late to change it now as people will probably miss it, but next time I'll set that up. [18:55] notgary: Hi :) I heard a meeting is about to happen ? [18:55] hey everyone [18:56] MRC1: You heard right. Hold on a few more minutes. [18:56] :) [19:04] notgary: ok so you're having the meeting here instead of #ubuntu-meeting after all? [19:05] ignore me [19:06] cyphermox: you must have missed my last message about it being too late to change it this time, but next time we'll do that [19:06] yeah yeah, no problem :) [19:06] right [19:06] Who's all here for the paper cuts meeting? Say hello if you ar. [19:07] hi =) [19:07] hey [19:07] <_Psy_> Hi [19:08] Anyone else? MCR1, I'm looking at you :) [19:08] Ah well, he'll be back [19:08] Anyway [19:09] Thanks a lot for coming along. I appreciate you taking the time to attend [19:09] If anyone's not familiar with the agenda, you should quickly check it out here https://wiki.ubuntu.com/PaperCutsRaring/Meeting1 [19:09] The first item: [19:10] how are we doing? [19:10] So far we have... [19:10] fixed 8 bugs [19:10] notgary: Sry, I am here now :) [19:10] No probs [19:10] :) [19:10] @all: Hi [19:11] 8 paper cuts fixed: 6 committed upstream and 2 already released [19:11] For a project that was on it's last legs this time last month, I'd say we've gotten off to a greta start [19:12] So far we've been focusing mostly on Rhythmbox bugs [19:12] and 4 of the fixes are in there [19:12] Anyone got any thoughts or comments on our progress so far? [19:12] Hoe are we doing? [19:12] What could we be doing better? [19:13] A specific point was raised on the mailing list [19:13] about the role of GTK in the project [19:13] i'd say we're doing good [19:14] It was pointed out that a lot of the bugs fixed so far have been issues in GTK, rather than the app they were reported in [19:14] radu: excellent. Nice to know it's not just my warped outlook on life :) [19:14] <_Psy_> Well, I can say that I was not sure about the "app focusing" plan, but I'm very surprised about the results and I must give congratulations for the idea [19:15] yeah, for that. Since GTK+ touches a lot of projects, I'd say if we want to target it specifically, we should give it a larger time period than the rest [19:15] <_Psy_> Its really making sense, focusing the project [19:15] I'd say a good idea with GTK, a good idea to work on problems near the foundation of things... [19:15] I was sceptical about the potential success of it too [19:15] but it seems to have worked out well :) [19:16] As for GTK, I was thinking maybe we could give it some kind of preferential treatment, maybe targeting more bugs to it than we would on anything else. [19:16] What do people think about that? [19:17] that would be my idea too. Maybe treat it like three-four normal applications [19:17] <_Psy_> Yep, I really believe that can be the foundation on where the papercut project gravitates, because many bugs found and reported are foundational ones: GTK+, Unity, Compiz. [19:17] <_Psy_> And thouse papercuts are usually difficult to report if you don't have a good test case on one app [19:17] Yeah, I hoped I would not have to say that - _Psy_ I agree 100% [19:18] personally, I think targetting Unity is not such a bad thing. Some Unity bugs should be easy to fix (typos, descriptions etc), and this has a direct impact on all Ubuntu users [19:18] Compiz as foundation of Unity is even more important IMHO [19:18] Unity has it's own foundational technology, called Nux, which is an interface widget library developed specifically or Unity [19:19] I'm not sure how it all works, but perhaps we could know out some bugs in Nux that manifest as paper cuts in Unity [19:19] notgary: I have contributed a lot to both projects (Compiz/Unity) already, so I can help with this [19:20] who's the goto guy for Launcher API? [19:20] Not sure. We can ask on the Unity dev and design mailing lists [19:20] Unity devs hang around in #ubuntu-unity [19:20] Or we could ask there :P [19:21] MCR1, notgary yeah... I just joined. Thanks. [19:21] Anyway [19:21] we should probably wrap up this item and conclude that we're going to look closer at the foundational technologies in Ubuntu [19:22] It would be important to have some scripts, setting up build and testing environment for Compiz/Unity as those are not easy to set up [19:22] ok, that would be a good summary [19:22] <_Psy_> My feeling is that Unity/Compiz/GTK+ must have a permanent "focusing" week every month [19:22] I saw the idea of Papercutters PPA [19:22] MCR1, I agree with the scripts idea [19:23] Which is a perfect segway into that item [19:23] A pity we don't have a seaway sound effect for that :P [19:23] The paper cutters PPA would just be a catchall holding area for any scripts and apps that are developed for helping out the paper cuts proejct [19:24] So far we've got a single script for reporting the current progress of the project for the current cycle https://wiki.ubuntu.com/PaperCutsProgressReporter [19:25] and I was hoping to iteratively expand it as we go on, turing it into a very comprehensive guide to how we're doing [19:25] This would be the first one to go in [19:25] and I was wondering if anyone had any ideas for anything else we could stick in our toolbelt. [19:25] There was mention of setup scripts for Compiz/Unity and friends [19:26] I could try to build some basic scripts that help to set up Compiz/Unity, but that is not so easy as it sounds... [19:27] Yeah, those ones are quite nasty [19:27] but otherwise it is important for a contributor to be able to test his fixes, without having to set up everything from scratch [19:27] So how would you think these scripts should work? [19:28] in terms of workflow for the user/contributor [19:28] Every info regarding building Unity from source is heavily outdated [19:29] So I suggest adding scripts like "branch_and_build_compiz_and_unity_from_source.sh" would be helpful [19:29] That would indeed be helpful [19:29] to Ubuntu at large as well as the paper cut project [19:30] They should pull in all build-deps, pull/update bamf/nux/libunity/compiz/unity and install the builds to the home dir for testing [19:30] How difficult do you think it would be to keep them unto date? [19:30] *upto [19:30] So people can start hacking on it more easily [19:31] well, there are many unannounced changes all the time, soooo - rather hard... [19:31] Maybe we could enlist the help of the Unity devs for this [19:32] We'd also need to make sure we tested it regularly, to make sure it worked [19:32] probably daily [19:32] that would be great [19:32] and any build failures should be reported as bugs [19:33] This sounds like a great idea because of the benefit it will have for Ubuntu as a whole. [19:33] we could start with hacks on Compiz though, as those would be much easier to test... [19:33] Do you know of any small ones that we can get started on? [19:33] I have developed a way of testing Compiz plug-ins and fixes, that is quite simple and efficient [19:33] yes, I got a ton of them ;) [19:34] Awesome [19:34] <_Psy_> notgary: So far we saw many bugs that goy stuck just because we needed the input from design or UX team to clarify a possible "good" behave of the UI [19:34] _Psy_ [19:34] Yeah [19:34] _Psy_: Yes, design is not very responsive, I agree... [19:34] <_Psy_> So, I think to have them roaming makes a lot of sense [19:34] that's something I've been working on trying to fix [19:34] See also the ayatana list [19:35] a ton of great ideas without any response whatsoever [19:35] I've spoken with mpt about how to get more response from design [19:36] He said that if we assign the bug to jnick_tait, a project manager on the design team, then he'd get it delegated to another memebr [19:36] hopefully leading to more members of the design team working with community members [19:37] that would be something appreciated from the community I think [19:37] He also said it was ok to ping jnick_tait on #ubuntu-design if we wanted to get his attention [19:37] Though I would suggest letting a little time go by before doing that :P [19:37] <_Psy_> Oh, thats great [19:38] many bugs are just bugs and do not really need design input, so there is enough to do [19:38] I think this is another bit we can wrap up now [19:38] In summary... [19:39] Start working on build scripts to get the foundation packages up and running more easily [19:39] and pester design to provide input [19:39] Next... [19:39] Another idea was suggested for the reporting of paper cuts [19:39] instead of asking people to report them on pre-release CD, where the code was likely to change anyway [19:40] <_Psy_> MCR1: yes, but sometimes just with a little input you can quicly dismiss a bug and avoid to wate resources. [19:40] we should be soliciting paper cuts from stable releases [19:40] <_Psy_> (sorry if I'm a bit slow, english is not my first language) [19:40] yes and there are other great ideas, which would not need much work to get implemented (ideal for papercutters), but need-design [19:40] Where the code is frozen and much less likely to be broken [19:40] I agree, _Psy_ [19:41] In the past, a lot of bugs that are a natural part of pre-release software have been sent as paper cuts [19:41] clocking up the system and making it tougher to spot genuine ones === _Psy_ is now known as druellan [19:41] Well, currently, only a handful of people are marking papercuts in the bug tracker, so this is not such a big problem [19:42] At the moment yes, but it would be great for it to be a big problem, if you see what I mean :) [19:42] You're right that a lot of paper cuts aren't being reported right now [19:42] but that's something I'd like to change [19:43] If we ask people to sit down for an hour or two with their favourite app [19:43] heh, yeah I understand what you're saying [19:43] and just tell us everything they find annoying about it [19:43] then we'll never be short of paper cuts to fix [19:43] If we can get them doing that ... [19:44] Well, if you want more "average user" contributions, you must target what people already have installed. [19:44] Then we need to make sure they know to do it on stable releases, and not betas [19:44] it is important to get high-quality bug reports, which are easily reproducable then - that is a half-fix already [19:44] druellan, MCR1: exactly [19:44] pre-release software is a moving target in terms of fixing bugs [19:45] at least if you not a Canonical developer [19:45] so we should focus our attention on stable code [19:45] in the case right now, 12.10 and 12.04 LTS [19:45] in the case of Compiz/Unity you will always hack on latest trunk, no ? [19:45] Yes [19:46] The bug is reported in stable code [19:46] and tested/fixed on development [19:46] notgary, the stable release have limited scope for updates though [19:47] you also need to get the issues fixed in the current serie before doing an SRU [19:47] yeah, the issue will be fixed for the next release anyway [19:47] yes, that is what I mean [19:47] Hmm, goods points. [19:48] you fix stuff in trunk, then you backport it [19:48] OK, that's a good point. [19:48] backporting might be difficult, especially for the LTS [19:49] Even worse if you are trying to fix an upstream bug, like GTK+, thouse are unlikely to be backported to a LTS [19:49] it gets harder once the code diverges too much, because you have to fix conflicts [19:49] radu: which is why they should be reported and fixed in pre-reales. Now I'm getting you [19:50] Ok, focus on the current trunk sound like the best way to go about it. [19:50] but generally most bugfixes will apply cleanly to LTS (old) versions of the code also [19:51] well, you could restrict the bug reporting to the stable version. This is not a problem. But the fixes will probably be available with the next release and might not be backported [19:51] If we summarise that it's best to focus on pre-release and not current stable, and that I'm talking nonsense, will everyone be cool: :P [19:52] bug reports can and should also focus on current stable if they are still valid for trunk [19:52] it's usually better to fix trunk [19:52] so you know the bug is fixed for the futur versions [19:53] you need that anyway if you want to SRU a fix because the stable update will not be accepted if the bug is not fixed in the current serie [19:53] MCR1, that's my opinion also [19:53] but fixes should be done in trunk versions and later backported [19:54] ok, so focus on bug reports from stable version. Fix in trunk, if still present. And backport if possible [19:54] does that sound resonable? [19:54] yep [19:55] yep [19:55] Right... [19:55] Last item from the agenda is the future of #ubuntu-papercuts [19:56] Since I set it up, I've noticed there's been net to no traffic in there. It's also been suggested that the paper cutters hang about here in #ubuntu-desktop so the work we do has greater exposure to the rest of the development community, since this is the hub of that. [19:57] I also think it's useful to have the desktop team generally aware of what we're doing since our focus on the CD effectively makes us s sub team of them [19:57] I have no problem with that and think we do not need a new channel, there are really enough #ubuntu-* channels already [19:57] it makes sense to have discussions about usability issues on the channel that's on topic of the component which has the issue [19:57] e.g here for desktop stuff [19:58] #ubuntu-unity maybe for compiz/unity [19:58] seb128 chiming in here is evidence enough of the usefulness of that :) [19:58] ;-) [19:58] I think it makes sense. Papercuts will always gravitate towards UX [19:59] So maybe we could use #ubuntu-desktop as out main channel, and move into the relevant channels as and when we need to, such as #ubuntu-unity for talk about Unity [19:59] +1 [20:00] MCR1 's vote is enough to decide :) [20:00] +1 as well [20:00] * druellan rises a +1 [20:00] I'll closed down #ubuntu-papercuts in a couple of days [20:00] ok [20:00] I'll change the entry message to point people here [20:01] so anyone that doesn't here about this won;t try to join a non-existent channel [20:01] So, that's the agenda out the way. [20:01] Anyone got anything else that's like to add [20:01] ? [20:01] Ejem [20:02] About Unity [20:02] Go ahead [20:02] Its not better to call it Unity/Compiz and to focus the raring cycle to both? [20:02] I've found several reports that turned to be about Compiz more than Unity [20:03] I think that's what we're going to do [20:04] Compiz, GTK and Nux are the three primary foundation technologies in the Ubuntu GUI [20:04] and so we're going to look closely at all three of them [20:04] both in Raring, and in the future [20:04] stuff there is unlikely to be papercut though [20:05] a very good decision IMHO [20:05] cyphermox: good point [20:05] (or at least feel to me like) [20:05] The bugs themselves may not be paper cuts, but they can manifest as such [20:05] I've closed plenty of bug reports that sounded like they were simply paper cuts in this app or that [20:05] But, from the user point of view, Unity and Compiz are almost the same, they both shape the desktop [20:05] often when bugs exist for a long time there is a reason [20:05] right, but the whole idea of papercut projet initially was to be small annoying bugs that can be easily fixed ;P [20:05] or said different: they are not trivial to fix [20:05] cyphermox: I can not confirm that. Although people think that everything in Compiz/Unity has to be very complicated it often is not... [20:06] MCR1: you're right, but it also has a high chance to be [20:06] sure, some are also hardcore ;) [20:06] as opposed to elements closer to the user, like a specific application [20:07] if you build a house, you gotta take care to build a good fundament [20:07] yes [20:07] The point here is not to dismiss unity reports just because for a dev are different beast. If they fall from Papercut's scope, then, be it. [20:07] right [20:08] I think it would be good to at least spend a cycle looking at these sort of bugs [20:08] shouldn't be dismissed, but taken care of carefully. [20:08] It's a good idea to get some feedback from the main developers, like on the Rhythmbox bugs. They can tell us if it's easy to fix or not :) [20:08] I didn't follow everything, but did you engage with unity devs for getting papercut reports? [20:09] seb128: time to stop working :) [20:09] developers will test and proofread every merge-request anyway [20:09] desrt, oh? [20:09] unless you're in north america today? [20:09] MCR1: yes, but the papercut idea is to identify low-hanging fruit, that's before the merge request point [20:09] cyphermox: we haven't yet, only because we haven't gotten round to looking at Unity yet [20:09] desrt, I started at 10 and I've been away from 16 to 21 [20:09] notgary: ok [20:09] desrt, with lunch in the middle of 10-16 [20:09] seb128: lazy, then :) [20:09] desrt, ;-) [20:10] We've already seen that plenty of paper cuts can be fixed in GTK, so we're just extending that to the other foundation graphical technologies, though we may draw the line at X.Org :) [20:10] We'll take a cycle to see how it goes [20:10] And regular meetings like this one will stop us going too long down the wrong path [20:10] MCR1, I was thinking of getting feedback when marking the bug as a papercut, if it's tricky or not [20:11] you guys can probably talk to attente about GTK things you hack on [20:11] We're just trying new things right now and seeing what happens [20:11] he joined recently and he's working on GTK [20:11] o/ [20:12] attente, hey, I guess you would be fine helping the papercut guys to get their usability fixes in shape to land in GTK? [20:12] attente, or working with them trying to see what makes sense at least ;-) [20:13] seb128: sure thing, as long as i understand what's happening [20:13] attente: how are the menus? [20:13] desrt: still working on the action group export [20:14] but we now ignore tearoff menu items properly at least [20:14] nice [20:14] is the menu syncing itself fully completed and no longer crashing? [20:15] there's still the one case that crashes, removing a separator from the end of a menu [20:15] i want to get the action group working before looking at that [20:15] maybe we should work together tomorrow. i wouldn't mind looking at that. [20:15] ok [20:15] also [20:15] how are you handling the actiongroup API? [20:15] if the menu is build using GtkUIManager, the menus don't appear at all [20:15] implementing the interface on the GMenuModel of the parser itself or as an auxilliary object? [20:16] auxilliary object [20:16] good enough [20:16] radu: Well, if you make a comprehensive bug report with exact information on how-to-reproduce the bug it *could* be determined from there, but what is easy and what is hard ? - for a foreign coder a English tooltip might be hard to fix, while for a native English-speaker code might be hard to fix, so... [20:16] desrt: i thought this was the better way of doing it [20:16] attente: possibly [20:17] considering the menumodel tree is recursive in nature and you want them all to share a single actiongroup... [20:17] attente, don't worry, the papercut are usually about small usability issues and there is no requirement to get things fixed, it's mostly a matter to try to help the contributors to get their patch in bugzilla up for review or comments ... even if the fix is not right it might be a good step to help getting the issues resolved ;-) [20:17] it makes the API slightly less awesome, but you don't really have to care about that since it's internal anyway [20:17] attente: thanks a lot for offering to help. How would you like us to bring you in on the GTK bugs we look at? [20:18] Also, I think we can consider the official part of the meeting over :) [20:18] I'll grab the logs later and pick out the things we need to work on and stick them on a wiki page somewhere [20:18] notgary, attente: I would suggest you just use launchpad bugs for tracking (and maybe open a bugzilla ticket as well) and subscribe attente when there is a patch up for review [20:18] notgary, thanks for hosting this [20:19] Next time, we'll do this in #ubuntu-meeting, so I don't have to do that :) [20:19] notgary: thanks a lot [20:19] notgary: are there already bugzilla tickets written up? [20:19] notgary: Great Job ! Respect 8-) [20:19] notgary, attente: I do watch GTK bugs as well so I will make sure we find a way that works for everyone [20:19] seb128: thanks! [20:19] no problem. Thanks a lot for coming along :) [20:21] yw ;-) [20:44] 'night [20:44] good night [20:44] and thanks for your input earlier [21:40] hello everyone [21:40] is the papercuts ninja meeting over? [22:01] there is a special place in hell for people who think they should barf their random pet bug behaviour into some other unrelated bug because that one has more 'bug heat' and the party looks more fun there as there are lots of inconsistent comments already. [22:03] rigved: yep, over. === m_conley is now known as m_conley_away === attente is now known as attente_zzz