[00:25] Project daily-hammerhead build #323: SUCCESS in 11 min: http://ci.ubports.com/job/daily-hammerhead/323/ [00:27] Project ota-push build #1023: SUCCESS in 1 min 46 sec: http://ci.ubports.com/job/ota-push/1023/ [02:54] Guys In make step, after the kernel built successfully, I'n not able to build the further steps giving me errors : https://paste.fedoraproject.org/paste/YrEBe4qjF~bj241HhvLuGA [03:32] @thepeter, Have you have links of them? [03:33] @Flohack, Which extension has ex-Ubuntu Phone apps? … .deb? [03:40] Vishnu Gs was added by: Vishnu Gs [03:43] using mdt I got this error messge and my one plus on does not reboot from fastboot mode to bootloader sudo: ubuntu-device-flash: command not found [04:09] yaseenferoz was added by: yaseenferoz [04:18] Welcome Vishnu for mdt problem please use the telegram channel dedicated to mdt. [04:27] Project vivid-rootfs-armhf build #130: SUCCESS in 2.5 sec: http://ci.ubports.com/job/vivid-rootfs-armhf/130/ [04:27] Project ota-push build #1024: SUCCESS in 0.44 sec: http://ci.ubports.com/job/ota-push/1024/ [04:45] Guys I'm getting an error when trying to build : https://paste.mozilla.org/cuW6ThoNeZiaCjcn [04:47] gcc-7.2 [05:20] @aki237, Any ideas? [05:26] Hai can i install ubsport in my xiaomi device? [05:57] @Mushelpi, No [06:10] So wich phone can to install ubsport? [06:12] https://ubports.com/page/get-ubuntu-touch [06:13] core devices are the ones to go for, unless you want to develop yourself ;) [06:22] capnjackcanon was added by: capnjackcanon [06:23] Love that you guys are keeping Ubuntu Touch alive, any plans to support tablets? [06:45] @capnjackcanon, For sure. Eventually... [06:46] I thoguht one of them might be working or nearly but yeah people are on it. [06:46] and welcome to the group! [06:47] Thanks Wayne [06:49] cls006 was added by: xv8vxp [07:02] @xv8vxp, .click [07:15] @xv8vxp, .deb you can use in libertine container [07:16] @capnjackcanon, We're already supporting the Bq M10 HD and FHD tablets [07:46] @Stereofont, It was really helpful going to a new city for me... Or knowing new places in my town [07:49] @Stereofont, Yeah! They don't change, but you and your phone would change location often and you need to know what's available in your current location ;) [07:51] @Stereofont, Depends on how much restaurants you want to store. Sounds like a several-GB deal [08:04] @Lorxu, That is true for sure. Could be 10Gb. I find hotels, cafes, bus stops offline. At that storage price. An event or a new restaurant needs online, for sure [08:07] For me, the priority of aggregation is ephemeral information. That which is now. Weather, news, currency, exhibition, delays [08:19] @Lorxu, we have 2GIS in Russia which provides offline navigation with places [08:19] maps are usually tens of mb, except maybe Moscow [08:23] Project daily-fp2 build #341: SUCCESS in 13 min: http://ci.ubports.com/job/daily-fp2/341/ [08:24] Project ota-push build #1025: SUCCESS in 1 min 9 sec: http://ci.ubports.com/job/ota-push/1025/ [09:11] @Flohack, @Flohack I watched the video. I have to say that after latest update the time lag seems to have been slightly reduced, if I'm not wrong; before was terrible. Is there a chance to improve any further to how Telegram works on Android or there are different technical issues difficult to overcome yet? [09:12] @Matteo, Of course there is much to improve. For example version 3 has a builtin cache. Now it goes constantly to the database to fetch new content. thats very slow [09:12] But version 3 (upstream Cutegram) is a major rework. But we consider going this way [09:18] @Flohack, πŸ‘ thank you for the answer. By the way, I want to say that you are doing a great job with that and so all the UBports team [09:19] Thanks :) [09:49] In case you didn't know this project and this developpe ;) http://konstakang.com/devices/rpi3/CM14.1/ [09:50] @paletuco, wow [09:52] installing Ubuntu with libhybris layer on device with native Linux support is going to be overkill though :) [09:54] @Flohack, That was still far better then telegram 1. … How much of this is problems with Ubuntu Phone being slow and needing changes to make it fast? … I mean, it still takes a bit of time to open apps, so I could see some of the issue being the OS rather then the app. … Is there any chance that we could have apps as fast, fluid, and feature full as android? … I dont mean just telegram, I also mean things like the file manager, sm [09:56] I suppose Android Telegram has some optimizations not to include all the loaded chat messages into render tree, but simulate scrolling [09:58] like infinite scrolling is implemented in web (far away elements removed from DOM tree, but height is faked to account for this) [10:03] @PhoenixLandPirate, Qt5.9 will help somewhat there with the startup time optimisations, although some of that gain maybe from the commercial qml compiler. The QmlEngine/scenegraph is expensive to create rougly 30mb last i checked and then you need to load the UI on top. This can still be pretty fast if you have a very minimal UI and toolkit dependencies (think petals app) but most apps don't have that. [10:06] @DanChapman, Yeah I heard that Qt5.9 will make things faster. [10:06] Apps do load a LOT faster then they did even just one year ago [10:09] Also, scrolling performance heavily depends on the way the UI components are written. A lot of the recent activities on telegram-app were about reducing the complexity of those message bubbles in the chat view: since they are created on demand, they need to be very light [10:10] Guys while porting : I have this error : … ```make: *** No rule to make target 'libqmi', needed by '/home/aki237/phablet/out/target/product/ham/obj/EXECUTABLES/wpa_supplicant_intermediates/config.o'. Stop.``` [10:10] The final build error by the way [10:10] @sverzegnassi, yeah listviews are tricky with dynamically sized items [10:14] Sorry I'm new on Ubuntu touch and I have another question : is there any WhatsApp client for Ubuntu touch? [10:17] @SoulFreezer, Unfortunately no, it is proptietary code and protocol ... [10:17] @paletuco, Awesome! [10:21] @sverzegnassi, I've just realised, how can I contribute to translation of apps in openstore? Won't there be an unified way (at least suggested) to handle internationalization? πŸ™‚ [10:23] alot of the apps are possibly still translated on launchpad. [10:23] the coreapps, openstore and dekko are on translate.ubports.com [10:24] @SoulFreezer, You can try loquiIM. [10:24] Ugh ... okay then, starting to feel like I have too many logins again :) [10:24] @DanChapman, There I've done what I could, you know, no new thing to add :) [10:25] @SoulFreezer, you can use loquiIM, untill I know it's still beta, but it's functional. Anyway, since whatsapp it's private, and in order of the terms of use, your number can be baned from their service if you do things like use other than not ofcicial apps. … You also can use a old phone, use whatsapp there and connect your ubuntu phone through web whatsapp. [10:28] Loqui IM works (mostly). Group-chat you can receive messages but can't send any (due to group-encryption issues) [10:30] @DanChapman You implemented notifications in Dekko, I was wondering. … SMS, and some other system apps have options where you can reply,dismiss, snooze, etc, in the notification bubble, are you able to take advantage of that feature atm, or do notifications need some modificastions before you can do more things with them? [10:31] @thepeter, You could check in OpenStore (from the web UI it's probably easier) if an app has specified something in the 'Source URL' field. As Dan said, many apps are still hosted on launchpad.net, so there's some chance that those apps are also using the Rosetta translation service. [10:32] Thanks for all the answers [10:33] We could eventually consider to add a further field in OpenStore, so that developers can specify the URL where people can contribute with translations ^^ [10:34] I think you can add "actions" to the notification object which will dispatch url's. With libmessaging-menu you can add define an action type and callback so i presume it will work similar to that. I haven't really looked into it properly yet though [10:34] @PhoenixLandPirate ^ [10:38] @aki237, Any ideas about this error. [10:39] @PhoenixLandPirate In dekko's case i don't think having a reply action is worthwhile as you don't get enough of the message body (if any) to even make a reply. Unless you have conversations using the subject only πŸ˜ƒ (new form of IM) But i can see value in a mark read, delete or spam action [10:40] @DanChapman, Thats fair enough, I just think actions in notifications can be very useful, android has them now. … You can reply to telegram via notifications, PIA has "stop" "pause VPN" and "Change server" … screenshots have "Share" "Delete" … So having more notification options would be very nice in my PO. [10:41] @DanChapman, Yeah, definitly, delete and mark as read, or star, would be pretty useful. … Then when you open dekko you can go straight to the stared email. [10:41] would you really star an unread email? [10:41] yes [10:41] I can't see why anyone would [10:42] πŸ˜ƒ [10:42] if I see it's an email from my work and im on the weekend [10:42] so I don't want to miss that, but I also wouldn't read it [10:42] @DanChapman, If I see its from someone important, but I dont have time to read it. [10:42] exactly [10:43] Or perhaps I should just tell github to stop sending me emails x'D [10:43] yeah, you will see the notification anyways [10:43] but that's not the only case for sure xd [10:46] Ok fair point, i suppose 😊 … I wonder how many actions you can fit in a notification... [10:46] archive and reply would be enough [10:46] for me [10:47] noted [10:48] as if i don't want to deal with an email β€” i can just dismiss the notification [10:48] and then manage it from the app later [10:48] @mariogrip why sdcard not detected quickly ? when connected my phone to PC, only internal storage detected (MTP mode) , sdcard take long time(more then 10 mns), but the good its mount. If you have any idea plz guide me how to solve it BR [10:49] Yeah that's what i would do. Just leave it unread and dismiss it. Anything i'm not interested in I can mark as read in the notification [10:49] and if i see something like increase the size of your penis, i want to archive it instantly, so it wont get in my way when i use the app [10:49] so it makes sense to have archive [10:50] there shouldn't be too much clutter in the notification, it will render things unusable [10:53] @vanyasem, Thats the only kind of email I respond to tbh [10:53] archiving is a tricky one to provide as most people do it differently. My plan for that is "do it like thunderbird" and hope that format is what most people use. gmail is a special cupcake here and needs different treatment but other email serveers/services are open to interpretation [10:54] @DanChapman, I've only seen 2, so it might be 2 atm, but with that being said, we might be able to add a third option for those that want/need it [11:03] Btw, dekko2 notifications do not open the app or the mail... [11:07] comin in the next update [11:08] Ok! Nice! [11:10] How come it's called Dekko 2? … How come you dont just call it Dekko? … Is that something you'll do when Dekko 2 becomes more stable? [11:14] Indeed, it just to prevent it removing the old dekko until it becomes stable enough to replace. [11:14] or once canonical store closes, which ever comes first [11:23] Hello [11:23] I bought an oneplus one phone... [11:24] The camera and GPS are stille not Wieling? [11:24] Stil [11:41] Still not working? [11:52] @jakko, Camera isnt [11:53] OTA 3 camera should work [11:54] @PhoenixLandPirate, GPS is working? [12:03] @jakko, Couldnt tell you, I never use GPS [12:10] Is there a simple grid somewhere with features working versus device? [12:10] telegram for ubuntu touch supports supergroups? [12:11] @PhoenixLandPirate, πŸ‘ [12:13] @uzugu, Unless something changed since the last time I used it a few months ago: no [12:14] thanks [12:16] @uzugu, I think Web version does. Not the app [12:39] I tried to install knowndict as suport .dict files [12:40] as not longer available on the stores, I dowloaded the code from launchpad [12:41] after compiling, I try to install and I got the error 'Cannot install knowndict.click: Signature verification error: debsig: Origin Signature check failed. This deb might not be signed.' [12:41] any idea what I did wrong? [12:42] did you use the `--allow-untrusted` flag when install ing? [12:43] No! I m going to try! [12:46] I guess with pkcon? [12:46] I get a new error [12:46] Cannot install /home/phablet/Downloads/knowndict.click: Invalid character "_" in "name" entry: @APP_ID@ [12:47] I guess somethig related to the source compilation? [12:55] Project daily-mako build #116: SUCCESS in 12 min: http://ci.ubports.com/job/daily-mako/116/ [12:56] Project ota-push build #1026: SUCCESS in 51 sec: http://ci.ubports.com/job/ota-push/1026/ [13:00] Is it normal that https://translate.ubports.com/ is horribly slow? [13:13] #audiocast @wayneoutthere … https://www.fastcompany.com/40435064/what-alan-kay-thinks-about-the-iphone-and-technology-now … This is an interview of Alan Kay, the creator of the concept for the first truly mobile computer. It was a device meant to help students parse information from distinct sources, learn about computers, and otherwise improve education. He's upset that today's mobile devices are little more than personal televisions [13:13] of endless consumption. === JanC_ is now known as JanC [14:32] @sverzegnassi, okay, so I count 367 apps there, right? I've logged in but can't find any kind of sort by (to find out which are most important to check translations) [14:43] hummlbach was added by: hummlbach [14:55] Hello everybody! [14:59] This is the right place to pose silly questions concerning the development of Ubuntu phone apps, am I right? 😁 [15:04] I have two of them: Is there some information out there, how to install and use a toolchain for building apps as well as testing them without using the Ubuntu SDK? [15:07] And second can someone point me to an example, how to use a native openGl(es) context (in the qt context...)? [15:13] @thepeter, We don't publicly expose information about most downloaded apps yet. However I can provide you a list from 1st to 20th, since it was part of my talk at UbuCon Europe: … 1. OpenStore … 2. UT Tweak Tool … 3. Telegram … 4. WiFi Scanner … 5. Gallery … 6. uNav … 7. Bluetooth File Transfer … 8. TweakGeek (unsupported) … 9. Falcon … 10. UBports Welcome App … 11. OSM Scout … 12. Calendar … 13. Beru … 14. Fishy Sho [15:13] Terminal … 16. Indicator Weather … 17. File Manager … 18. Compass … 19. LoquiIM … 20. OwnCloud Sync [15:15] @sverzegnassi, Thx a lot, will go by this list for start with translations :) [15:19] Please mind that usually developers write here or in the OpenStore group when new translations are available. If there is something new, you will surely know :) [15:38] el_namor was added by: el_namor [15:39] @neothethird ty for accepting my pr on github mines. when will the update come out? [15:40] i'm not fammiliar with how openstore works [15:45] I'm trying to install Ubuntu touch in my bq Aquaris E5hd but the magic-device-tool doesn't work [15:46] It download the recovery but not the image [15:52] @SoulFreezer, Please follow-up to the magic device tool telegram group ;) [15:52] @sverzegnassi, Yep I am checking the forum and recently joined openstore telegram group πŸ™‚ [15:53] Great! Nice to get you on board! [15:54] @Flohack, Is there a list of telegram groups ubports is using? πŸ™‚ [15:55] No dont think so =) [15:55] Also magic device tool is not part of ubports, dont forget that ;) [15:55] @sverzegnassi, thanks :) I am glad to be part of this movement as much as I can [15:56] @sverzegnassi where is the link to the openstore group? the link on open.uappexplorer.com leads to this group. I'm sure i used to already be in the group. Must have left at some point by accident. [15:56] @Flohack, Oh, didn't know that :) [15:58] @DanChapman, https://telegram.me/joinchat/BMTh8AHtOL2foXLulmqDxw [15:59] cheers! [16:00] @sverzegnassi, You were faster πŸ‘ [16:02] But true ... footer link points to supergroup @sverzegnassi maybe it could be good to fix that one :) [16:02] yep, the real link is buried inside a sub-page :/ [16:03] will try to push a PR to OpenStore, so Brian can review it [16:05] Cool [16:06] Thanks to @nfsprodriver and @sverzegnassi we got a HUGE update done for the file manager: https://github.com/ubports/filemanager-app/pull/7 [16:07] @Flohack, It isn't yet done! I'm still removing unused or deprecated stuff from source code.... such a pain! πŸ˜†πŸ˜† [16:07] Anyway, all the kudos goes to @nfsprodriver - he did a great job! πŸ‘ [16:08] Interesting, how is it that ubuntuopenstore group is show also on ubuntu but supergroup and halium is not ... [16:10] Dear All, we unfortunately got a bug with the browser update in rc on the BQ E5. I would need confirmation of rcΒ΄s browser on E4.5, MX4, etc... all kind of legacy devices: https://github.com/ubports/ubports-touch/issues/247 [16:10] The OpenStore one is still a normal group, while the current Ubuntu Telegram app does not support supergroups [16:12] @sverzegnassi, OIC thanks [16:18] In the last Ubucon Paris I gave a programming workshop with Ubuntu Touch [16:18] You can see the presentation at this link: https://drive.google.com/open?id=0B1tk1v5ejGZzY2VKWWh0cWhHTVk [16:18] @DanChapman, I blame @Flohack for that one 😜 [16:19] I'll upload the virtual course machine at the end of the week. Includes everything you need to start programming with the SDK [16:19] (Sticker, 512x512) https://irc.ubports.com/3yuwyLTO/file_587.webp [16:27] @bhdouglass, whaaat πŸ˜† [16:28] I do recall a pull request or two from you πŸ˜„ [16:28] @bhdouglass, lol [16:28] Well we can mention all relevant groups there [16:28] I just was thinking at this time we should promote the ubports group a bit ;) [16:47] @vanyasem, well thank you for the pr :) i have to build it manually, wanted to publish tonight [16:48] ok, ty, i just wanted to know what the process is [16:48] it's a manual process, at least for now [16:49] is there any way to configure CI? [16:50] yep, it's planned to put at least the core apps on ci.ubports.com, but not done yet [16:50] GitLab has a nice free CI using docker and there is also a way to install your own custom runner with any config [16:50] I use self-hosted GitLab CI to build my android apps [16:50] and publish them [16:50] @vanyasem, I doubt it will handle the gross build process that is necessary to build the apps and the core OS πŸ˜† [16:51] hmm, we're using jenkins for all the rest, so we might keep it all in one place [16:51] you can self-host a runner [16:51] it couldn't handle my build (7 mins work time and constant crashes) [16:51] so i bought a cheap "ΠΏΠ΅Ρ€Π΄Π΅Π»ΠΊΠ°" VPS and just configured it as a native runner [16:52] native = no virtualization, just pure shell (no docker, for example) [16:52] yeah, there are probably many tools for the job, but jenkins works for the rest, and canonical used it as well [16:52] @vanyasem, not it takes less a little more than a minute to build and publish [16:52] @neothethird, i'm just sharing my experience [16:53] i also have my repos on gitlab, so it's really handy for me, as you get all kinds of integrations [16:53] like auto-merge the branch if a pipeline succeeds [16:53] etc [16:54] Sachin3200 was added by: Sachin3200 [16:55] @Sachin3200, welcome [16:55] thanks [17:01] Is a fix for the recovery bluescreen on FP2 available? [17:09] Seems like a hardware issue. No update from Fairphone yet to my knowledge [17:12] Has a build of TWRP or CM recovery started working, David123 [17:24] Thomas Souteyrat was added by: Thomas Souteyrat [17:25] @Thomas Souteyrat, welcome Thomas [17:25] Hi guys [17:27] @sverzegnassi, When it will be ? [17:29] I just saved the application list as UbuCon-Europe-2017.txt [17:32] @hwpplayer1, Don't know honestly. @bhdouglass and I had a first conversation about this, however the reality is that download numbers are pretty useless at the moment. [17:32] The 20th app in the store got something more than 1100 downloads, numbers are still small :) [17:42] Yeah downloads are a useless metric as a total number, because the counts every version's downloads. Fishy shooter cheats the system by having a million version's 😜 [18:05] @Flohack and @sverzegnassi latest PR broke the FM app in loading. `void DirModel::setPath(const QString&, const QString&, const QString&, bool) FolderListModelBackend_QMLTYPE_103(0x161e9b8) Ignoring path change request, QML is not ready yet` [18:05] Any idea? My attempt was successless. [18:10] Can you give a bit of context? That output just says that FolderListModel started to spam requests before all the properties are set up [18:11] Can you anyway see the list of folders as usual? [18:11] No, there an infinite loading circle. [18:13] Let me check... are you testing on the phone, right? [18:13] Yes [18:20] How would it run on a Nexus 5X [18:20] @whig4life, ? [18:34] Ubuntu Touch. [18:35] @vanyasem, Ubuntu Touch. [18:36] (Photo, 1280x720) https://irc.ubports.com/Y7K4Injl/file_589.jpg [18:36] there's no Ubuntu Touch for 5x yet [18:36] Fwd from Stereofont: Ivan Semkin: … see https://devices.ubports.com [18:37] @vanyasem, 5x speaks for itself [19:15] Is there some way that we could better show supported devices? I've noticed these questions a lot lately. [19:15] Welcome bot spamming this into the group? πŸ˜† [19:15] I considered it. [19:15] Nah maybe the link on the homepage should be called Supported Devices [19:15] Its currently not clear where you can see this info [19:16] Hmm, what did we do differently on the old site that made it better... [19:16] Maybe one could pin a message containing the current supported devices? That would at least solve the problem for the Telegram group [19:17] (Photo, 1280x720) https://irc.ubports.com/0ZkscO3n/file_591.jpg Had to use the wayback machine for this. [19:19] What about showing a massive "Download" call-to-action, which opens the devices page? [19:20] I mean, I'm just checking https://maruos.com/#/ and it seems to be a dummy-proof solution [19:20] I'm not sure if you want to act like a smartphone OS is a dummy-proof solution [19:20] Because people WILL flash it and then cry at you because they lost all their files [19:22] Hmm... At that point, do we say RTFM? [19:23] We can't protect everyone from themselves [19:25] ^^ [19:39] @UniversalSuperBox, More interest now I suspect. Not a better link on the past… [19:39] Still, it's grating to answer the same question over and over again. [19:41] @UniversalSuperBox, I understand the frustration and difficulty of staying fresh but if this is first point of contact it needs to be friendly and upbeat [19:43] Sure, I agree. Guess helpdesk is getting to me. [19:44] Imagine working for an airline and being forced to smile at 3000 customers a day 😱 [19:44] ick [19:45] Not that I ever have done myself… [19:48] My guess is that people would respond to a short video explainer but not necessarily go and RTFM [19:49] UBbot the movie. Needs an animator [19:50] (Sticker, 512x512) https://irc.ubports.com/C7XLSSx5/file_592.webp [20:22] @UniversalSuperBox, You're still doing great job at it [20:24] Well pinned mesage with it would be the probably best, bot would be too anoying I guess [20:25] @UniversalSuperBox, We cannot protect anybody from themselves πŸ˜‡ [20:25] @Flohack, +1 [20:34] @mimecar, This is great thanks, is there also video of it? [20:35] * thepeter feels alone somehow in middle of 748 members group [20:46] @thepeter, Welcome to my world [20:55] @Lorxu, Uhm let's then make a change to it 😎 [20:58] @uzugu, Have you the link to download it? … Or upload here. [20:58] Well!! I'm getting a mac to flash to UBports. Where is the today's scope??? [21:00] @xv8vxp, Do you mean the app for ubuntu touch? [21:00] @Flohack, Telegram group links please. πŸ™ [21:01] @Jaume81, like a mac notebook/computer? [21:02] Project daily-bacon build #272: SUCCESS in 11 min: http://ci.ubports.com/job/daily-bacon/272/ [21:02] Yes, I use the tool to flash and it's right [21:03] Project ota-push build #1027: SUCCESS in 1 min 1 sec: http://ci.ubports.com/job/ota-push/1027/ [21:03] @Jaume81, Wow I want to see that, I really do [21:03] The tool from ubport's web. [21:04] @sverzegnassi, Why? [21:04] The ubication is only by gps, why? [21:05] In Dekko2 doesn't appears the keyboard [21:07] @Jaume81, Yes is a bug. [21:07] @Jaume81, @DanChapman msybe? [21:08] @xv8vxp, We're still far from the 200 members limitation, so we don't need to upgrade the group yet. This way, you can still access the group from an Ubuntu phone :) [21:10] @sverzegnassi, And if we are over 200 it will disapear? [21:10] Message from Telegram devs: We arrived at API level 41, which contains supergroup support. Currently looking into compile/build issues but the first lib compiled already. The countdown for supergroups can begin ;) [21:11] @Flohack, Such spoiler πŸ˜† [21:11] ^^ [21:12] @Flohack, 10 [21:12] 9 [21:12] @Flohack, while 1: +1 [21:13] (Document) https://irc.ubports.com/dm0u0Em4/file_593.mp4 [21:14] (Document) https://irc.ubports.com/JIq6r7jF/file_594.mp4 [21:16] @Flohack, f*** YEAH!!! [21:16] BANANAAAA!!! [21:16] @Flohack, Stupid question, how easy it would be to get Ubuntu touch telegram app on plasma phone? Can it be built as a deb? What are requirements for it? [21:16] @Flohack, Don't want to soil the moment but, this is real? but only for rc in bq5? Not the stable, yep? [21:17] https://open.uappexplorer.com/app/com.ubuntu.telegram [21:17] @bhushanshah, There is deb for desktop [21:17] @xv8vxp, Is it updated with the last Telegram features? [21:17] (Photo, 480x854) https://irc.ubports.com/etgRQh3i/file_596.jpg [21:17] (Photo, 480x854) https://irc.ubports.com/XAsYdEuE/file_598.jpg [21:19] hum taliking about it. plasma and UT can use same apps? [21:19] (Sticker, 512x512) https://irc.ubports.com/Nzc8gZeG/file_599.webp [21:22] @j2g2rp, Like, the same store? that I doupt, but on ubports in libertine container you can install and run deb [21:24] don't know, i never used plasma πŸ˜‚ [21:25] i mean, i don't know which store have plasma mobile [21:25] @j2g2rp, me neither [21:26] (Sticker, 510x512) https://irc.ubports.com/oFJcuYbZ/file_600.webp [21:27] @bhushanshah, I thought PM had native support for Ubuntu Touch apps? [21:29] @UniversalSuperBox, Not native really, they just worked at some point (before I started maintaining plasma mobile) and now I've no clue how they worked [21:29] Aha, the website was updated to say "Potentially running [...] Ubuntu Touch (.click) apps" [21:29] (Sticker, 392x512) https://irc.ubports.com/l00UHD9T/file_601.webp [21:29] You'd need to be able to use the Ubuntu UI Toolkit first. [21:30] Then, there's the question of packaging. How does PM package its apps? [21:31] There are no app bundles well [21:31] hmm? [21:31] It's just native Linux apps [21:31] But how are they packaged? [21:31] How do they get onto the phone? [21:32] @bhushanshah, Based on debian or what distro? [21:32] Or just compiled? [21:32] Deb [21:32] Okay. Some of the core apps are packaged as .debs in our ppa. Let me grab one for you. [21:32] @bhushanshah, That was my tip [21:33] @bhushanshah, What is PM currently based on? 16.04? [21:33] Yeah xenial [21:33] Hmm. [21:34] That could cause problems [21:34] dialer-app is sitting in here: https://launchpad.net/~ubports-developers/+archive/ubuntu/overlay?field.series_filter=vivid [21:35] @bhushanshah, it's only built for vivid right now so you'd have ABI incompatibility. I also don't know if the UITK is running on 16.04 very well. [21:35] maybe with snaps we can "share" apps between plataforms?πŸ€” [21:35] I don't think they're quite that magical. [21:36] πŸ˜‚ [21:36] @j2g2rp, Well if they have the support gor it [21:37] @UniversalSuperBox thanks for links, though won't be able to try them right now.. currently on crappy airport wifi [21:37] I also don't know if the UITK will work under Wayland. Honestly I don't understand how the Qt/Plasma stack works overall. [21:37] @j2g2rp, It would be like uding debs on gentoo [21:37] More in-depth questions about the UITK might be answered by @jsalatas [21:38] @thepeter, Not quite. It's more a question of compatibility of binaries and toolkits. [21:39] While snaps are magical, I don't think they're that magical. [21:39] raphael default was added by: raphael default [21:39] Hello there [21:39] some kind of sorcery? [21:39] (Sticker, 512x384) https://irc.ubports.com/SBJ9uYnD/file_602.webp [21:39] (Document) https://irc.ubports.com/h4XjUuYF/file_603.mp4 [21:40] @UniversalSuperBox, Are ghey kind of above distros? [21:40] @UniversalSuperBox, It will work. :) [21:41] I understand they have packed all libs inside but still... [21:41] Grand. [21:41] There's your answer @bhushanshah [21:42] Also, @jsalatas has been working on getting things like the UITK built with Qt 5.9 (I hope I got that right) packaged for 16.04. You might be able to use them. [21:43] @UniversalSuperBox, I'm actually pushing to git now. Will publish the package later today (you should see a blog post in our site about this and other yunit project updates) ;) [21:43] (Photo, 1280x636) https://irc.ubports.com/oitXE3aZ/file_605.jpg [21:43] Yay, I got it right! [21:43] (That's really what mattered the most to me. :P ) [21:44] And here is a screenshot of yunit running in KDE Neon [21:45] some kde apps (kate and konsole) seem to be able to run natively (ie no Xmir) under yunit ;) [21:45] Black magic. [21:46] Nope. This isn't magic. This is just software engineering :p [21:47] and after this distraction, I guess I messed up with git 😒 [21:57] BTW: This was an early test of yunit running under weston. Code needed some modification whixh might affect touch events (if I remember correct). [21:57] (Photo, 1280x730) https://irc.ubports.com/9440ISer/file_606.jpg Yunit running under weston [22:41] @jsalatas, holy fu... this is awesome ... by the way can you check if the memory consumtion with the new qt5.9 is lower than with 5.6 [23:03] @delijati, I cannot tell with 5.6 but I just compared yunit in 16.04 in Qt 5.7.1 and Qt 5.9.1 and there isn't any difference: … with Qt 5.7.1 and logged in in Yunit used memory was 829MB … in the same machine (after updating it to QT 5.9.1) used memory was 823MB … You could say that there is about 0.7% improvement in memory usage 😜 [23:08] @jsalatas Once Qt 5.9.2 comes out, we'll get that in Artful, and likely stick to that for 18.04 [23:08] Fwiw [23:08] Yeah! That would be great! [23:10] BTW: Qt 5.9.1 anf yunit packages for 16.04 is in our repo (just finished uploading these), so it's up to UBPorts team to decide if they upgrade to it or stick with their current codebase until 18.04 is out [23:11] @jsalatas Well 16.04 is technically supported until 2021 if I did the math right [23:11] So you guys have some time [23:12] But I would recommend going to 18.04 once 18.04.1 is released, that way a lot of the bugs can be ironed out before you move your whole stack to it [23:14] Exactly! I guess the crucial part here for UBPorts is if they have the rest of the mobile parts (halium etc) ready. Also I guess there should be some planning about it as many of the mobile applications in the openstore need to be migrated to Qt 5.9. [23:15] But yeah, you can depend on using Qt 5.9 for at least the next 6 months to a year... I would also recommend sticking to the LTS Qt [23:16] So maybe a 16.04 based dev version with Qt 5.9 might be a good decision which will give time to app developers to migrate and test their apps against 5.9, while waiting for 18.04 to come out. At least this seems the way I would choose :\ [23:16] That's logical [23:17] Waiting for the 18.04 point release would be prudent as well [23:17] Which would come... October 2018? [23:17] January 2019 iirc [23:17] But I could be totally off [23:17] @UniversalSuperBox, April (04) 2018 :p [23:18] Nono, the point release. 18.04.1 [23:18] @jsalatas, No, that's just 18.04 [23:19] @tsimonq2, I'm lost :\ … We are talking about 18.04. right? :\ [23:19] No, we're talking about 18.04.1 [23:19] isn't 18.04 the next ubuntu LTS? [23:19] Yes [23:19] @jsalatas, Yes. And then it gets five point releases. [23:20] Point releases bring (irrelevant for us) kernel bumps and other bug fixes [23:20] @UniversalSuperBox, July 2018 if it does what Xenial did [23:20] Ref: https://wiki.ubuntu.com/XenialXerus/ReleaseSchedule [23:20] Damn it, xenial [23:21] Sooo, 10 months 😁 [23:22] Remember how we were talking about UT app compatibility with PM? [23:22] :P [23:22] PM???? :\ [23:23] Plasma mobile [23:23] Ok, so I'm wondering, on the side of app developers... why would 16.04 with Qt 5.9 be drastically different than 18.04 with 5.9? [23:23] Probably nothing but ABI changes [23:23] probably [23:24] @UniversalSuperBox, ...but it's the same Qt? ABI shouldn't change unless @jsalatas f***ed up the Qt 5.9 backporting to Xenial :P (unlikely) [23:24] @tsimonq2, It wouldn't be different. And that's why I proposed that UBPorts should have a 16.04 + 5.9.1 version as fast as possible [23:24] @jsalatas, Oh, good idea [23:25] Also, 5.9.2 should really be ABI compatible with 5.9.1 [23:25] - current discussion … - … - my head … - … - [23:25] @tsimonq2, Yeap! [23:26] @UniversalSuperBox, Binary compatible, if it isn't ABI compatible, it needs a no-change rebuild against the new library to pick up the new libraries or Things Will Break. [23:26] Ah [23:28] @jsalatas Do you guys currently ship any additional patches in the Qt source that Ubuntu (well, Debian really) can grab to reduce the delta between Yunit's Qt packages and Debian/Ubuntu's? … Because ideally once the rebasing to 18.04 is done, you guys could just do the Qt work in Ubuntu. I plan on getting 5.9.3 etc. SRUed in to the LTS release and getting bugfixes in the stable release so nothing bitrots. [23:28] https://twitter.com/Puri_sm/status/909488108281921537 [23:29] Have any of the ubports people spoken to Purism? [23:29] @popeydc, Well the phone should run with Halium so UBPorts should really work with no issue on there (iirc) [23:29] @UniversalSuperBox in summary: I just published packages (and push the code to git) for qt 5.9.1 + yunit + 16.04. … The discussion here is if UBPorts should update to this (16.04 + qt5.9.1 + yunit) or should wait for 18.04 which will have qt 5.9.x. My proposal here is that for now you can create a dev version using 16.04 + qt5.9.1 + yunit (that will give time to app developers to migrate their apps to qt 5.9) and ddecide later (when 18.04 is o [23:29] you want to stick to stick to 16.04 or upgrade to 18.04 [23:29] @popeydc, But yeah, good idea to talk with them [23:29] @tsimonq2, Not the question I asked :) [23:30] They are asking for contact [23:30] @mariogrip? ^^^^^ [23:30] I'll ask again tomorrow when people are awake [23:31] @jsalatas, Out of curiosity, where are your Qt packages? [23:31] @popeydc, No, we have not [23:31] Ok.lets make contact? [23:32] @tsimonq2, I tried not to use any additional patches in qt. The exception is that I just backported to 5.9.1 two bug fixes (QTBUG-61741 and QTBUG-62584) which will be available in 5.9.2 [23:32] @jsalatas, Ah ok, ack [23:32] Did you have to make any changes to make it work in 16.04? [23:32] @tsimonq2, https://github.com/yunit-io [23:34] @tsimonq2, I don't remember :\ … maybe just tweaking with the versions of some dependencies :\ [23:34] @popeydc, Yes! We have been talking about it, but we have been holding it, but it think it would be really nice to contact them now before the crowdfounding ends, will ask the others in the team what they think [23:35] I poked them on Twitter [23:35] As a number of people have mentioned it [23:35] @popeydc, Awesome! :) [23:37] @tsimonq2, It'll run without halium [23:38] That's the beauty [23:38] @popeydc, Haven't seen that until now. That's very neat. [23:39] I have seen a number of people ask them about using an is which was actually designed for phones.... [23:40] (Photo, 1280x720) https://irc.ubports.com/SORZ8C7n/file_608.jpg [23:40] Their trajectory is good this week [23:54] Hello all. I am having some issues with installing touch on a nexus 5. The COST tool will not recognise the phone when you set it to recovery mode. [23:54] *cpt [23:55] Dang it now my n4 won't boot...