=== Guest83203 is now known as Tm_T [06:14] Good morning [07:00] good morning [07:08] bonjour didrocks, ça va ? senses-tu mieux que vendredi ? [07:08] (err, how to write that correctly with the reflexive?) [07:09] est-ce que tu te senses ...? === ara is now known as Guest5294 [07:09] "est-ce que tu te sens mieux que vendredi ?" [07:09] so almost :) [07:09] yeah, I feel way better, thanks! [07:10] still sneezing a little bit, but nothing compared to then [07:10] and feeling a clear mind :) [07:10] after this week-end of i-cant-do-nothing, better to be on shape on Mondya! [07:10] Monday* [07:10] and you? how was your week-end ? [07:19] didrocks: fairly laborious on Saturday again; I went to my sister in Rosenheim to help her assemble furniture, put on mirrors and lamps and all that [07:19] (round 2) [07:19] didrocks: much more relaxed yesterday: badminton, sauna, and lots of reading :) [07:19] * didrocks won ikea's builder award [07:20] good morning desktopers [07:20] hey seb128 [07:21] didrocks: oh, seriously? wow! :) [07:21] bonjour seb128 ! [07:21] as-tu eu un bon week-end ? [07:22] pitti: argh, I wanted to write "pitti" instead of /me [07:22] pitti: to EJOKEFAILED [07:22] didrocks: ah :) [07:22] fix: FILLING COFFEE [07:22] hey didrocks pitti [07:22] * pitti sends a JOKE RESET packet [07:22] :) [07:22] pitti, oui, mais j'ai mal au ventre (gastro je pense) [07:22] "pitti won ikea's builder award" [07:23] sinon j'ai vu une pièce au théâtre et j'ai été à une soirée d'anniversaire [07:23] et en parlant d'ikea j'y étais hier [07:23] et vous ? [07:23] seb128: resté à la maison les 2 jours à cause du rhume, mais au moins, c'est passé [07:23] rester à la maison, ça permet de tout guérir, genre, si j'avais eu un match de tennis, je n'y serais pas allé [07:23] * didrocks fuit… :) [07:23] roooh [07:26] seb128: j'ai aussi eu affaire avec ikea, mais il assemblage :) [07:27] although most of that was in round 1 two weeks ago, on Sat it was more drilling, plumbing, etc. [07:27] "fun" [07:27] you do plumbing? [07:27] * seb128 doesn't like that, water leaks are no fun :p [07:28] seb128: well, the bits that you have under the sink [07:28] not all of it [07:28] ah, ok [07:28] and the linux stuff, of course :) [07:28] I can handle the plastic part of plumbing ;) [07:28] well, the smell isn't fun, if one has to fix a clogged pipe [07:29] but this was an entirely new kitchen with new parts, so that actually was fun [08:15] Hello, world! [08:15] hey mlankhorst [08:16] morning mlankhorst [08:46] willcooke, hey, no, the GTK thing does not *require* my ACK [08:46] willcooke, I'll test it nevertheless and top-ack it today [08:46] thx Saviq. Good holiday? [08:46] willcooke, yeah, real good, thanks [09:04] ahoy [09:05] morning Laney [09:06] good morning Laney! [09:06] didrocks, I've got a CI question, can you assist me? [09:07] hey Laney willcooke [09:07] willcooke: sure, if I'm still up to date :) [09:09] didrocks, I want to run a Selenium job on CI every 24 hours. I've got some pointers for the Selenium code, how to I go about getting it running every day? [09:09] hey seb128 et didrocks et willcooke [09:09] Laney, had a good w.e? [09:10] moar painting /o\ [09:10] lol [09:10] starting to look good now though ;-) [09:10] also had haggis last night [09:10] willcooke: CI has no generic solution for this :/ I needed to provide my own jobs in jenkins for this and they did provide my some VMs that I can reset, upgrade and such [09:10] see, that pays off :- [09:10] :-) [09:11] willcooke: selenium tests? Are you back on doing javascript/webby stuff? :) [09:11] didrocks, we need to poke start.u.c. every day to make sure it's not broken. [09:12] willcooke: so the meeting's tomorrow? [09:13] didrocks, might be easier to just use Canonistack? [09:13] mlankhorst, the 1:1? Yeah [09:13] I meant about xmir [09:14] willcooke: I think it would be better to use Canonistack, it's been a long time I haven't use selenium headless, but I can give a look if you want, that sounds fun :) [09:15] didrocks, I think it's probably about 10 mins work and a cron job. I'll get a small instance set up and perhaps we can take a look later in the week? [09:16] willcooke: sure! [09:23] mvo: good morning! === desrt_ is now known as desrt [09:59] heh, didrocks I seem to have done it! [10:02] nice! :) [10:05] Be afraid people - I'm writing production code. [10:05] * larsu is afraid [10:05] muhha haaa haaa [10:06] testing? we'll do it in producting [10:10] :D [10:25] willcooke, larsu: a bazillion GIFs from http://devopsreactions.tumblr.com/ pop up in my mind ;) [10:25] :) [10:30] :D [10:33] * jpds_ tries to picture willcooke in http://devopsreactions.tumblr.com/post/108534827486/delivering-a-new-feature-to-the-customer [10:36] pitti: adding i18n to systemd without glib -> pain ;) [10:39] didrocks: oh, how? [10:40] didrocks: most i18n stuff ought to be in libc already? [10:41] pitti: I'm more fighting with the Makefile integration [10:45] didrocks: oh, you mean the standard snippets/rules to build *.mo from *.po and the like? argh, yes :/ [10:46] pitti: yeah, seems that's done manually right now [10:46] didrocks: although these already should be in intltool's m4 and already present due to the polkit translations? [10:46] I don't see metacommand for the .pot files and so on [10:47] pitti: right, I was just thinking if this was done manually or not, but seems that they refresh the .pot and .po manually [10:47] didrocks: po/Makefile.in.in? [10:47] pitti: yeah, this is only for .po -> .gmo and msgmerge [10:47] pitti: btw, what's the difference between gmo and mo? [10:47] didrocks: right, one would have to do make -C pot systemd.pot to refresh it [10:48] didrocks: I'm not sure, I think they are by and large the same; perhaps just two different conventions [10:48] ... for file name suffixes [10:48] pitti: make is generating .gmo by default… (containing the polkit translations as well, which are uneeded…) [10:49] I guess due to: [10:49] CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) [10:51] * didrocks changed and get .mo, but doesn't seem right [10:52] let's see at least if the translations load. [10:52] ok, at least, it works, but not fan of changing Makefile.in.in [10:53] * didrocks needs also to expose GETTEXT_PACKAGE to config.h now [10:55] didrocks: Makefile.in.in is autogenerated [10:56] didrocks: and that should be fine -- install-data rule installs *.gmo as *.mo [10:58] pitti: oh, I missed that one, didn't try to make install, cool then! [10:58] didrocks: the Debian systemd package has ./usr/share/locale/fr/LC_MESSAGES/systemd.mo (and other languages) [10:58] didrocks: so AFAIK everything is just fine? [10:58] pitti: hum, I didn't get it installed on my system [10:58] weird [10:58] didrocks: remember we strip out translations from our debs :) [10:58] pitti: right, so it should be in the french language pack [10:58] didrocks: it ought to be in language-pack-fr-base [10:58] and still installed [10:58] * didrocks looks [10:59] dpkg -L language-pack-fr-base | grep systemd [10:59] -> nothing [10:59] didrocks: one would think that for a project with three main German developers there would be German translations, but there aren't :-) [10:59] didrocks: ah, probably not approved in Launchpad yet, let me look [10:59] ahah, that's because german people can read english :) [10:59] pitti: ah, making sense! [11:00] didrocks: ok, now I know [11:00] https://translations.launchpad.net/ubuntu/vivid/+source/systemd/+imports [11:00] didrocks: package doesn't build a .pot file during package build [11:00] didrocks: I'll handle that [11:00] pitti: yeah, that's the reason one it's not autoimported? [11:00] didrocks: that needs to happen first, and then ack'ing it from the above imports page [11:01] ah, ok, I don't know at all about those launchpad i18n internals :) [11:01] ok, good, thanks for looking into this! [11:01] pitti: just pushing my i18n functionality into the shared static lib [11:01] didrocks: so IOW: don't worry about that part -- just make sure your new files are in POTFILES.in so that they get into the pot, and all will be fine [11:01] and then, I'll rebase and good to go for systemd-fsckd! [11:01] \o/ [11:01] pitti: yeah, that's all good :) [11:02] pitti: the remaining part will be other plymouth themes (xubuntu, lubuntu, kubuntu…) but that should wait on the final systemd patch though (and is already broken under systemd anyway) [11:03] pitti: that + plymouth not receiving C input (when not under plymouth-x11), but that's another story, let's get some reviews meanwhile [11:04] glamor being tricksy [11:24] ooh, found a nice glamor_es2_pixmap_read_prepare function that can swap R and B for me.. might help with what I need [11:49] larsu: hi, can you please look at two notify-osd MPs by Alberts? [11:50] The last two on http://pad.lv/mps/notify-osd [12:08] mitya57: sure, in a bit [12:08] woah, how did the expose() thing even work?! [12:12] larsu: do you mean expose_handler()? [12:12] ya [12:13] IIRC it didn't work on Metacity/Mutter, that's why I bugged Alberts and he submitted this :)\ === JMulholland_ is now known as JMulholland [12:39] seb128: http://people.canonical.com/~bjoern/vivid/4.4.0/ for upload to vivid [12:39] Sweet5hark, great [12:41] * Sweet5hark buckles up, straps seatbelts, takes a deep breath, mumbles "brace for impact" and is ready for the ride ... [12:51] after some messing around I may have found a proper fix for those stupid formats. :P [12:51] nice mlankhorst === rickspencer3_ is now known as rickspencer3 [12:53] pitti: hum, seems that the makefile doesn't support ngettext. If I update the fr.po, add translation, make (which compiles the .gmo), and msgunfmt it, nothing [12:53] pitti: any idea that can lead me on some path before I start googling around? [12:56] Sweet5hark, sponsored, as well as the trusty SRU that was still on my todo :-) === MacSlow is now known as MacSlow|lunch [13:01] pitti: hum, a direct call with msgfmt does the same, weird… not sure what about the .po file isn't right (especially as it has been generated by intltool [13:02] pitti: ignore me, it's just that during the gettext -> ngettext, it has been marked fuzzy… [13:06] seb128: awesome, thanks! [13:06] Sweet5hark, yw! sorry it took a while [13:17] didrocks: re from lunch -- still anything to solve? [13:18] pitti: no, all good, doing a big rebase before submitting, maybe you want to have a look first? (as it's quite some dynamic code, I would love a pre-review from you) [13:19] didrocks: sure === alan_g is now known as alan_g|lunch [13:56] mitya57: approved those MRs. Do we have auto merging for notify-osd? [14:00] larsu: I believe it's managed by citrain [14:00] I can land it myself if you want. [14:01] yes, please [14:01] well, I don't care really, as long as it gets merged at some point ;) [14:02] meh I messed up something, right now I get color swaps every time the cursor blinks in libreoffice :P [14:02] mlankhorst, trippy [14:02] larsu: also, while we are here, please add lp:~mitya57/ubuntu-themes/wncktask to your review list :) [14:02] indeed [14:07] mitya57: are you sure that's what caused it? Ambiance has always set background-image for buttons (I simply moved it from another file into gtk-widgets.css) [14:07] mitya57: also, doesn't include Radiance [14:09] larsu: Radiance was working fine IIRC [14:09] let me test it [14:11] yes, Radiance doesn't have that problem [14:11] Also, I am not sure what exactly caused the regression, but it did not happen with pre-gtk3.14 ubuntu-themes === MacSlow|lunch is now known as MacSlow === alan_g|lunch is now known as alan_g [14:20] mitya57: weird. Well, I don't like the patch because it introduces more widget names in rules, but I doubt anyone cares enough to fix gnome-panel :) [14:20] mitya57: I'll approve it [14:21] larsu: Alberts (who is also gnome-panel upstream) probably cares [14:22] mitya57: oh cool, I didn't realize [14:23] larsu: but .button existed before this change, so actually I didn't add more widget names [14:24] larsu: what should be the correct fix? [14:25] mitya57: .button is a class. "PanelApplet" is a widget name [14:27] mitya57: not sure what exactly the correct fix is, but probably the panel could set .titlebar or something to get dark buttons [14:27] (header bars set the .titlebar class) [14:27] ok I did something stupi dthat caused it to revert colors on upload :P [14:28] larsu: hm, need to think about that [14:28] I will send a mail to Alberts, but let's have this anyway for now [14:29] ya [14:30] I see that he also has a MP in ubuntu-themes (lp:~albertsmuktupavels/ubuntu-themes/update-metacity-theme), but I think we don't need it this cycle [14:30] We'll need it in vivid+1 when we have new metacity [14:30] larsu: Thanks for approving! [14:30] yw [14:30] that branch is _crazy_ [14:31] why? [14:32] mitya57: oops, wrong one. I thought it was that huge one [14:32] no, no :) [14:33] so ... has anyone tried gedit 3.14? [14:33] for some reason I don't see any results in the "open" popover === lool- is now known as lool [14:36] larsu: forks for me: http://people.ubuntu.com/~mitya57/tmp/gedit.png [14:36] mitya57: interesting. Works for me in jhbuild strangly... [14:37] that is 3.14.1 [14:37] I'm on a custom 3.14.2 [14:37] I doubt that's the issue though [14:38] submenus in popovers are ugly [14:38] * seb128 didn't try it [14:39] bah, systemd-bootchart writes a 100Mb svg file that no image viewer is able to open [14:39] mitya57: indeed. My build removes the gear menu and puts a traditional menu bar back (in unitY) [14:39] seb128: read it in gedit! [14:40] just need a good svg renderer in your head [14:40] larsu, you think gedit is able to open a 100Mb file? lol :-) [14:40] I somebody feeds it a 3Mb log and get a grey window for like a minute [14:40] I wouldn't dare trying on that one :p [14:40] somebody->sometimes [14:41] seb128: s/gedit/vi/ [14:41] emacs you mean? [14:41] what? [14:41] (not friday yet?:) [14:41] sorry, I can't hear you [14:41] :-) [14:41] * seb128 runs convert and get a ENOSPACE in /tmp [14:41] looks like 3Go is not enough to convert the svg in png [14:41] shrug [14:42] I wonder why this file is so big... [14:42] yeah, same here === Guest99704 is now known as balloons === balloons is now known as Guest37568 === Guest37568 is now known as balloons_ [15:06] hum [15:07] $ schroot --list --all-sessions [15:07] session:click-ubuntu-sdk-14.10-armhf-044f1e63-c2ad-4bd7-ae15-00f18cb7c091 [15:07] I've quite some mounts like that on my desktop, I wonder if that's normal/where they are configured [15:07] mvo, ^ maybe you know? [15:08] I assume they come from the ubuntu touch dev env [15:08] but I'm unsure I'm supposed to have a stack of those mounts === jdstrand_ is now known as jdstrand === mardy_ is now known as mardy [15:24] hum [15:25] Failed to start powerd.service: Unit lxc-android-config.service failed to load: No such file or directory. [15:25] trying to upgrade powerd on my desktop hits that error [15:25] pitti, ^ known? [15:26] seb128: oops, we use powerd on desktop? [15:26] seb128: no, not known, but it's a relatively simple fix (downgrade Requires=lxc-android-config.service to Wants=lxc-android-config.service) [15:29] pitti, we don't use it on desktop, but it's pulled it by some touch components and can be installed [15:30] seb128: ah, ok; as it would never actually start under upstart on a desktop (start on started dbus and android) [15:30] Job for powerd.service failed. See "systemctl status powerd.service" and "journalctl -xe" for details. [15:30] invoke-rc.d: initscript powerd, action "start" failed. [15:30] after changing to Wants [15:30] core-dump [15:30] I guess that can't run on desktop [15:30] no :/ [15:31] it was not trying to run under systemd either, until recently afaik [15:31] I mean I've powerd installed for over a cycle and I'm using systemd for a while, it's the first time I've an update failing due to it [15:31] oh [15:31] seb128: right, I recently added a unit as part of porting the phone to systemd [15:31] you just added the unity [15:31] unit [15:31] autofingers :) [15:31] oops, stupid me :P [15:31] right [15:32] pitti, https://bugs.launchpad.net/ubuntu/+source/powerd/+bug/1411972 [15:32] Launchpad bug 1411972 in powerd (Ubuntu) "systemd service blocks upgrade on desktop" [Undecided,New] [15:33] seb128: hm, so what we could do is to tell dh_installinit to not try and start it on install [15:33] seb128: that won't harm boot and the phone, but avoid that bug [15:33] +1 [15:33] as the autogenerated postinst stuff wants invoke-rc.d to succeed [15:33] can't it be dbus activated? [15:33] if nothing tries to use it on dbus it wouldn't call the binary [15:34] seb128: I heard it can, but they still want to run it at boot because it also sets up stuff [15:34] not sure how early things talk to powerd, I don't know powerd at all I'm afraid [15:34] k [15:34] me neither [15:36] seb128: i. e. trying to start powerd crashes, i. e. the Requires= is actually correct? [15:37] pitti, I guess it is [15:37] Setting up powerd (0.16+15.04.20150120-0ubuntu1) ... [15:37] powerd start/running, process 1802 [15:37] it's lacking a depends on it then? [15:37] hm, lies! it's not running [15:37] [ 334.145907] init: powerd main process (1864) killed by ABRT signal [15:37] [ 334.145922] init: powerd respawning too fast, stopped [15:37] ah, yes [15:37] upstart still treats this as "success", which papers over this [15:39] the default upstart job waits for the "android" event [15:39] willcooke: I've uploaded a buggy version with sa28, sa29 should have the fixed pixel format stuff. [15:39] right, but it's started manually on installation [15:39] ogra_: ^ [15:39] not sure how that would work on an x86 desktop install at all [15:39] ogra_: so it just tries to start and crashes [15:39] ogra_: no, it wno't [15:39] mlankhorst, nice! thx [15:39] right [15:40] tested on libreoffice with desktop and es2, no longer get blue decoration for metacity :P [15:40] seb128: I followed up to the bug [15:40] pitti, danke [15:42] * pitti -> some errands, back in 30 [15:42] pitti, do you plan to do that --no-start change? [15:43] pitti, have fun! [16:21] seb128: this is ... ugly http://i.imgur.com/XGAud8K.png [16:22] larsu, indeed [16:22] larsu, is that what gedit looks like on macOS? [16:23] seb128: no, they don't show the "toolbar" [16:23] larsu, let's do the same? [16:23] seb128: http://blogs.gnome.org/jessevdk/files/2014/09/Screen-Shot-2014-09-02-at-22.05.52.png [16:23] larsu, it's a bit suboptimal though, it means common action are not easily available [16:24] right [16:24] larsu, would it be difficult to have a proper toolbar back? [16:24] and the cool new open-by-searching isn't, either [16:26] seb128: hm, I guess we could do something like that... [16:26] would be a bit hard to do dynamically, but possible [16:27] "dynamically"? [16:27] what is "open by searching"? [16:29] * mdeslaur cries looking at new gedit [16:32] mdeslaur: it looks really nice the way it was designed [16:32] i.e, with a header bar [16:33] seb128: dynamically depending on the desktop you're running on [16:33] seb128: would be easy as a distro patch [16:33] larsu: that's a matter of opinion :) [16:33] larsu, yeah :/ [16:33] seb128: "open by searching" -> you get a popover now when clicking "open" which has a search bar [16:34] what does it use as backend? [16:34] mdeslaur: the one we ship now looks like it's from 1998 [16:34] seb128: I don't know :) [16:34] seb128: doesn't work for me right now, but it does for mitya57 [16:34] larsu: yep [16:35] larsu: and they've managed to make it worse instead of better :P [16:35] larsu, looking from 1998 is sort of what desktop/productivity tools look like :-) libreoffice, firefox, tb, eclipse, ... [16:35] but let's not start in that discussion now [16:35] * larsu shuts up [16:36] larsu, sorry, let's just agree that different people like different things and not start another discussion on what design is best [16:37] seb128: what's our plan for gedit going forward? (i.e., post-unity8) [16:37] will we continue to patch it? [16:37] it uses GtkRecentManager [16:37] Laney: ah! Thanks [16:37] I don't know [16:37] depends if we keep using gedit by default [16:37] I'm asking because I want to know if it's worth it to put this much more work into it [16:37] topic for sprint? [16:37] and it looks like unity8 will have apps with header bars as well [16:38] I would expect that we don't and let it up to gedit guys to distribute it as they want [16:38] willcooke: true - is there one coming up maybe? :P [16:38] seb128: right [16:38] seb128: in fact, this is upstream work (talking in #gedit at the same time) [16:38] seb128: the menubar patch is almost-merged [16:38] larsu, yeah, it's up to upstream to deal with their users [16:38] awesome! [16:39] not sure if we should merge the remove-headerbar thing though (they want it, but agree it's ugly) [16:39] larsu, the issue atm is that things we distribute with the OS look like part of the OS and if they look crap users are going to blame Ubuntu for not being good and not gedit [16:39] right, of course [16:39] larsu, if we didn't install it and they would go to the appstore to install it I would not patch at all [16:39] I'm not arguing to changing it _now_ [16:39] they could deal with upstream through reviews [16:39] well [16:40] but maybe we should stop putting much more work into it and stay with 3.10 until we have a different default app [16:40] * larsu hates himself for saying this [16:40] bottom line is that I can't reply to "what is it going to be under unity8" since I don't know even if it still makes sense to install it there === sarnold_ is now known as sarnold [16:41] and I can't recommend anything to the gedit guys as long as we don't have a plan [16:41] sure, there are other desktops, but ubuntu is kind of important [16:41] yeah [16:41] Laney: opinion? [16:41] well you can recommend that they should support standard desktop [16:41] the same way they support osX [16:41] are they happy about the lack of toolbar/easy access to e.g open/save under osX? [16:41] yes, apparently [16:42] :-( [16:42] those guys are out of touch with reality [16:43] I'm sure if somebody was to suggest to remove the save icon under GNOME to just have it in a menu they would disagree [16:45] it's our decision - we don't need to take the new versionbn [16:45] *version [16:46] right, that was replying to the "what upstream should do" [16:46] would it be the worst to add a new .ui file for a traditional toolbar? [16:48] larsu: after email exchange with Alberts, I am going to land both my change (lp:~mitya57/ubuntu-themes/wncktask) and his change (lp:~albertsmuktupavels/ubuntu-themes/update-metacity-theme) [16:48] larsu, it's the same discussion we have some cycles and I don't like the options more than you, we can either ship both old&new gedit in the archive and seed the old one in Unity, or patch the new one to look ok under Unity ... depending which option has the best ratio investisment/return [16:48] Laney: no, but it won't be enough if we want to popover-open thing as well [16:48] larsu: do you have other pending changes for me to add? [16:48] We could stay on old stuff, but I think it's at least part of our job to try and advance [16:48] holding back means we either block ubuntu-gnome or have some grim forking situatino [16:49] Laney, we could easily package the old version as gedit3.10 and have both in the archive [16:49] yeah, I'd feel bad about blocking ubuntu-gnome [16:49] larsu, ^ [16:49] it would also allow users who prefer the new UI to install that on their Unity [16:50] Rename the binary, transition launchers and mimetype associations, handle whatever other weird interactions happen [16:50] have to cherry-pick fixes [16:50] mitya57: I still have two merge requests open for the theme. Do you have the powers to approve those? [16:50] larsu: yes [16:50] cool! [16:50] people seem to be happy with those [16:50] (finally gets rid of unico) [16:51] seb128, Laney: let's make this a topic for next week? (You're both there, right?) [16:51] larsu: let me test them first :) [16:51] mitya57: please do ;) [16:51] larsu, +1 (yes) [16:51] sure [16:53] we could also look at whatever kubuntu, xubuntu, etc are using and see if there is another good editor we could use instead, if we think gedit just goes in a direction with is incompatible with what we are doing [16:53] sure. This way people who want gedit could get the latest version [16:53] right [16:53] and they can decide if they like the headerbar or not [16:53] they are going to like it [16:54] but they are not going to like the interaction issues under Unity [16:54] or the fact that local menus don't work [16:54] or... [16:54] if that was a random app it would be their call, but we are going to be blamed for all the integration glitches [16:55] * larsu nods [16:56] didrocks: btw, feel free to mail me some git patches or so to look at [16:57] larsu, Laney, btw, the decision of what to do with gedit is up to you guys, I'm just stating my position but not going to block/force it either way, we could even go with new gedit and GtkHeaderBar is you think that's the right decision :-) [16:58] seb128: thanks :) [16:58] yw! [16:58] pitti: I'm just done! (was hour of rebasing to be I hope readable) [16:58] pitti: I'm just finishing a *last* test (should be taking 2 minutes [16:58] didrocks: yay you [16:59] we'll see, I guess it's too late to do that this cycle now [16:59] pitti: otherwise, it's there: http://people.canonical.com/~didrocks/systemd-fsckd/ [16:59] didrocks: I'll wrap up for today, but that's something nice for the train ride tomorrow [16:59] want to look into it next week though [16:59] pitti: as you can see a minute before your ping! :) [16:59] didrocks: ah yes, that's fine [16:59] Laney, k, makes sense [16:59] pitti: great! :) [16:59] pitti, do you plan to handle the powerd --no-start? [16:59] didrocks: that's against upstream master? [16:59] larsu: totem is another case we haven't solved, fwiw - tracker baked in quite deeply [16:59] pitti: yeah, fresh from 4 hours ago :) [16:59] well, tracker via grilo [16:59] seb128: can do, if noone beats me to it (not today any more) [17:00] Laney: totem has become a very different app from what it was before [17:00] pitti, k, let's see (I would do it if that would be a dput away but I don't want to start a CI landing today) [17:00] Laney: but yeah I agree. Not sure what we should do tbh [17:00] indeed [17:01] oh, am I dreaming or did frame extents land?! [17:03] ah. dreaming indeed. [17:03] Trevinho: what's the status of that branch? You said it would be landing soon? ^^ [17:03] also the huge-icons branch please :-) [17:03] larsu: bamf one? [17:04] Trevinho: no, the _GTK_FRAME_EXTENTS one [17:04] * Laney is working up to do an mvo [17:04] * Laney shoots from the hip pow pow pow [17:04] haha [17:04] (uploading $world for gnome-icon-theme -> adwaita-icon-theme) [17:04] larsu: mh, not landing ... Still finishing lim stuff, then on that [17:05] Trevinho: we don't have that long until ff... [17:05] let's please please please land it this cycle [17:05] larsu: well is it a feature? [17:05] no, a bug [17:06] larsu, you just ruined your ff argument :p [17:07] always say it's a feature ;-) [17:07] seb128: ya I noticed when Trevinho asked :) [17:07] it's not a feature, but I'd like to get it in before ff [17:07] it's sort of a feature [17:07] right [17:07] it's support for a new protocol [17:07] mhmh, seb128 you've a feature "sensibility" much stronger than me :P [17:07] lol [17:08] seb128: interesting. depends on how you look at it. as a user I'd say it's a bug that it's a bug that I can't move csd-windows all the way to the top [17:08] seb128: but yeah, as a dev it's clearly a feature [17:09] yeah, anyway landing it would be nice :-) [17:12] bregma_: are you doing a unity release soon? want https://code.launchpad.net/~andyrock/unity/lp-1404730/+merge/246579 :) [17:12] seb128: ah, I don't know if you saw it but I've pushed a patchset for that huge multithread issue in freetype.. It would be nice to mute all these bugs. [17:13] Laney, yes, was just focused on 14.04 SRUs last week [17:13] neat [17:14] * Laney notes that gnome-icon-theme-full managed to get onto the cd [17:14] * Laney giggles [17:14] Trevinho, oh, no, I didn't, nice! did you see that behdad had some work started around that as well? [17:29] seb128: yes, I just backported that... It's not my work :P [17:29] seb128: I've just done the packaging work [17:37] Trevinho, great [17:37] Trevinho, did his work get reviewed/merged? [17:38] seb128: sort of... [17:38] seb128: code is at https://code.launchpad.net/~3v1n0/ubuntu/vivid/freetype/multithread-safe/+merge/247373 [17:38] and trusty backport at https://code.launchpad.net/~3v1n0/ubuntu/trusty/freetype/multithread-safe/+merge/247375 [17:40] pew pew pew [17:43] mitya57: can you add a branch to your ubuntu-themes upload please? [17:46] (requested your review) [17:51] Trevinho, oh, cool, the freetype changes are in their trunk [17:51] larsu, Could you take a look at this? bug 1414025 [17:51] bug 1414025 in indicator-messages (Ubuntu) ""Call back" and the phone icon don't work in messaging indicator" [Critical,New] https://launchpad.net/bugs/1414025 [17:51] seb128: yes, there was a regression also (with chrome) but I included the commit that fixes it as well === balloons_ is now known as balloons [17:52] Trevinho, excellent, I'm going to upload that to vivid, then we can see about SRUing after getting some testing [17:52] tedg: sure, but might not today (at a hackfest) [17:52] and about to finish the day [17:53] (code for: beer is about to happen) [17:53] larsu, K, I just saw in bug mail, no one has pinged me on it yet. So I think that's fine. [17:54] Laney: when are you dropping by btw? [17:54] don't know [17:54] when do you leave? [17:54] seb128: cool [17:55] Laney: thursday night [17:56] Laney: added, thanks [17:57] ty! [17:57] larsu: it's kind of arduous to go there for just a day & not sure I have any free nights this week [17:58] if I did it'd be wednesday [17:58] no pressure [17:58] we'll see you at fosdem anyway, right? [17:58] ya [17:59] do like visiting CBG though [18:00] see. a reason! [18:00] I've also seen a lot of bikes here ;) === alan_g is now known as alan_g|EOD [18:00] ya that park by the train station is nuts (for the UK) [18:01] still haven't been in there [18:01] bike park [18:01] just loads of bike racks [18:01] oh! [18:01] haven't seen that either :) [18:01] a dutch person would be all "I can't even see the bikes, where are they?" [18:02] but it's impressive to me :P [18:02] http://pedaller.org.uk/wp-content/uploads/2014/06/ARH20140613-1137-Nexus5-13-Cambridge-bicycle-parking-at-train-station-resized.jpg [18:02] crazy! [18:03] heard they were building a multi storey bike park, not sure if it happened yet though [18:03] * larsu can check [18:08] right, pushing all these branches is boring now [18:08] will do rest tomorrow [18:08] * Laney goes climbing, ttyl [18:08] enjoy! [18:32] seb128: hmmm, libreoffice on vivid is dep waiting on the MIRs (and on mdds, which was already MIRed, but seemed to have dropped back to universe). [18:45] Sweet5hark, hi, regarding the l10n package: i hope you don't mind to add tweaks to replace "--host=x86_64-linux-gnu --build=x86_64-linux-gnu" in debian/config like it is done for boost and jdk [18:45] ricitz: huh? patches welcome. [18:47] Sweet5hark, I guess the LO buildsystem actually respects that now since 4.4 and obviously works while vivid switched to amd64 for arch-all builds [18:48] (while you are building the source package on amd64) [18:50] Sweet5hark, are the MIRs approved? [18:51] seb128: all mirs are in 'fix commited' by mterry [18:51] Sweet5hark, not libetonyek, is that needed? [18:51] seb128: libenotyek is not yet needed for this upload [18:52] great [18:52] seb128: doing that one on its own, wanting to get the approved ones through first [19:10] tedg: I think I've found the issue already... Don't have my device with me to test though [19:10] tedg: would appreciate if you could test it: https://code.launchpad.net/~larsu/indicator-messages/lp1414025/+merge/247638 [19:10] or wait for dednick tomorrow [19:11] larsu, I should be able to test it. [19:11] awesome [19:13] * tedg is trying to remember if indicator-messages jenkins makes debs… [19:14] I think it does [19:14] Yeah, looks like it does. [19:14] I'll wait then for that :-) [19:53] g'night [21:54] so, is there anyone who'd like to try updating nm-applet to 0.9.10.0? ;) [22:00] cyphermox: Do you mean actually doing the package merge/update? [22:00] yeah [22:01] TheMuso: it's more a joke, I wouldn't wish it on anyone [22:01] I would if I didn't already have a priority issue on my plate to deal with. :) [22:01] Oh ok. :p [22:01] it might actually be simple, but I'm not sure it will be ;) [22:01] it will still need to be done, but maybe not tonight [22:31] cyphermox: btw, I think ppp needs merged, as well [22:31] ppp got merged already [22:31] I'm working on fixing n-m-pptp, and then pppcapiplugin [22:31] cyphermox: oh, really. I'm outdated ;-) [22:32] ari-tczew: look at proposed :) [22:32] but you're right that the ppp change is what is blocking n-m, ppp in general from making it to release. [22:33] cyphermox: merge-o-matic doesn't look on -proposed [22:34] ah, right [22:35] well, it's in proposed now [22:35] if you want to work on network-manager-vpnc, network-manager-openvpn, network-manager-openconnect, those would be cool to fix up [22:36] but you're likely going to run into the same problem as I had with n-m-pptp; it requires a new libnm-gtk, which means fixing network-manager-applet (fixing being updating the applet->indicator patch) [22:36] so I'm knee deep in that, looking at the patches and dropping all those that we've been hanging on to for far, far too long [22:37] cyphermox: the first what we need is getting n-m into -release [22:37] everything is interconnected [22:37] to unblock ppp and n-m, network-manager-pptp and pppcapiplugin need to pass [22:38] ari-tczew: http://people.canonical.com/~ubuntu-archive/proposed-migration/update_output.txt [22:38] scroll down to Trying easy from autohinter: ppp/2.4.6-3ubuntu1 network-manager/0.9.10.0-4ubuntu2 [22:38] if you want to look at pppdcapiplugin, that would be cool, but I think that's a hard one too [22:39] ah, actually maybe not that hard [22:39] cyphermox: have you got a bug on LP with correct sequence to merging? [22:41] hmm, no [22:41] because I could read the required steps from update_output [22:41] but we can certainly open one if you want [22:41] cyphermox: pppdcapiplugin is a binary of isdnutils, right? [22:41] yes [22:42] cyphermox: should be this one merged asap? [22:43] cyphermox: question is, from unstable or from experimental? [22:49] I'm not familiar enough with it to be confortable saying it should be merged from experimental. [22:50] it's not rush per se; it will need to be merged *or* updated to accept building with ppp 2.4.6 [22:50] actually, that might even be an *and* [22:51] cyphermox: are you going to merge n-m-applet next days? [22:51] yes [22:52] my wish is tonight, but I haven't got to the indicator patch yet [22:52] cyphermox: wow, ambitiously [22:54] cyphermox: ppp is still waiting in -proposed. if I'll try to build with pbuilder locally, it will download an old ppp from -release, right? [22:55] I mean trying to build isdnutils [22:56] ah, yes, you'd need to explicitly tell it to build using -proposed too [22:57] I do this with stgraber's sbuild-launchpad-chroot; I don't remember exactly how you'd do this with pbuilder [22:57] but it's probably written on the wiki? [22:57] cyphermox: hmmm, maybe login to pbuilder's chroot and edit apt sources? [23:00] well, yes, that would be how to do it, but I'm pretty sure there is a way you can pass the right commands to a pre-chroot script or something [23:01] .. or you could ship it to a PPA ;) [23:03] cyphermox: I'll try to do what I can [23:19] ari-tczew: alright, le me know if there's anything I can do to help [23:27] TheMuso: hey [23:28] perhaps you can answer a question I have about accessibility [23:29] nm-applet uses GtkGrid for the table controls instead of gtk_table, so the patch you wrote for the info dialogs look like it's not going to apply cleanly anytime soon [23:31] do you know if there is anything special to do for GtkGrid aside from the same specifying of the ATK relations between the text label and the value, like for IP address? [23:32] actually, nevermind that, the patch remains the same, just not gtk_table and gtk_grid instead [23:33] cyphermox: I filed a bug upstream and posted a patch there... Obviously its not comitted yet... [23:33] cyphermox: Do you want the bug number? [23:33] oh, yes please [23:34] Ok, let me try and dig it up. [23:34] cyphermox: https://bugzilla.gnome.org/show_bug.cgi?id=726018 [23:34] Gnome bug 726018 in nm-applet "Enhancement request: Improve the accessibility of the info dialog." [Enhancement,Unconfirmed] [23:34] thanks! [23:35] it already applies much better [23:36] Cool.