=== _thumper_ is now known as thumper [03:40] Good morning [05:16] good morning! [06:21] good morning [07:57] seb128: Good morning Sebastien! [08:02] o/ [08:03] ahoy there [08:03] morning willcooke, Laney [08:04] what's up didrocks [08:04] morning willcooke and Laney [08:04] how's life? [08:05] morning all [08:05] It's raining \o/ [08:05] Laney: planning for a run in ~20 minutes, getting up to 30° again today [08:05] oof [08:06] didrocks: nice [08:06] cloudy today, seems we got to have one day of sun [08:06] hey larsu [08:06] what's crackin'? [08:07] * larsu is yelling at totem [08:08] tooooooooottttteeeeeeeeeemmmmmmmmmmm [08:08] menus? [08:08] jhbuilt version doesn't play any videos [08:08] which means I can't test on master :/ [08:10] :/ [08:10] have you got gst and all -plugins built in jhbuild? [08:11] Can't play a text file without video or visualizations. [08:11] Laney: ya -good, -bad, -ugly [08:34] hey GunnarHj [08:34] hey willcooke didrocks [08:34] Laney, [08:34] seb128, [08:34] that's some weird comma use [08:34] * seb128 back from passeport renewal [08:34] larsu, that's xchat tab completion [08:34] do you 'ave it? [08:34] no [08:34] I've my request in the system [08:35] they don't- produce them live at the town hall [08:35] sexy new photograph? [08:35] new photograph indeed [08:35] haha [08:35] sexy not sure, you are not allow to smile :p [08:35] allowed [08:36] "look like you mean business, not having fun" ;-) [08:36] seb128: Have a minute for bug #1443178? [08:36] bug 1443178 in accountsservice (Ubuntu) "Accounts Service always relies on language fallback if never set by the user" [Medium,In progress] https://launchpad.net/bugs/1443178 [08:37] GunnarHj, sure, though I don't understand the issue enough to have an opinion, as stated on the bug [08:37] I think all those locale things are overcomplicated and I'm not sure to understand why that needs to be [08:37] I dislike having something doing work/writing config during normal login if you don't change anything [08:39] seb128: The reason for it is a long story, and is to a large extent due to the design of language-selector, which provides a language priority list. [08:39] re seb128 [08:39] didrocks, re, didn't go for exercice yet? the ~20min are over ;-) [08:40] seb128: yeah… not yet [08:40] seb128: But saving about 400 bites of data will allow for a significant performance improvement in this case. [08:41] seb128: I do have the right to upload... Should I do so, and let's see if there is any reactions? [08:44] GunnarHj, let me try to understand the issue, do you have a comment/post to summarize it? [08:44] GunnarHj: why does a-s get the language when writing the volume? [08:45] GunnarHj: also, why does i-sound write the volume on startup? [08:45] seb128: I added a couple of comments after your latest. [08:46] larsu: a-s fetch all stored user data at startup. [08:46] GunnarHj: and it calculates the language then as well? [08:47] larsu: Yes, and the need to calculate is over and over is the problem. [08:47] s/is/it/ [08:48] GunnarHj: can't it cache the value? [08:48] GunnarHj: is there an upstream bug as well? [08:48] larsu: That's my idea. :) [08:48] larsu: No upstream; this is an Ubuntu specific patch. [08:49] larsu: Or did you mean cache in memory? [08:49] GunnarHj: in memory. Writing config on startup seems like a bad idea [08:51] larsu: Possibly. But then you have setups with hundreds of users. See e.g. bug #1350393. [08:51] bug 1350393 in accountsservice (Ubuntu) "Recent accountsservice update causes login window to hang" [Undecided,Confirmed] https://launchpad.net/bugs/1350393 [08:52] larsu: It currently calculates the value for each user at each startup. [08:52] GunnarHj: why? [08:52] GunnarHj: got a meeting now, bbiab and can have a more detailed look [08:53] larsu: Ok. (There is a reason.) [08:58] seb128: Caching in memory, which larsu suggested, might be a better approach. [09:04] GunnarHj, well, that wouldn't solve the slow start/login though? [09:05] seb128: No, it wouldn't. [09:05] why is there computation needed? [09:05] shouldn't the value comes from the environment? [09:06] which is /etc/environment or the .pam_environment config? [09:07] seb128: Once the user value is saved, there is no need to do any computation. That's the reason for my suggestion. With the proposal, the language and formats data would actually be saved right at the creation of a new user. === vrruiz_ is now known as rvr [09:08] GunnarHj, what happens there if the user never changed his config/is using the system default and the system default change [09:08] would the user config be updated as well? [09:08] like if the sysadmin edit /etc/environment [09:09] seb128: No, then the user env would stay at the old value. Which I personally think is right. [09:09] why is it? [09:09] if the user never configured his account? [09:09] like you are in a french school, the admin screwed the config, some users log in and tell him, if fixes it [09:10] seb128: Well, if you consider /etc/default/locale as the system default for new users only. [09:10] then the users are stucked on the buggy value they never selected/wanted? [09:10] I don't think so [09:10] I consider the system config to be what the user gets, until he decides to set a value [09:10] so if you never change the config you would keep getting the default [09:12] seb128: If you have a multiuser system where the users are find with the settings, and the admin decides to change the system default for future users... What's then? ;) [09:12] well, they go configure/set it to what they like [09:13] I dislike the idea to write a configuration for something users didn't configure [09:13] that bit us back in the past several times [09:14] it's confusing for users, an issue for update/migration, and often inefficient because it means work happen when the user doesn't ask for it [09:15] seb128: Ok... Possibly caching in memory would be the solution after all. Then the value would only need to be calculated once per startup, not for each user. [09:17] why is there something to "calculate"? [09:17] the env is set through /etc/environment sourcing or pam_environment [09:17] there should be no logic/maths to do [09:19] seb128: For instance since we need a valid language code, which may need to be derived from som locale name... [09:20] GunnarHj: what's the reason? [09:22] larsu, seb128: The GUIs for setting language are working with lists of language codes, and current value needs to match. [09:23] larsu, seb128: But why don't you guys let me get back to the drawing board and fix some caching. [09:24] GunnarHj: you said there's a reason that language is "calculated" for each user on on startup [09:24] GunnarHj, sure, feel free to do that, I was just trying to understand the situation to help discussing the solution [09:25] seb128: Your questions and objections were valuabe. :) [09:25] thanks :-) [09:25] larsu: No, if we cache, is would only need to be calculated once per startup, not for each user. [09:26] cool [09:26] larsu: Thanks for the tip! [09:26] welcome! [09:43] aeeiiiiiii [09:43] Machine just totally froze [09:45] urg [09:45] probably a bug that leaked in from the new fridge [09:46] :D [09:46] no ctrl-alt-fn working? [09:46] seb128, nothing [09:46] smells like hardware [09:46] :-/ [09:46] I dont want to have to buy a new laptop [09:46] Maybe I'll use that Dell [09:47] why, the machine doesn't boot back? [09:48] Yeah, but it's done this a few times now [09:48] I think it will die soon [09:48] urg [09:48] It's three years old, so it is due for replacement anyway [09:48] it's a thinkpad? old one? [09:48] k [09:48] good luck with it [09:48] but some silly sausage wont be getting a laptop renewal for another 3 years ;) [09:50] the inspiron is ok-ish if you don't need to build (at least if you have a decent hdd, that you have) though the screen is a bit small for daily work [09:51] internet suggests it could be a thermal issue, so I might take the back off and clean it out with compressed air [09:51] put it in that fridge! [09:51] lol [10:11] willcooke: surely you only need a terminal and a chat client, so use your tablet /me wonders off whistling nonchalantly [10:12] big red manager pen [10:12] davmor2, spreadsheets & slide decks [10:12] :) [10:12] willcooke: okay a web browser too....man next he'll be saying email pfff [10:12] ha [10:43] pitti: Hi, do you know what can cause this warning from gnome-session on startup? [10:43] gnome-session[11149]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login. [10:44] See in bug 1450279 (remote Trusty desktop) [10:44] bug 1450279 in gnome-session (Ubuntu) "gnome flashback session fails to end on logout in Trusty" [Undecided,Confirmed] https://launchpad.net/bugs/1450279 [10:46] According to gnome-session source, it tries to call sd_pid_get_session(), and prints this warning when it returns non-zero value [10:47] But I don't know what that function is doing. [10:47] mitya57: does your session have $XDG_SESSION_ID? (usually "c2" or so) [10:48] I can ask the reporter about that. [10:50] muktupavels: ^ [10:58] pitti: Yes, it is set to c3 (c4, c5, ...) === MacSlow is now known as MacSlow|lunch === alan_g is now known as alan_g|lunch === ralsina_ is now known as ralsina [12:24] seb128: does "system-settings language" work for you in vivid/wily? [12:24] desktop [12:29] ah, that's u-s-s from trunk, maybe === MacSlow|lunch is now known as MacSlow === alan_g|lunch is now known as alan_g [13:06] Laney, wfm in wily desktop i386, what's the issue for you? [13:20] seb128: Seems trunk depends on a newer version of maliit's gschema than ubuntu has [13:20] & no versioned dep [13:20] kenvandine, keeeennnnn [13:21] no big deal, I filed a bug [13:21] http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/revision/1396 [13:21] that shouldn't happen [13:21] thought it was in ubuntu first which would be bad but it's not [13:21] right, still it means we can't land trunk in wily [13:22] ya [13:22] or worst, we could without noticing the issue because the depends is wrong [13:24] I pinged people about that on -touch [13:25] thanks [13:26] seb128, ?? [13:26] kenvandine, http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/revision/1396 [13:26] missing depends? [13:26] kenvandine, that depends on a new ubuntu-keyboard gsettings key but doesn't add the corresponding depends [13:26] kenvandine, or that version newer landed in Ubuntu proper [13:26] so it makes u-s-s trunk sigabrt on vivid/wily [13:27] it landed at the same time [13:27] in some overlay ppa I guess [13:27] neither in vivid [13:27] yeah [13:27] the overlay ppa [13:27] right [13:27] should have had the depends [13:27] which makes trunk not run on vivid/wily [13:27] aren't we going to sync from the overlay ppa not vivid? [13:27] i thought that was the plan [13:27] still we should have had the depends [13:30] seb128, had did that land in wily? it should have never been in vivid [13:30] kenvandine, what is "that"? [13:31] kenvandine, usecase is some of us trying to hack on settings on our wily desktop [13:31] we don't have the overlay ppa there [13:31] oh i see :) [13:31] i thought settings with this had made it to wily [13:31] no, it's in trunk though [13:31] yeah [13:31] which blocks us to do any wily landing though [13:31] trunk matches the overlay ppa, not wily or vivid [13:31] which i know sucks [13:32] seb128, do you know when those packages will be synced to wily? [13:32] no idea [13:32] JFDI [13:32] are they going to be automatically? [13:32] * Laney shoots from the hip [13:32] pow pow pow [13:32] I think people just need to request a landing [13:32] it was the plan [13:32] to sync those from the ppa instead of vivid [13:33] at least that's what i heard somewhere :) [13:33] sure we can do it manually [13:33] but i think there was a plan to sync all the packages [13:33] like we would for vivid [13:36] Don't think people care much about wily atm [13:36] copy-package --from=~ci-train-ppa-service/ubuntu/stable-phone-overlay --to=ubuntu --from-suite=vivid --to-suite=wily-proposed -b ubuntu-keyboard [13:42] tseliot, hello again! So, I purged all nvidia related packages in my vivid installation, and rebooted. After 2 reboots (first ended up in a black screen), I got the nice splash screen. I entered the crypt passphrase, and the splash screen hanged for about 40 seconds, I went to the text terminal 1 (ALT + F1), then to the 2 text terminal. Screen was black with a blinking cursor, which dissapeared and re-appeared about 5 times, similar to an X resta [14:36] seb128: still there? [14:36] GunnarHj, yes, I saw your upload, good work, thanks :-) [14:36] seb128: It ended up to a very small adjustment, but important, I think. [14:36] yeah, from the description that makes sense to me [14:37] seb128: To make it land in the phone, should it be backported to vivid? [14:37] GunnarHj, yeah, maybe a SRU would work [14:38] not sure if they use those [14:38] kenvandine, ^ do you know? [14:38] just propose a branch to trunk [14:38] it'll land in the overlay ppa [14:38] not SRU [14:39] kenvandine, we are speaking about accountsservices and the fix has been uploaded to wily [14:39] oh, i was thinking settings :) [14:39] to get it on the phone we need to land it in the overlay ppa [14:39] or i guess an SRU [14:40] either would work [14:40] k, I was unsure if SRU was enough [14:40] thanks [14:40] seb128, kenvandine: Then I'm going for an SRU. (Also to trusty - for other reasons.) [14:41] GunnarHj, sounds good [14:54] I accidentally wrote my weekly status a whole hour early [14:54] this situation cannot stand [14:54] Tragedy. [14:54] * Laney deletes it in order to experience the traditional last minute rush [14:57] or let's just do the meeting now! [14:59] * didrocks won't be there for the meeting (but I sent that summary to will) [14:59] if we do it now, I can copy it though! [14:59] didrocks, have fun :-) [15:00] * seb128 needs to go not to late as well but should be able to stay for the meeting if it's smooth [15:00] too [15:01] going to see some classical music tonight === MacSlow is now known as MacSlow|errand [15:05] oh, which author? [15:07] didrocks, http://www.arsenal-metz.fr/fr/musique/surchauffe_d.html [15:07] I don't think he's known [15:08] no, should be quite recent [15:08] but we have tickets and the music hall is supposed to be a nicely made one, and they are showing a new instrument they designed [15:08] so let's see how that is :-) [15:09] nice ;) [15:17] Are you guys here to describe ubuntu Desktop (as in environments) or desktop as in desktop vs laptop? :) Sorry if that's a dumb question, but it would rule out a bunch of other even dumber ones :) [15:17] discuss I mean, not describe :) [15:19] ScriptMonkey00, not sure I follow you exactly, but... this channel is mainly used by people who develop various desktop environments in/on Ubuntu [15:19] so technical discussions about the environment and all its components [15:20] Generally it's not a "how do I do XYZ with Ubuntu" channel [15:20] ScriptMonkey00: if it's an idea or problem that involves changing an existing project, this is the place. We try not to create many "upstream" projects here. [15:21] That's actually fine.. I was looking to ask someone knowledgeable about where I could go to research system requirements for different desktops. I'm getting a chromebook and putting Ubuntu on it.. but I'm reading that some can run fine while others get laggy or slow... [15:21] some environments I mean [15:22] does that question make sense? (I'm most experienced as a CLI user, this is my first serious forray into an environment like this) [15:22] * didrocks waevs good evening and good night [15:22] ScriptMonkey00: you are best off asking that type of questing in #ubuntu or on askubuntu.com [15:22] ScriptMonkey00: You want #ubuntu. [15:22] didrocks: bye bye... [15:23] desrt: enjoy the meeting for me, I'll scrollback tomorrow ;) [15:23] ScriptMonkey00: this is where they make the desktop, #ubuntu is where they use it and can answer general questions like that better than us [15:25] sorry about that then, guys :) [15:25] thanks for being nice about me in the wrong place :) === qengho changed the topic of #ubuntu-desktop to: Welcome to the Desktop Team | https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" === qengho changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" [15:30] #startmeeting Desktop Team Weekly Meeting - 2015-05-12 [15:30] Meeting started Tue May 12 15:30:13 2015 UTC. The chair is willcooke. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [15:30] Available commands: action commands idea info link nick === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: [15:30] hey [15:30] Roll call: seb128, attente, desrt, dgadomski, didrocks, fjkong, happyaron, laney, larsu, qengho, sweet5hark, tkamppeter, themuso (out), robert_ancell (out) [15:30] \o [15:30] o/ [15:30] hey [15:31] heya [15:31] Let's get this show on the road.... [15:31] #topic seb128 === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: seb128 [15:31] • 4 days week (friday was 8th of may = holiday in France) [15:31] • UOS took most of tue-wed-thu [15:31] • upgraded my laptop to wily, started working some on Debian syncs/merges [15:31] • launchpad bugs/e.u.c triaging [15:31] • looked a some non-translated-string issues on current touch image [15:31] • updated "versions" script to use wily, cleaned out some deprecated components [15:31] • reviewed some easy u-s-s changes, looked to design updates [15:31] • sponsoring (chromium, session-migration, reviewed some items in the queue) [15:31] [15:31] Thx seb128 [15:31] (thanks for letting me go first, need to go a bit before 4utc) [15:31] Have a good evening :) [15:31] thanks! [15:31] #topic attente === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: attente [15:32] started working on the apparmor changes needed for gsettings confinement [15:32] attente: thanks for that ;) [15:32] minor fixes to gdk-mir backend [15:32] that's it from me :) [15:32] thx attente [15:32] #topic desrt === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: desrt [15:32] typical round of glib bugs and reviewing, and continuing work on the dconf confinement stuff [15:32] eof [15:32] coolio [15:32] thx desrt [15:33] #topic dgadomski === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: dgadomski [15:33] hey [15:33] unfortunately, not much in the desktop area lately. Currently I am investigating bug #1124250 - there is a regression while using trusty kernel with precise. [15:33] bug 1124250 in linux (Ubuntu Utopic) "Partially incorrect uid mapping with nfs4/idmapd/ldap-auth" [Low,Fix released] https://launchpad.net/bugs/1124250 [15:33] eof [15:33] Good luck dgadomski, let me know if you need a hand with anything [15:33] #topic didrocks === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: didrocks [15:33] buntu Make: [15:33] - released 0.8 with a new contributor fixing an issue due to Android Studio 1.2! In this release, we have the advanced deprecated frameworks removal and non interactive installation + more tests. [15:33] - got back tests running in CI infra [15:33] - reviewed Tinche's arduino support pull request. Still in progress. [15:33] UOS/developer relations: [15:33] - watched quite a lot touch developer's sessions (still some to get at) [15:33] - Planning developer relations work needed. [15:33] Short week (4 days) [15:34] #topic FJKong === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: FJKong [15:34] timeout: 1m [15:34] 1 prepare PPT and give a talk of opensource last Sunday for students, mainly about ubuntu kylin and fcitx-qimpanel [15:34] 2 analyze fine name contain Chinese Character, need to build a list for searching. [15:34] 3 testing dash search, fix bugs [15:34] eof [15:34] thx FJKong! [15:34] Didn't think you'd be here :) [15:34] Get to bed [15:34] #topic happyaron === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: happyaron [15:35] * willcooke wonders if happyaron has recovered from the jetlag yet? [15:35] timeout: 1m [15:35] Synchronous IO sucks. [15:36] #topic Laney === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: Laney [15:36] qengho: async irc does as well :P [15:36] • Short week due to election fever [15:36] • Finish uploading oneconf for testfixes [15:36] • Upload empathy & account-plugins to t-proposed for messenger removal [15:36] • Sync glib & -networking to wily from exp [15:36] • Update rhythmbox to 3.2.1 in Debian & merge to wily [15:36] • Code reviews for libtimezonemap, release 0.4.4 [15:36] • Copy some SRUs from vivid-proposed to wily-proposed [15:36] • Quick look at a totem menu bug - ask larsu to take over (thanks!) [15:36] • Look at tracker autopkgtest failure due to new glib upload - required a fix in glib and some tweaks to the dep8 script, now fwded upstream [15:36] • Start to look at a trash bug in gvfs/nautilus - in nautilus, trash a file and then immediately try to restore it, errors out [15:36] ♒ [15:36] thx Laney [15:36] #topic larsu === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: larsu [15:37] - uos [15:37] - fix time panel geoname fetching issue (and did some bug triage and testing) [15:37] - started work on fixing menu issues in totem and upstreaming our traditional menu patch [15:37] - a bit more than usual reviews and discussions [15:37] - continued testing of gtk 3.16 [15:37] [15:37] thx larsu [15:37] #topic qengho === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: qengho [15:37] * Added Chromium support for libva1. Made "widevine" plugin at least work if it's copied from other sources. [15:37] * Found problem with flash update support. Fixed. [15:37] * Updated Cr in wily, thanks seb. Stable-ubuntu updates landing soon. [15:37] EOF [15:37] thx qengho [15:37] #topic Sweet5hark === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: Sweet5hark [15:37] slow week: [15:37] - some UOS [15:37] - booked travel and accomodation for Cambridge Hackfest [15:37] - discussed bug 1418551 some more upstream: testing a very ugly minimal hack to prevent the crash. not a good long term solution, but should be good for a vivid/4.4 SRU (testing in ppa now) [15:37] - still hunting down the memory management madness upstream to push those fixes (will likely push them after branch off for the next major though) [15:37] EOF [15:37] bug 1418551 in libreoffice (Ubuntu) "soffice.bin crashed with SIGSEGV in Application::GetSolarMutex()" [Medium,Incomplete] https://launchpad.net/bugs/1418551 [15:37] thx Sweet5hark [15:37] #topic tkamppeter === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: tkamppeter [15:38] - cups-filters: Let auto-generated PPD-less print queues for IPP network printers also accept PWG Raster as input [15:38] - cups/cups-filters: Run PWG self certification tests for IPP Everywhere printers on CUPS queues: Printing required data formats works very well, but there are many issues in Bonjour and IPP answers by CUPS. Reported to CUPS upstream. [15:38] - Tested ippusbxd on my HP printers due to HP-reported problem of ippusbxd hanging on some printers. [15:38] - Bugs. [15:38] thx tkamppeter [15:38] #topic TheMuso === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: TheMuso [15:38] * Implemented filter result control accessibility in the unity 7 dash, working with the unity 7 team to get it ready for merging into unity 7. [15:38] * Worked in Debian VCS to update ALSA userspace to 1.0.29. This should land in Wily before too long. [15:38] * Started prepping updates to the a11y stack for wily. [15:38] #topic robert_ancell === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: robert_ancell [15:38] - Test case for XMir failing with standard libepoxy [15:38] - Understanding XMir [15:38] - Investigating git branch for XMir [15:39] #topic willcooke === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" | Desktop Team Weekly Meeting - 2015-05-12 | Current topic: willcooke [15:39] UOS [15:39] Pre for sales eng. training [15:39] EOF [15:39] #endmeeting [15:39] * faenil gets notifications for every topic change :( === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Test gtk 3.16 from ppa:ubuntu-desktop/ww & file bugs with the tag "gtk316" [15:39] Meeting ended Tue May 12 15:39:31 2015 UTC. [15:39] Minutes: http://ubottu.com/meetingology/logs/ubuntu-desktop/2015/ubuntu-desktop.2015-05-12-15.30.moin.txt [15:39] THAT [15:39] WAS [15:39] AWESOME [15:39] lol [15:39] * larsu has a feeling willcooke liked it. notsurethough [15:39] we should still have a "other topics & question" imho [15:40] but otherwise +1 [15:40] feel better to not keep waiting in the middle [15:40] good plan [15:40] we could try the async-in-parallel approach [15:40] oki, let's do a Any Other Business now... [15:40] ask everyone at the same time [15:40] anyone got anything? [15:40] and let everyone flood back together :) [15:40] * seb128 doesn't [15:40] so... lots of timezone panel problems apparently [15:41] larsu: search+gvfs+soap issues still? [15:41] yeah, not specific to the panel [15:41] I think we should make this whole situation a bit better... [15:41] inconsistent experience/stack used in different codebases as well [15:41] desrt: no, I fixed that by porting to libsoup [15:41] yeah, +1 [15:41] desrt: the actual culprit was a missing unref on the stream, leaving the connection open :/ [15:41] so is a cache the way to go? [15:41] willcooke: yes, like we have on the phone [15:42] ah, cool [15:42] willcooke: we already ship a cache... [15:42] in /usr/share/libtimezonemap/ui/cities15000.txt [15:42] which is almost 5mb :/ [15:43] woah, yes - lots of data there [15:43] * seb128 needs to go but is going to read the backlog and comment tomorrow if the topic is not settled by then :-) [15:44] cya seb128 [15:44] see you tomorrow! [15:44] I think having a couple of major cities for every time zone locally is enough [15:44] and then get rid of the cities15000 file? [15:44] something like that [15:45] I wonder if people will be ok with that though [15:45] hrm [15:45] depends on what else is using libtimezonemap [15:45] I mean, if it's already there, can't we just use it? [15:45] like, the phone's settings for example [15:45] willcooke: we can, but I think it's quite wasteful [15:46] If it's already in use on the phone then I think it would be better to use that than to implement a "new" thing [15:46] ya of course [15:47] the idea is to make the file smaller (but keep the same lib) [15:47] You can fix this bug without changing the file [15:47] and fix a couple of bugs in the process [15:47] the discussions don't have to be coupled [15:47] add gzip support to the library? [15:47] Laney: indeed [15:48] so would a first step be to get the panel to use that lib? [15:48] it already does [15:48] it already does, but not the local-file part [15:48] the change is to get the widget to use the offline cache [15:48] for reasons I don't know yet [15:48] tedg might know [15:48] ahh [15:48] I get it [15:48] willcooke: sorry if I was unclear - we've been talking about this all day :) [15:49] * larsu doesn't know what has been said yet [15:49] * willcooke shuts the hell up [15:49] haha don't! [15:49] :D [15:50] riiight - so shipping the 5MB file on the phone is a bad idea, right? That was your point I expect [15:51] ya [15:51] gotya [15:54] seems to be quite a lot of duplicate cities in that list with slight lat/lng differences [15:54] I'll try and de-dupe it and see what it looks like afterwards [15:54] no [15:54] just based on city name [15:54] it comes straight from geonames.org [15:55] ahh [15:55] A fix, if there is one to be had, would be to use one of the smaller ones probably [15:55] Or let the user load a different one, or something [15:56] It's a worthwhile discussion but I'd rather avoid coupling it with the more important fix to have the panel use this offline database [15:56] sounds good [15:57] carry on [15:57] ;p [15:57] nessita: ok, that was just to confirm that the problem had nothing to do with the graphics driver, since both the textual and the graphics splash fail [16:02] * Laney screams/weeps [16:02] why can't ubuntu have locales-all? [16:22] tseliot, right. Any other workaround or debug info I can try/get? [16:39] nessita: you might want to ask cyphermox, since the bug report is assigned to him === dpm is now known as dpm-afk [16:57] * Laney sobs with joy at finally beating tracker's testsuite [17:04] * willcooke -> EOD [17:05] * Laney tries it on ubuntu (as opposed to debian) [17:12] cyphermox, hello, you around? I'm having issues when starting up my ubuntu vivid installation, the splash screen gets stuck for a long period of time, and the login screen seems to "restart" several times before is actually shown. Output of systemd-analyze critical-chain shows https://pastebin.canonical.com/131238/ === alan_g is now known as alan_g|EOD [17:25] nessita: that doesn't mention anything wrong [17:26] phew, uploaded --- hopefully this works [17:26] bye chaps! [17:34] nessita: that is for the splash screen before the installer starts? [17:41] cyphermox, nopes, this is the splash screen on normal boot [17:41] the splash screen hangs for around 40 seconds [17:41] this is an SSD drive, so booting on 40 seconds is crazy [17:47] And it doesn't say anything on the splash screen? Maybe try to boot with verbose to see what's happening at the time [17:48] cyphermox, any instructions to boot with verbose? editing the boot line and ...? [17:49] You just remove quiet splash and replace that with verbose [17:49] kk [17:49] will try that === MacSlow|errand is now known as MacSlow