=== marcusto_ is now known as marcustomlinson === chihchun_afk is now known as chihchun [05:47] Probably something that could be added to the FAQ but can I sideload Android apps like WhatsApp? [05:48] MrChrisDruif: Android apps are not supported, by any means [05:49] Normally you wouldn't document "things that don't work and are not intended to work", but I think this might be an exception. Because using the Android device and kernel people may well think Android apps would run [05:55] Seeing that Android apps aren't the default on Sailfish OS but you can sideload them, I wouldn't be surprised if that question came up more frequently. [06:17] MrChrisDruif: Yeah I'm surprised too. Although maybe it does and I don't notice the IRC/web questions more often [06:18] I can't imagine a technical reason why someone can't some day add Android app support. It would be a significant effort though === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [08:30] SailfishOS people are unhappy about Android support as it takes resources from native apps and it's easier to get Android than native app to store and people won't bother making native apps as they can make Android apps. No idea where SailfishOS would be if the agreement with aliendalvik wasn't done though. [08:46] I don't remember who told me before that the desktop yakketak comes with colorful smileys. Does it also come with easy means to type them? [08:48] dpm: hey! [08:48] dpm: we would need another package included in ubuntu-rtm/15.04 translations - sync-monitor [08:49] It got recently pushed to translations.launchpad.net [08:51] sil2100, looking... I did see it when scanning for other missing translation templates after approving indicator-keyboard, but I didn't approve it as IIRC it was an old template from 2015 [08:53] dpm: yeah, I think upstream pushed the new one yesterday IIRC [08:54] sil2100, can you see this page? https://translations.launchpad.net/ubuntu-rtm/15.04/+source/sync-monitor/+imports [08:54] sil2100, it shows the 2015 upload, but not the most recent one [08:58] hm [08:58] I wonder where they pushed it? [09:33] dpm_: so we need upstreams to push the pot files to the rtm series still, yes? [09:33] sil2100, it'd be good to find out if a recent package upload happened and if that package contained the .pot file === dpm_ is now known as dpm [09:36] hm, ok so this happened so far: [09:36] 21:14 < bfiller> renato, sil2100 : sync-monitor should now be configured properly in lp for translations [09:36] 21:15 < bfiller> renato, please make sure to push the most updated .pot file to trunk directly [09:36] 21:15 < renato> bfiller, it is up-to-date already [09:36] Do we now need another package upload for sync-monitor then? [09:49] sil2100, it seems that the upstream project has been set up for translations, but probably the source package has not been set up for creating a .pot package on upload? [12:03] mardy, ping [12:10] zsombi, hey, after upgrading to yakkety, I'm having issues running apps locally. It used to work just fine on xenial. Have you experienced that? [12:10] the bt says libubuntutoolkit is involved [12:11] jgdx: afaik the yakkety is in pretty bad shape, we don't have stable version on 5.6 yet [12:12] zsombi, okay, will look at downgrading [12:14] or just buy a new laptop [12:24] jgdx: hi! [12:25] mardy, hey, I'm debugging a crash in system settings, specifically in the About page. We load a plugin using pluginManager.getByName("foo") and then create a pagecomponent. This works fine once, but subsequent attempts will often lead to a crash. === _salem is now known as salem_ [12:27] mardy, you're the author of that from what I can gather. Do you have any thoughts? [12:28] jgdx: I seem to remember that once kenvandine fixed a similar issue with a change which was apparently unrelated... let me see if I can find it [12:28] jgdx: it was some weird thing in QML [12:28] mardy, this is also a qml runtime segfault [12:28] * kenvandine has a vague memory of this [12:32] there are some qobject destruction via delete, that's the leading theory right now. [12:32] (in the plugin manager) [12:33] jgdx, is this happening on vivid? [12:33] kenvandine, yes [12:33] so we can't blame the new qt :/ [12:33] kenvandine, i think this is very old [12:34] jgdx, a crash in the about panel? [12:34] i haven't seen it crash [12:34] kenvandine, bug 1617217 [12:34] bug 1617217 in ubuntu-system-settings (Ubuntu) "System settings app crashes when doing the second checking for updates" [Critical,In progress] https://launchpad.net/bugs/1617217 === JanC is now known as Guest73215 === JanC_ is now known as JanC [12:35] kenvandine, the last comment is important [12:36] jgdx, kenvandine: could it have been rev 1521? [12:37] I remember that it was an apparent meaningless change, but it was actually fixing a crash [12:37] on mako, a slower device than turbo, on which the bug can be reproduced reliably, it doesn't crash, but rather the pageComponent comes back falsy. [12:38] mardy, let me try it [12:39] mardy, lol, fixes it. [12:40] wow [12:40] mardy, good memory! [12:40] jackprot [12:40] mardy remembers what i do better than i do :) [12:41] i vaguely remember fumbling around with this and being shocked at the fix [12:41] jgdx: now your task is to understand why that fixes it and document it ,-) [12:41] that's the challenge [12:42] kenvandine, heeeey r1521 has to be amended [12:42] :) [12:42] kenvandine: it's surprising how you came up with this fix in the first place, it's certainly not something which would have ever crossed my mind :-) [12:42] mardy, thanks btw [12:42] jgdx: yw :-) [12:43] my only thought is the qml runtime treated upPlugin or updatePage as a global or some nonsense [12:44] that was my theory at the time... but i had trouble believing that was actually the case [12:44] jgdx, it might be interesting to try only half the fix [12:44] like rename the page variable but not the plugin [12:45] and also try renaming the plugin variable and not the apge [12:45] page [12:45] narrow down the fix [12:47] kenvandine, narrows it down to “plugin”'s absence leads to a crash [12:48] ok, so i guess upPlugin has some crazy scope [12:48] using that in multiple panels [12:48] i wonder if that's actually a qt bug [12:58] mardy, kenvandine: an alternative fix is just keeping upPlugin in scope by assigning it to some element in the About page. [12:58] so I think since pageComponent is the only thing we hold a reference to, some other things get collected by the engine, but not if we hold a ref to upPlugin [13:01] bfiller, I am going to submit a branch to hide the character count option, its way complicated [13:02] pmcgowan, ack [13:04] bfiller, I will write up the design fwiw since now we understand it [13:54] popey: What's the url of your click backup site? [13:56] rvr, it died/was moved (partially iirc) here: http://people.canonical.com/~alan/clicks/ [13:56] jgdx: Thanks! [14:16] dpm: Hi. Did sil2100 ask you to add sync-monitor to ubuntu-rtm/15.04 series? [14:17] dpm: sil2100: Just read this https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617916 [14:17] Launchpad bug 1617916 in sync-monitor "Snyc-Monitor doesn't use translations in OTA-12" [Undecided,In progress] [14:19] rvr: yes, I asked, but it seems we need something done by the sync-monitor upstream still [14:20] renatu: ping [14:21] renatu: is sync-monitor correctly configured to build the pot files and export them to launchpad? [14:21] sil2100, just fixed that: https://requests.ci-train.ubuntu.com/#/ticket/1870 [14:21] renatu: excellent [14:22] rvr: ^ [14:22] rvr: could we put that on the priority list? [14:23] renatu: are all those fixes in the silo for OTA-13? I see one bug report not being targetted for any release? [14:23] let me re-check [14:23] renatu: since we need to get this pot fix ASAP [14:23] they should [14:23] So that people still have time to translate before we get our final images built [14:24] sil2100, if you prefer I can create a new silo only for that [14:25] kenvandine, could you review this? https://code.launchpad.net/~renatofilho/sync-monitor/fix-pot-build/+merge/304510 [14:26] renatu, done [14:27] sil2100, I could push it direct to the trunk. Since this no need test [14:28] sil2100: Let me see [14:28] sil2100: To me it is ok [14:29] renatu: I'll let rvr decide what he thinks, but I would personally like to fast-track the pot change ASAP, but if the other changes look fine then we could leave it as is and just ask QA to prioritize it a bit [14:29] kenvandine, could you top approval that :D [14:30] renatu, done [14:30] kenvandine, thanks [14:30] np [14:30] sil2100: "#1617916 Snyc-Monitor doesn't use translations in OTA-12" is on the regression list, so it's ok to do that silo [14:31] rvr, do you see any problem of pushing it to trunk without silo. Only for this mr? [14:31] https://code.launchpad.net/~renatofilho/sync-monitor/fix-pot-build/+merge/304510 [14:31] renatu: I prefer to go through silos [14:31] ok [14:31] We are not in panic mode to commit to trunk :) [14:31] Let's follow the rules as usual === dandrader is now known as dandrader|afk === chihchun is now known as chihchun_afk === dandrader|afk is now known as dandrader === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === salem_ is now known as _salem