/srv/irclogs.ubuntu.com/2015/09/08/#ubuntu-desktop.txt

pittiGood morning04:45
didrocksgood morning!06:32
* didrocks has been fighting for 15 minutes to get some wifi, grrr network-manager06:33
larsugood morning!06:54
larsudidrocks: hi! I'm having nm problems as well. Need to reboot constantly06:55
didrockslarsu: once I'm connected, I'm fine here, it's just to connect…06:56
didrockshey larsu ;)06:56
larsudidrocks: ya me as well06:58
larsubut sometimes it doesn't reconnect after suspend06:58
didrocksyep, or after a new boot06:58
didrocksthen, sometimes stopping the service and restarting works06:58
didrocksbut some other times, you really need to reboot06:58
* didrocks has this for 6 months06:58
pittihey didrocks, hey larsu!06:59
larsumorning pitti!07:00
didrocksbonjour pitti !07:00
pitticomment allez-vous ?07:00
didrockspitti: ça va très bien, et toi ? pas de mal de tête après ton cours de français ?07:01
pittididrocks: en effet j'ai quelques maux de tête :-( -- alors, ce déjè commence avant la course, hier midi07:02
didrocksaïe :/07:02
pittije ne me sense pas comme une rhume, c'est étrange07:02
didrockspitti: peut-être de la fatigue générale ? pas assez dormi, etc.07:03
pittididrocks: ce sont les premières nuits froide, peut-être c'est ça07:03
pittieffectivement j'ai eu beaucoup de repos07:04
tjaaltondidrocks: guess I have a fix for your crasher07:16
didrockstjaalton: \o/07:17
tjaaltonwill push it soon07:17
tjaaltonit was caused by the update of x11proto-core07:17
didrockstjaalton: tell me if you want to have it a try on a ppa, I still can't really trigger it reliably, but I have 2-3 crashes a day07:17
tjaaltonwhich was meant for xserver 1.1807:17
didrocksoh07:17
didrocksinteresting07:17
tjaaltonI'll push it anyway, it's safe.. oneliner07:17
didrockswhat can go wrong in one line, right? :p07:18
didrocksok, keep me posted ;)07:18
tjaaltonhttps://bugs.freedesktop.org/attachment.cgi?id=11720007:18
* didrocks looks07:18
didrocksah, all that pain for a non nullified variable07:18
tjaaltonthat's the patch, upstream got a different one in 1.18 but this might still land in 1.17.x07:18
* didrocks likes when the rationale is 30 times longer than the fix :)07:19
tjaaltonhttps://bugs.freedesktop.org/show_bug.cgi?id=91316 is the bug07:22
ubot5Freedesktop bug 91316 in Server/DDX/Xorg "Xorg crashes a lot" [Major,Resolved: fixed]07:22
didrockstjaalton: ah, I get now your comment here about latest xproto07:24
willcookemorning all07:52
didrockshey willcooke07:53
larsumorning willcooke07:54
tjaaltondidrocks: xserver uploaded, should arrive soon07:55
didrockstjaalton: excellent! will keep you posted07:56
Laneyhi hi08:01
larsuLaney! What up?08:03
didrocksgood morning Laney08:04
Laneyhey!08:05
Laneyhow's it going?08:05
larsugood good :)08:05
didrocksgood ;)08:05
LaneyGREAT!08:07
pittihey Laney!08:08
larsuwow :)08:08
Laneyit's a pitti08:09
didrocksLaney: no, "c'est un pitti" ;)08:09
pittioui !08:09
pittiil faut parler français ici08:09
didrocksexactement !08:10
Laneykungcono pitti08:10
pittididrocks: et tu dois défendre seb128 aussi, pendant il est en vacances !08:11
pittiLaney: Zulu?08:11
Laneyor at least google's version of Zulu :P08:11
didrockspitti: un français en vaut bien deux, non ? :)08:11
* pitti donne didrocks une accolade08:12
* didrocks donne une accolade en retour à pitti08:12
* larsu wonders how French survived in this channel now that seb128's not here08:14
didrockslarsu: don't challenge me in summoning the french community to invade this channel :p08:15
* larsu shuts up08:15
Laneylarsu: not sure I dare ask... but I have a dbus question...08:15
Laneyhttp://irclogs.ubuntu.com/2015/09/07/%23ubuntu-desktop.html#t16:45 please to look if you have time08:15
larsuLaney: the dbus test runner failure?08:24
Laneyya08:25
pittiI retried http://autopkgtest.ubuntu.com/packages/d/dbus-test-runner/ an hour or so ago, if you mean that08:25
pittiit succeeded again08:25
pittiyay flaky tests08:25
Laneyit is a real failure though08:25
pittihttp://autopkgtest.ubuntu.com/packages/d/dbus-test-runner/wily/ppc64el/ you mean?08:25
Laneyyes08:25
Laneya real race condition08:26
Laneyalthough I didn't get it on my desktop with 99999 or so iterations08:27
Laneythe ppc64el porter machine gets it in < 5008:27
larsuugh, this looks nasty08:34
Sweet5harkthis reminds me of some project, cant point my finger on which: http://devopsreactions.tumblr.com/post/128322627867/its-a-slow-oversized-and-ugly-framework-but-we09:01
Sweet5harkit is friday yet?09:01
larsuKDE?09:02
Sweet5harklarsu: close. ;)09:04
* Sweet5hark hands larsu a cookie.09:04
* larsu chews09:05
Laneylarsu: is it a race in g_bus_watch_name?09:11
Laneythat's what dbus-test-runner uses09:12
larsudoesn't look like a race to me09:13
Laneythen what?09:13
larsuwell, it's complicated09:13
larsuI'm trying to reproduce to no avail09:13
Laneygo on the porter machine09:13
larsulooking at the logs, it seems like the service appears and disappears faster than the method returns09:13
larsuwhich is a legit thing to do for dbus-109:13
pittiLaney: perhaps it helps to run it in a container which you just give 5% CPU or so?09:13
larsuhm actually you're right - it's not ok for watch_name() to miss this09:14
larsupitti: I've long wanted a dbus proxy for debugging that inserts random timeouts and sometimes throws an error and such09:14
larsuLaney: my first hunch was that it shouldn't have to look at the signal as well, because who cares about the name if it only exists for such a short time09:15
larsubut then, bus_watch_name() guarantees to fire when the name appears...09:16
* larsu checks how it is implemented09:16
larsuLaney: I don't have access to that09:19
Laneyah, this can be fixed!09:23
larsuooh thanks Laney09:26
larsuI don't understand why dbus-test-runner is using g_bus_watch_name() for this09:34
larsuit knows for a fact that the name doesn't exist yet (doesn't it??)09:34
didrockstjaalton: ok, installed, waiting for next crash to get the server restarted09:34
larsuand simply waits for it to appear09:34
larsubtw, gdbus ignores the nameownerchanged signal until getnameowner returns09:35
tjaaltondidrocks: ok09:35
=== nudtrobert1 is now known as nudtrobert
desrtLaney: you must always watch the signal first, for this reason10:16
desrtLaney: but gdbus provides for you here -- g_bus_watch_name()10:16
didrocksand hopefully, that was my last Xorg crash :p10:22
Laneydesrt: it's dbus-test-runner here, which is indeed using that10:22
Laneybut larsu is looking into this now so let's not keep too many brains on it :P10:22
larsudesrt: morning. You catch me at a bad timing - about to meet dholbach at sahara10:22
larsu(I'm sure you understand)10:23
desrtya.  of course :)10:23
desrtfreaking sahara10:23
Laneybit gritty for me10:23
larsuthe problem is that g_ubs_watch_name() ignores the signal until GetNameOwner returns10:23
Laney(HAHAHAHAHHAHAHAOHAOHFOASHFASH)10:23
larsuLaney: I have half a patch that *might* work10:23
larsuusing the signal directly10:24
larsuI still think gdbus is wrong here10:24
larsudesrt: ^^ but lets discuss after lunch10:24
Laneysomeone has "taken" the ticket to give you access so hopefully that is done when you get back10:25
qenghoAnyone know of a good visual testing tool? Like, fire up arbitrary GUI program, test that somewhere on the screen looks like _this_?10:45
willcookeqengho, I've seen Jenkins produce stuff like that10:49
willcookeTrevinho, do you know how we do that for U7>? ^^10:49
qenghoAbout once every season Sikuli breaks, and chromium-browser tests use it. Last week, some dependency of Sikuli updated, probably openjdk-8-jdk and now Jython library doesn't parse python programs that don't have final indentation lines at zerotOMGWTFthis has nothing to do with chromium10:50
Trevinhoqengho: we use autopilot for that10:50
Trevinhoah... well no10:50
Trevinhoyou want to check pixel-perfection of things, right?10:50
didrocksjenkins isn't targeting that use case10:52
didrocksif you want to do visual comparison, you can use visualdiff10:52
didrocks(and introduce some "noise" to accept slight changes)10:53
TrevinhoMh, ma ha levato il post?10:54
Trevinhoerr wrong chat :D10:54
qenghoTrevinho: I don't require pixel comparison, but I don't have access to turn things back into utf8 for comparison.10:55
qenghodidrocks: I don't know of "visualdiff". Neither does "apt-cache search".11:00
didrocksqengho: not sure if it's packaged: https://www.mediawiki.org/wiki/Visual_Diff11:06
=== alan_g is now known as alan_g|lunch
=== MacSlow is now known as MacSlow|lunch
larsudesrt: any ideas?12:10
Laneylarsu: good falafel?12:11
larsuLaney: yes! Also some boring errands. Had to buy a dust mop, too12:12
Laneyyin and yang12:14
ogra_planning to do some gtk-1.2 work ?12:14
* larsu runs12:15
TrevinhoLaney: for landing https://code.launchpad.net/~3v1n0/ubuntu-themes/osd-scrollbars-improvements/+merge/269245 can i join your silo 031 or is it too late?12:40
willcookeSweet5hark, tkamppeter - just been to the post office.  You should have presents in the next week12:41
Sweet5harkwillcooke: \o/ awesome.12:41
davmor2Sweet5hark: By presents he means some empty raspberry pi boxes don't think he sent on the boards ;)12:42
LaneyTrevinho: late, just put it in your unity one or something12:43
willcookesush, davmor2 :)12:43
TrevinhoLaney: that's what I was going to do... Should I use some other option in order to make this depend on that or... the train is smart enough to handle it?12:43
Sweet5harkdavmor2: you mean the board will have had "accidents" on the way?12:43
LaneyTrevinho: it's already in12:44
davmor2Sweet5hark: don't they always ?12:44
Laneyag, boottest12:44
* Laney stabs that12:44
LaneyTrevinho: I'll just make it merge that one to trunk12:44
Laneythen you should be ok12:44
TrevinhoLaney: ah, ok... I thought it was still moving to trunk...12:45
Laneyyeah but you can override that12:45
ricotzwillcooke, oh, Pi2 ;P12:57
=== MacSlow|lunch is now known as MacSlow
tedgLaney: Did you get anywhere with the dbustestrunner PPC64 failure?13:15
Laneylarsu is on the case13:15
tedgWoot! Go larsu!13:16
Sweet5harkcyphermox: ahhh, you are back? LibreOffice 5.0 FFE is greenlighted from ubuntu-release, do you think you might review/sponsor the package for wily?13:23
* larsu goes and makes some tea13:31
cyphermoxSweet5hark: where is it?13:46
Sweet5harkcyphermox: http://people.canonical.com/~bjoern/wily/5.0.1/libreoffice_5.0.1-0ubuntu1_source.changes and http://people.canonical.com/~bjoern/wily/5.0.1/libreoffice-l10n_5.0.1-0ubuntu1_source.changes -- ./debian changes/DCVS at http://anonscm.debian.org/cgit/pkg-openoffice/libreoffice.git/log/?h=ubuntu-wily-5.013:48
Sweet5harkcyphermox: nlpsolver and writer2latex should be updated along with that: http://people.canonical.com/~bjoern/wily/nlpsolver_0.9~beta1-10ubuntu2_source.changes and http://people.canonical.com/~bjoern/wily/writer2latex_1.0.2-10ubuntu2_source.changes13:49
Sweet5harkcyphermox: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1491964 has more links, including buildlog etc.13:50
ubot5Ubuntu bug 1491964 in libreoffice (Ubuntu) "[FFE] LibreOffice 5.0.x for wily" [Undecided,Triaged]13:50
cyphermoxok13:53
cyphermoxSweet5hark: looks rather big so I'll first finish other things and then review it this PM13:54
Sweet5harkcyphermox: great, having feedback/uploading it on wednesday would be awesome: as you say its rather large and has many deps, so having it finished building before the weekend would be great.13:56
cyphermoxok13:57
Sweet5harkcyphermox: thanks a lot!14:00
larsudesrt: hi. did you see Laney's paste?14:40
desrtyes.  let me see it again.14:40
Laneyit is a good paste14:40
larsuI managed to work around this issue by connecting to NameOwnerChanged() directly14:40
larsuhttp://paste.ubuntu.com/12308415/14:41
larsudesrt: the problem is that g_bus_watch_name() ignores that signal until GetNameOwner() returns14:41
larsu(see the initialized flag in the struct)14:41
desrtthat's correct.14:41
larsuwhy?14:41
desrti think i advocated that behaviour, in fact14:41
larsuit's wrong in this case, though14:42
desrtbecause it will always give the initial callback based on teh result of GetNameOwner call14:42
desrtand the GetNameOwner call and reply are handled atomically with respect to bus ordering (since it's the daemon processing it)14:42
larsuright, that is totally fine14:42
desrtso the only possibility for something to intercede here is if a name owner change happens before i requested who has the current name14:42
larsuthe problem is that we're missing the name appearing and disappearing14:42
desrtin which case it's totally uninteresting, since i will get the "correct" answer later anyway14:43
desrtbut before the name owner is requested, you have no right to know14:43
larsuthis change happens *after* though14:43
larsuand before the call returns14:43
larsuit's already gone14:43
desrtnot possible14:43
desrtthe request isn't made until dbus sees it14:43
larsuwhich request?14:44
desrtyou can't do a watch and then (out of band) fire off some other thing and expect to be guaranteed to see it14:44
desrtGetNameOwner14:44
desrtbut for that matter, let's talk about the AddMatch14:44
desrtthere is no guarantee that even the AddMatch would make it to the bus before your process owns/disowns the name14:44
desrtso if you wanted to fix this, you'd made it slightly more reliable, but still not really reliable14:44
larsuhm, I don't think we're talking about the same thing14:45
desrtplease explain to me what is happening14:45
desrtbecause my best guess is that you're trying to use name ownership to figure out if some process has started or not14:45
larsuyes14:45
larsuindeed14:45
desrtand you spawn this process out-of-band of dbus14:46
desrtlike via fork/exec or some other method14:46
larsuin the worst way possible even: using gdbus-tool to call RequestName14:46
desrtthat's... disturbing14:46
desrtokay14:46
desrthere's the real problem14:46
larsuwhich is why the name disappears so quickly14:46
desrtdbus worker thread is what it is, right?14:46
desrtit can process things after an arbitrary delay14:46
desrtso if i queue up some AddMatch and GetNameOwner... there is no guarantee that those will be delivered "soon"14:47
desrtso it could be that gdbus-tool runs before even AddMatch gets seen by the bus14:47
desrtin which case i will be completely and totally in the dark14:47
larsuya14:47
desrti won't even have a chance to ignore the signal -- i won't ever even see it14:47
larsubut this is not what is happening here14:47
desrtso you can't fix what you're trying to fix here14:47
larsuwe *do* get both signals14:47
desrti know14:47
desrtbut you might not14:47
desrtyou only happen to get it because AddMatch made it in time, but not the reply for GetNameOwner14:48
larsuright14:48
desrti'm saying that it could be just as easily the case that AddMatch itself failed to make it14:48
larsuindeed14:48
desrtso, in general, you can't do what you're doing any expect it to work, regardless of gdbus14:48
larsuso we don't fix that other bug becuase this might happen anyway?14:48
desrtit's not a bug14:48
larsudesrt: s/what you're doing/what dbus-test-runner is doing/14:48
desrtso dbus-test-runner has the bug.  fix it there.14:49
larsuI fixed it by listening to the signal14:49
desrtnot a good enough fix, unless your signal match is synchronous14:49
larsuhaven't tested how well that works, but by your logic the same bug applies14:49
larsubut then g_bus_watch_name() has really weird semantics....14:49
larsu"I'll start watching that name some point in the future"14:50
desrtyou have to understand that all of these things are made for an async event-driven world14:50
desrtwhere the first answer need not be correct as long as the eventual result is14:50
desrtit's like how GMenuModel will lie to you at first14:50
desrtand in this case, even, the first answer _is_ correct14:51
desrt...at the time it is given14:51
larsuthere's no answer at all...14:51
larsutrue14:51
desrtwell, it will tell you either "vanished" or "appeared" one way or the other14:51
larsuno14:51
larsuit never gives you vanished14:51
larsuif it's never been there14:51
desrtit ought to14:51
larsu?14:51
larsuI wouldn't expect it to14:52
desrti would...14:52
desrtYou are guaranteed that one of the handlers will be invoked after calling this function. When you are done watching the name, just call g_bus_unwatch_name() with the watcher id this function returns.14:52
larsuoh indeed it does according to docs14:52
larsuweird14:52
larsuin any case using name watching for this is wrong14:52
desrtno kidding14:52
larsuas is using gdbus-tool14:53
larsuwhat do you suggest? Listen to the signal and write a thing that owns the name for a bit longer?14:53
desrtusing gdbus-tool to grab a name as a way to alert [something] of [something] is a very ... creative idea14:53
desrtbut not a good one14:53
desrtwhy not just listen to a normal signal and have gdbus tool send that signal?14:53
desrtor register an object and have it call a method on that object14:53
desrtthat's even better14:54
larsubecause this is a test for the --wait-for parameter14:54
desrtahh.  i see.14:54
larsuwhich waits for a name before doing something14:54
desrtso ping the bus14:54
desrtactually, even better, just wait for the vanished call14:54
larsuthat might happen immediately14:54
desrtwhich is an indication that watching has been successfully established, and the thing doesn't exist14:54
larsuah14:55
larsuindeed14:55
desrtand then it's safe to launch the thing in a way that you will be guaranteed to see the result14:55
larsuwe might still miss it, no?14:55
desrtpretty sure it's safe by this point14:55
larsuah that's what you mean...14:55
desrtyou don't get vanished until GetNameOwner returns14:55
desrtand this is after the watch14:55
larsuindeed14:55
desrtso if this doesn't work, it would almost have to be a bug...14:55
larsuwe'd still miss this specific thing14:56
larsuoh wait, no14:56
larsusorry14:56
desrt:)14:56
larsudesrt: I'll try that instead of listening to NameOwnerChanged. Thanks for your help14:56
desrtwillcooke: might be hard for me to make it to the sprint on time :(15:05
willcookedesrt, no worries15:06
larsudesrt: red-eye flight!15:07
desrtlarsu: i was thinking the opposite, in fact15:07
larsuon Monday?15:07
desrtwillcooke: btw: would not mind london again, if this turns out to be the easiest option15:07
desrtthe earliest i could leave it early monday... and there is a non-redeye flight to london on this day, i think15:07
Trevinholarsu: so... I'm testing the silo with new scrollbars, but it seems that there's something wrong with terminal. Also I can't find a way to run the inspector on it...15:08
Trevinhoany tip?15:08
larsuTrevinho: terminal is weird because it doesn't use a GtkScrolledWindow15:08
larsuTrevinho: actually I *think* rishi worked on this in the 3.18 cycle15:09
larsuTrevinho: set GTK_DEBUG=interactive to always open the inspector15:09
larsuyou need to do that on the server command though15:09
Trevinholarsu: it doesn't work in terminal... Also using the server15:09
Trevinhoas the server only shows infos about the server itself, but not about the window it creates15:10
larsueven when you use the widget picker?15:11
Trevinhoyep15:11
Trevinholarsu: if I change the theme (for example), from visual It doesn't apply to that window even15:11
larsuweird15:11
Trevinholarsu: yeah.. can you?15:12
larsuthere's a compile time option to add a Help/Inspector menu item15:12
larsulet me check15:12
larsuya same problem15:13
larsualso getting warnings about TerminalWindow not being on the correct screen15:14
Laneyi think you have to build with --enable-debug then use a menu item15:14
Trevinhomh, i see15:14
* larsu wonders why15:15
LaneyMEETING TIME DING DING DING15:30
willcookeWoo15:30
didrocksDONG DONG DONG15:30
andyrock\o/15:30
willcooke#startmeeting Desktop Team Weekly Meeting - 2015-09-0815:30
meetingologyMeeting started Tue Sep  8 15:30:28 2015 UTC.  The chair is willcooke. Information about MeetBot at http://wiki.ubuntu.com/meetingology.15:30
meetingologyAvailable commands: action commands idea info link nick15:30
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic:
willcookeRoll call:  andyrock, attente, desrt,  dgadomski, didrocks, fjkong (out), happyaron (out), hikiko (hols), laney, larsu, qengho (out), seb128 (hols), sweet5hark, themuso (out), tkamppeter, trevino, robert_ancell (out)15:30
Sweet5hark.15:30
happyaron.15:30
* happyaron please call me a bit later in the queue, writing atm15:31
larsu\o15:31
attentehi15:31
dgadomski_hey15:31
willcookehappyaron, ack15:32
willcookeLet's roll...15:32
willcooke#topic andyrock15:32
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: andyrock
andyrockhey15:32
andyrockUpdated branch lp:~azzar1/unity/gnome_session_manager_more_tests15:32
andyrockUpdated branch lp:~azzar1/unity/sc_dbus_manager_tests15:32
andyrockCreated MP for bug 1491555 using patch from external contributor15:33
ubot5bug 1491555 in unity (Ubuntu) "Unity unnecessarily goes to low graphics mode" [Medium,In progress] https://launchpad.net/bugs/149155515:33
andyrockCreated MP for bug 1491913 using patch from external contributor15:33
ubot5bug 1491913 in unity (Ubuntu) "Force high gfx mode with UNITY_LOW_GFX_MODE == 0" [Low,In progress] https://launchpad.net/bugs/149191315:33
andyrockKeep working on screen resize bug on compiz (damn you compiz!)15:33
andyrockbasically that was my week15:33
willcookethanks andyrock15:33
willcooke#topic attente15:33
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: attente
attenteinvestigated and wrote out a list of requirements we need in Mir to support hardware keyboard layouts15:34
attenterefresh non-gnome-unity-ibus-support branch for u-c-c, thanks Laney!15:34
attentemore work on proper popup menu placement in gtk-mir continued...15:34
attentetodo: fix gtk apps not working on Ubuntu Touch devices due to not supporting the available pixel formats Mir can provide15:34
attente(eof)15:34
willcookethanks attente15:34
willcooke#topic desrt15:35
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: desrt
willcookelet's come back to desrt15:37
willcooke#topic dgadomski_15:38
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: dgadomski_
dgadomski_hey, I was informed that libosmesa6 from lts-mesa-{utopic,vivid}. Looks like it was removed because of bug #1424059. Luckily tjaalton is going to take a look at it.15:38
ubot5bug 1424059 in mesa-lts-utopic (Ubuntu) "libosmesa6 conflicts with libglapi-mesa-lts-utopic" [Undecided,Confirmed] https://launchpad.net/bugs/142405915:38
dgadomski_That's all in the desktop area this week. Thanks!15:38
willcookethanks a lot dgadomski_15:38
willcooke#topic didrocks15:38
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: didrocks
didrockshey15:38
didrocksUbuntu Make:15:38
didrocks- Released 15.09 which contains notably the Unity 3D support. Wrote blog post + social media15:38
didrocks- More reviews and merged android sdk support + exit code cleanups from 2 contributors (one being new \o/)15:38
didrocks- Fix some pep8 issues on trusty only for CI tests and other small tests broken by above.15:38
didrocks- Bug management15:38
didrocksDeveloper experience:15:38
didrocks- Add transitions and episod on it for test app15:38
didrocks- various warnings and code cleanups on test app + opened last bugs15:38
didrocks- installed snappy on my machine and a raspberry pi 2 to evaluate Go developer experience (+ running first examples)15:38
didrocksMisc:15:38
didrocks- reviewed unity3d upstream deb about "bad packaging" complains: the issue is mostly warnings about /opt "bad quality" for sotfware center due to this path. Nothing we can fix as this is the best practice for such out of repo components.15:38
didrocks- doing some small snappy patch15:39
didrocks- patch pilot and some archive admin duties15:39
=== dgadomski_ is now known as dgadomski
didrocks.15:39
didrocks(and thanks tjaalton! no xorg crash for 5h now! ;)15:39
willcookethanks didrocks15:39
larsudidrocks: new record?15:39
willcookeand thanks tjaalton15:39
didrockslarsu: yep :p15:39
willcooke#topic FJKong15:39
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: FJKong
willcookeupdate code of pinyin search15:39
willcooke* support advance search feature15:39
willcooke* make scaning more faster15:39
willcooke* support run as daemon15:39
willcooke* remove duplicate result of searching15:39
willcookeattend CCN meeting at Changsha, show demo of pinyin searching15:39
willcooke#topic larsu15:39
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: larsu
willcookeerr15:39
willcookeI meant laney, but larsu - you go15:40
larsusure15:40
willcookekeep Laney on his toes15:40
Laneythis is like final destination15:40
* Laney has cheated his turn15:40
larsu- finish up notify-osd work (long standing blurry-on-hidpi bug)15:40
larsu- finish up Laney's indicator-datetime test fixes (sorry again for putting you through this) and cleaned up those tests whlie I was at it (some weren't even running...)15:40
larsu- sift through timezonemap bugs and start working on disabling geonames.ubuntu.com for now due to bugs in returning cities for partial names15:40
larsu- help out with dbus-test-runner test issues on ppc15:40
larsu</larsu>15:40
willcookethanks larsu15:40
Laneycan you get someone to review datetime?15:40
larsuLaney: you do it!15:41
Laneynot sure about that :(15:41
willcookelarsu, do you think the OSB changes are doable for Thursday?15:41
larsuwillcooke: I think we should merge as is15:41
larsuunless someone objects15:42
larsuok time for objections is over. Glad you all like them so much!15:42
willcookelarsu, wfm15:42
willcookethanks15:42
willcooke#topic Laney15:42
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: Laney
* larsu grins15:42
Laney• Things what Lars did for me which are about dbus15:42
Laney∘ I looked more at i-datetime but my fix was bad so larsu took over15:42
Laney∘ I noticed that dbus-test-runner was failing a test on ppc64el and larsu is working on a fix15:42
Laney• Tried to find out about beta testing the font, not really with much success but at least there's a sort of working source package now.15:42
Laney• Packaged gstreamer 1.6 RC15:42
Laney∘ -bad failed to build on armhf, test build is in the works now15:42
Laney∘ had to fix libav to build, uploaded to Debian, synced15:42
Laney• Uploaded a new gtk (3.14.15) to a silo for the overlay ppa which Mir people want15:42
Laney• Updated file-roller, glib, e-d-s, evo, dbus (+ Debian as appropriate)15:42
Laney• Smooth some autopkgtests so things can migrate15:42
Laney• Got some training/instruction on the armhf/ppc64el autopkgtest infrastructure - can do light admin there now15:42
Laney• Some release team stuff like FFe reviews15:43
Laney• Uploaded a few things through the train (u-c-c, ubuntu-themes)15:43
Laney• Patch piloted15:43
Laney• Helped upload things to move from libav (back) to ffmpeg15:43
Laney15:43
larsuLaney: s/my fix/tiny part of my fix/ - thanks for your work on that!15:43
willcookethanks a lot Laney15:43
willcooke#topic qengho15:44
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: qengho
willcooke- releasing chromium 45.0.2454.85 with GPU rendering re-enabled.15:44
willcooke- Cr test failures. Not Cr, not Sikuli. Jython grammar bug exposed by openjdk-8-jdk update?15:44
willcooke- A little more Cr/ozone/mir.15:44
willcooke#topic Sweet5hark15:44
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: Sweet5hark
Sweet5harknot too much:15:44
Sweet5hark- testbuilds of 5.0.x on wily armhf/powepc -- all good15:44
Sweet5hark- FFE LibreOffice 5.0 for wily15:44
Sweet5hark- finding a sponsor for it (thanks cyphermox)15:44
Sweet5hark- nlpsolver and writer2latex build fixes for LibreOffice 5.015:44
Sweet5hark- conference preperation: slides and foo15:44
Sweet5hark- addding a staging area for unstable tests upstream ("make -k stagingcheck")15:44
Sweet5hark- bugzilla grinding15:44
Sweet5harkEOF15:44
willcookethanks Sweet5hark15:44
Laneyqengho: you might profit from giving sikuli an autopkgtest15:44
willcooke#topic TheMuso15:45
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: TheMuso
willcooke* More work on Orca's gsettings backend which when implemented, will help the accessibility profile implementation.15:45
willcooke* Discovered that Unity in Wily has a regression with accessibility with the launcher and quicklists. Quicklists are not speaking with Orca, and once opened, the launcher itself goes silent. I started debugging, will report when I have more.15:45
willcooke#topic robert_ancell15:45
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: robert_ancell
willcookeOff sick so only two days to catch up on email and look at XMir issues. Released LightDM 1.16.0.15:45
willcooke#topic happyaron15:45
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: happyaron
willcookedesrt, are you back?15:46
happyaronunfortunately quite short ones..15:46
happyaron1. Meeting at Changsha with NUDT15:46
happyaron2. Packaging of pinyin search, written by fjkong15:47
happyaronEOF15:47
willcookethanks happyaron15:47
willcooke#topic desrt15:48
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: desrt
willcookehrm15:49
willcookehe ded15:49
willcooke#topic Any Other Business15:49
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: Any Other Business
willcookeSprint is go.  See email for more details.15:50
Laneyprague plz15:50
* larsu seconds prague15:50
Trevinhowillcooke: you forgot me? :)15:50
Laneyhahaha15:50
willcookeand till15:50
* happyaron really hopes Toronto, but no go...15:50
* didrocks +1 prague as well15:50
* larsu hugs Trevinho 15:50
* Laney shuts the door on Trevinho's cage15:50
Trevinho:°(15:50
willcookeTrevinho:  Went to China.  EOF15:50
larsuLaney: let me out first!15:50
* Trevinho is ready to paste :P15:51
* larsu was still hugging15:51
willcookeTrevinho, two secs...15:51
willcookeany more votes for sprint locations?15:51
Trevinhowillcooke: I can be more verbose (but that is just rigth) :D15:51
larsuwillcooke: 10 more for prague15:51
didrockswe did budapest twice, prague one, we need to be even! :)15:51
Laney<seb128> prague15:51
Trevinhowillcooke: well prague never saw it, so i'd go there15:51
Trevinho:D15:51
larsuwillcooke: not sure that's how voting works15:51
* happyaron send everyone to China15:51
didrocksI'm sure seb would +1 prague as well :p15:51
Laney<sabdfl> prague15:51
* Laney coughs15:51
Trevinhobut I love Budapest as well...15:51
didrocksahah15:51
happyaronLaney: lol15:52
Sweet5harkprague  <315:52
Trevinholol15:52
TrevinhoSo... Prague will be! (?)15:52
attenteabstain15:52
* larsu believes it when he sees it15:52
Laneylike the existence of toronto15:52
willcookeoki good15:52
larsuattente: THINK OF THE BEER15:52
larsuwait, budapest is equally good for that15:52
attentelarsu: alcohol is ruining my life :P15:52
larsuattente: maybe we should do it in disneyland, then?15:53
willcookelet's loop back to Trevinho quick...15:53
willcooke#topic Trevinho15:53
Trevinhobudapest is awesome for everything... But well, not that Prague is bad :)15:53
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: Trevinho
Laneyhaha yes, get this meeting back in order15:53
Trevinho* Not full week because of travel15:53
Trevinho* Back from China, got some involvement in unity7 from Kylin guys (longer report soon)15:53
Trevinho* Setup a new meeting (every two weeks) in #ubuntukylin-devel for syncing15:53
Trevinho* Prepared a document with some development hints for unity7 (raw version http://is.gd/6nrYBA)15:53
Trevinho* Initial review of the unity scope pinyin search15:53
Trevinho* Prepared new landing for unity7 and compiz branches15:53
Trevinho* Testing new landing, new scrollbars needs some fixes (terminal)15:53
Trevinho***15:54
willcookethanks Trevinho15:54
LaneyI think you need more than theme fixes for the terminal15:54
willcooke#topic tkamppeter15:54
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: tkamppeter
Laneysee also webkit (e.g. devhelp)15:54
larsuTrevinho, Laney: I think rishi fixed the terminal scrollar problems. Is it too late to take .18?15:54
tkamppeter- cups-filters: Released 1.0.75 with a crasher fix in texttopdf15:54
tkamppeter- cups: Packaged 2.1.0 final release15:54
tkamppeter- ippusbxd: investigations on a bug15:54
tkamppeter- Bugs.15:54
willcookethanks tkamppeter15:54
TrevinhoLaney: yeah I think so.. But maybe not... At least it seems it works a little better15:54
Laneyyes15:54
willcooke#topic AOB15:54
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316" | Desktop Team Weekly Meeting - 2015-09-08 | Current topic: AOB
TrevinhoLaney: come on.. :P15:54
TrevinhoMh, wherever we go (prague or budapest), I've no direct flights from florence :°(15:55
larsuI'm glad meetingology repeats the topic all the time. I constantly forget where the home of the desktop team is15:55
larsuTrevinho: florence has an airport? :P15:55
* Trevinho hits at his darts target with local politicians faces15:55
larsuhaha15:56
didrocksno direct for me to budapest, so 1h40 vs 4h30 in average :/15:56
didrockson*15:56
Laneyget the train15:56
larsunot even with shitty airlines?15:56
larsuthere's easyjet to both from berlin15:56
didrockslarsu: 4h30 is with shitty airlines15:56
willcookeok, gonna wrap the meeting, we can continue discussions though.15:56
larsuah, got it15:56
willcooke#endmeeting15:56
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Breaking your systems: GTK 3.16 - file bugs with tag "gtk316"
meetingologyMeeting ended Tue Sep  8 15:56:56 2015 UTC.15:56
meetingologyMinutes:        http://ubottu.com/meetingology/logs/ubuntu-desktop/2015/ubuntu-desktop.2015-09-08-15.30.moin.txt15:56
willcookeThanks all15:56
didrocksthanks!15:57
Trevinholarsu: mh, well... if you want to call it so. The landing is like going in roller coaster, due to very short strip15:57
larsu:)15:57
Trevinhoflights lands with brakes on... I broke my tablet because of that15:57
willcookeBTW - really good Hangout on Air with the Mycroft CTO15:58
larsuseriously? That's some mad stuff15:58
larsuwillcooke: with dholbach?15:58
willcookelarsu, yeah15:58
larsuya he said something about that15:58
Sweet5harkprague is 6:30 even with train for me (changing once in berlin)15:59
larsuI might take the train as well16:00
larsuit's a beautiful ride16:00
Sweet5harklarsu: yeah. and in october chances are its neither too hot or too cold for deutsche bahn.16:04
larsuhehe16:04
=== greyback is now known as greyback|eod
=== alan_g|lunch is now known as alan_g|EOD
=== bschaefer_ is now known as bschaefer
willcookeg'night18:34
gQuigsisn't Ubuntu  Make the reboot of Ubuntu Quickly?  (https://wiki.ubuntu.com/ubuntu-make  | https://wiki.ubuntu.com/Quickly)18:36
gQuigstime to retire Quickly/18:36
jcastrono18:38
jcastroquickly was a quick way to write apps18:38
jcastroumake is a way to grab IDEs and development packages directly from upstream18:39
gQuigsjcastro: so quickly is still something we should recommend to developers?18:42
jcastroI'm not sure what the status of quickly is18:43
gQuigshmm.. maybe it's more like the Ubuntu SDK replaced Quickly18:44
gQuigsyea, last trunk commit was 2012-11-01, will email desktop team to see if there is anything I'm missing18:48
larsuLaney: morning. Do you have a bug about that test failure? Turns out it is a small fix: https://code.launchpad.net/~larsu/dbus-test-runner/fix-test-race22:21
larsuI'll merge propose this in the morning22:21
=== Tm_Tr is now known as Guest8229

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!