[00:05] Oneplus One OTA-3 has a problem with internal storage? I do not see anything when I connect to the PC with Windows 10. Sorry for my English [00:05] as if I did not recognize the device [00:20] @UniversalSuperBox, I created the stickers [00:20] @Waldbursche, 🍪 [00:20] ✌ [00:40] @dohbee, no i was not trying to be cynical, i think about what arguments ppl bring up against gksudo. That extra user sonfig is passed in environmental variables. that a bigger environment is copied over to prevent root files in user's home. It seems to me like security concerns of gksu are blown out of proportions. In reality i think it just boils down to development team wanting to push policykit which allows for more granular control and the [00:40] longer wish users can elevate entire gui app. On the other hand pkexec doeanr seem to allow this easily. And also what if user explicitely wants the gksudo behavior. … Policies have to first be made in /usr/share/polkit-1 which requires root and is more complicated. I have reead a lot and dont really see any real problem about gksu. Policykit suddenly is preffered but not quite yet at the usability level of gksu for the simplest use cases. [00:42] @dohbee, i see, was that plan also figured out for xmir xmir scenario? did it assume using the same terminal app or another one? [00:44] @dohbee, exactly what i inderstood as well. I just think that while awesome it also hasn't reached the easiness of use of gksudo. … I think it would be nicer if both were present, and users/devs could opt for using either. … But yeah, the debate has been ongoing in general so I am not even bringing anything new to the table. [00:46] @dohbee, if tested to prove correct and made shipped by default i would for sure attempt to use that. [01:07] @mariogrip Damn, you were faster adding timekeeper to meta. But it works good now :) [01:08] @nfsprodriver, haha :) [01:08] I have also started merging qt5.9 into xenial [01:09] Sounds good, so we have some progress tonight so close after christmas :D [01:09] :) [01:10] (Sticker, 512x512) https://irc.ubports.com/xREzYUeE/file_3270.webp [01:10] Awesome job on the stickers @Waldbursche !!! :D [01:15] I wanna play ubuntu touch. [01:26] Howard was added by: Howard [01:33] @Rekols, Good song lyrics... [01:34] (Photo, 1080x1920) https://irc.ubports.com/4hr41wKJ/file_3272.jpg [01:34] @exar_kun, Does anyone know where the exact code is for the symbols that appear in this keyboard? [01:36] @exar_kun, https://github.com/ubports/keyboard-component [01:36] Thanks, I found that, but I can't find the exact location for this particular language [01:37] i.e. If I wanted something different to show up for that language's keyboard, then where would I go to make that change? [01:39] @nfsprodriver, I need to get xenial on my opo pretty snappily it seems [01:39] @PhoenixLandPirate, There's no updater, unless that was fixed within the past day [01:40] wow [01:40] @exar_kun, for that input method you mean, as this languages has couple different keyboard layouts to choose from. … I once saw blog post about IME in Chinese not maliit though and the layout was not coded by symbols but rather by an offset in unicode character table. [01:40] ubuntu touch is a cool operater system [01:40] @exar_kun, in plugins/chewing i think [01:41] Is it possible to upgrade multirom stable Ubuntu touch 15.04 via changing sources.list to ubports? [01:41] https://github.com/ubports/keyboard-component/tree/master/plugins/chewing [01:41] @Rekols, You realized that three years too late 😂😂😂 [01:41] @Mappaschreck, you should not upgrade via apt [01:41] @KrisJacewicz, Right. Someone in the chinese group was asking, hoping to enable pinyin with traditional characters [01:42] there's a separate plug-in for pinyin [01:42] @UniversalSuperBox, Ah thanks and @dohbee thanks [01:42] There's also plugins/pinyin as Rodney said, that's likely what you want [01:43] ubuntu touch not die!!! [01:43] Ok thanks everyone [01:43] you can also create a new plug-in for pinyin with traditional characters, if you want [01:43] i only can write Qt Widget [01:43] @exar_kun, then altering zhuyin plugin is not the way to go. Because the way you compose/translate from zhuyin (the "chewing" so funny) and from pinyin are very different. [01:44] I will not QML [01:44] @UniversalSuperBox, It's was added today or yesterday me believes, saw it on github, and now a screenshot :) [01:44] oh [01:44] @dohbee, there are few pinyin plugins but some of them only allow simplified chinese while others let you to choose betweennsimplofied and traditional. And personnwho btought up chewing might be Taiwanese and wish to use traditional characters. If that is the case then not all pinyin plugins faciliatw that unfortunately [01:45] there's only one pinyin plug-in for the keyboard [01:45] and only one chewing plug-in for it [01:45] @KrisJacewicz, I see. I was hoping maybe a traditional set could be added to pinyin [01:45] i the github i linked to [01:46] Not the existing one but a copy of the pinyin input [01:46] @exar_kun, see Rodneys link. And whichever pinyin plugin u end up with try seeing it just might support both character sets. [01:46] this have a developers? [01:47] (Sticker, 357x512) https://irc.ubports.com/0fEqveS2/file_3273 [01:47] adding support for other things in ibus with ubuntu-keyboard will be a lot of work [01:48] Ok thanks guys [01:49] Checks GitHub [01:49] Marius is going to town [01:49] @UniversalSuperBox https://github.com/ubports/system-settings/pull/34 [01:49] 👀 [01:50] (Photo, 802x182) https://irc.ubports.com/B600BO5K/file_3275.jpg [01:50] @UniversalSuperBox, Confirmed [02:01] @KrisJacewicz, Not sure what you mean. Terminal apps don't need xmir [02:08] @dohbee, i mean a scenario when you run xmir app, and then that xmir app calls terminal with some command fed into it. FOr example if you want your unelevated app to, say, add repo, you can from your app use exec to call: … gnome-terminal -e "sudo add-apt-repository -y 'deb http://packages.linuxmint.com/ julia main' " … And your app needs no sudo, needs not even to elevate itself, user will see the terminal appear and can key in sudo passwo [02:08] run what needs to be ran. [02:09] well, then it's calling a specific terminal app in that case [02:09] @UniversalSuperBox, I know you guys enjoin big pr's :) [02:10] @dohbee, yes, it is. I would use that in the case if I knew that systems ships with specific terminal app (ie distro-specific) but not with gksu by default. … because using exec to call /bin/bash -c "..." will not be interactive. Sudo checks if it is run in a TTY. [02:11] i have no idea what you're talking about [02:12] @dohbee, also you might want to make a desktop launcher with Terminal=true that still has xmir flags set, so that terminal program can also call gui apps. Maybe not first scenario that comes to mind, but if that was something you needed, I am not sure if it would work if the terminal app was not ran via xmir itself. [02:13] you seem to be contriving extraneously weird scenarios just for the sake of arguing [02:14] @dohbee, not at all. I work with lots of scenarios like that. [02:15] you work with traditionalist scenarios where the route you take is the easy one, because it's always easy to just say screw it and do everything as root [02:17] @dohbee, yes precisely. I [02:17] I deal with scenarios you might not be dealing with. And I can't afford to figure out things for too long. It has to work and be done within defined timeframe. [02:18] well that's unfortunate [02:19] well that's my treality, I hv to do what I got to do [02:20] that's fine [02:20] but everyone else is not in your scenario [02:21] fine, i reckon that. I'll not be folowing up on this here. [03:37] New Update. Great. ;-) [04:36] @Flohack and i are having a lively discussion here. I open up and share about my experience and what I learned about volunteering for UBports. I think open platforms of communication like this, while a little uncomfortable sometimes, make for stronger communities. https://forums.ubports.com/topic/782/organize-and-stimulate-promotion-of-ubports-ubuntu-touch/14 [04:43] battery drain on Nexus 5, is it a known issue? it went down by ~40% overnight, I thought it was a hardware issue since it's 2nd hand but it doesn't happen on SailfishOS [05:55] @nfsprodriver, If it works good.. can that be pushed to rc channel? [06:05] 🤺 [07:25] ChaBlack was added by: ChaBlack [07:31] good morning to all [07:37] @lotuspsychje, Good morning :( [07:37] * :) [07:38] hey there optimus9650 [07:38] too abd tab nick completion doesnt work on telegram nicks [07:38] bad [07:47] @alan_morford, This is a known bug. If the problem persists, I recommend you to read the following bug report: https://github.com/ubports/ubuntu-touch/issues/377. Try to use TweekGeek, wiping the data only, this shall resolve the issue [08:14] Hi there i need to update my N5 which is the best channel I have to use? thank all [08:16] @MrNobodyroaster, To me : Rc === Elimin8r is now known as Elimin8er [08:21] Rc here too [08:35] ok thank all [08:36] I will try run RC channell [09:19] @dohbee, Continuing here ;) - Well I agree in an ideal case we just "skin" and "enhance" the desktop app so it fits our use case. However, a few things we have to keep in mind. For example there are no secret chats in the desktop app. If we want this, we need to again go deep in this code, since it is a monobloc and has no internal layers etc. It might end up being again a patient in ICU [09:19] |||||||||||||| was added by: |||||||||||||| [09:25] @Howard, Hello Howard. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore! [09:27] @||||||||||||||, Hello lots of l or lots of I. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore! [09:28] @Mappaschreck, Abandon Multirom but bear on mind that Anbox will be coming soon [09:31] @ChaBlack, Hello Cha. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore! [09:31] @Stereofont, thanks a lot [09:31] @Stereofont, Thanks Lionel! Really appreciated all of the hard work you guys are putting in to keep Ubuntu Touch going! Thank you very much and I will of course be donating! [09:35] @Howard, Thanks very much! ;) [09:44] (Photo, 720x1280) https://irc.ubports.com/0hc8Tumc/file_3277.jpg xenial, with unity8 master branch, mir 0.26, qt 5.9 and alot more updated [09:46] It's all in http://repo.ubports.com/dists/xenial_-_mir28/ btw if someone wants to try [09:48] @mariogrip, Which device is this? [09:48] Fairphone 2 [09:48] but shoud work on all the others [09:48] I am not sure what I am looking at but it looks nice [09:50] @mariogrip, It would be nice to make the app drawer full width on small form factors and do away with the apps scope. [09:51] I don't think we need both, or is it already gone in xenial and my suggestion is not valid? 😊 [09:51] @DanChapman, humm, yeah that would be really nice [09:52] @DanChapman, well, xenial now has the old unity8 with the dash still [09:52] but this is just a "branch" to try newer things [09:53] 👍 [10:06] Beingmishra was added by: Beingmishra [10:21] Welcome @Beingmishra! I'm part of the Welcome Team. To get you up to speed, please look at https://ubports.com/page/telegram-welcome and feel free to ask any question, especially in the Newcomers Room! [10:26] i installed "text secure" app on my BQ E5 and on Nexus 5. The app works fine on my BQ E5. The app breaks on my N5 when i try to open a contact to write a message. … Is anybody here to confirm this "feature" ? 😅 [10:30] As I have recently got my Oneplus One from my brother I unlicked its bootloader and looking for custom ROMs I can get for this beast... After trying 11-12 ROMs I came to know that Ubuntu touch is also ported to Oneplus one... But the thing is I don't have a PC so is there any flashable zip I can download [10:33] @Beingmishra, Now, that's an interesting question! We probably need to wait for the core developers to notice this... [10:34] @peternerlich, Any other way to get that... If I manage to get a PC than after installing that .exe installer howuch data should I needed [10:35] @Waldbursche, I have open an issue … https://github.com/nanu-c/textsecure-qml/issues/5 [10:38] Vycecrash was added by: Vycecrash [10:39] Fwd from TronFortyTwo: not officially that I know, since UT is more than a custom rom so it needs a more complex installation process [10:39] @Beingmishra [10:39] Ohk [10:40] Thanx.... [10:40] @G1ott1, phablet@ubuntu-phablet:~$ cat bin/matchbox-wrapper.sh … #!/bin/bash … ( … export TMPDIR=/tmp … export DISPLAY=:1 … Xmir $DISPLAY —desktop_file_hint=unity8 & … sleep 1 … # xlogo … # xeyes … # x11vnc -forever -nopw -quiet -display $DISPLAY & … matchbox-window-manager & … sleep 1 … matchbox-keyboard & … $@ … ) 2>&1 2» /tmp/test.log [10:41] (Photo, 720x1280) https://irc.ubports.com/AiZHiSVR/file_3281.jpg [10:41] you have to install matchbox and friends with apt-get [10:41] @Beingmishra, but if you get access to a computer, there's an easy installer for it [10:42] @peternerlich, I know about installer [10:43] Welcome @Vycecrash! I'm part of the Welcoming Team. to help you get up to speed please check out https://ubports.com/page/telegram-welcome and feel free to ask any question, especially in the Newcomers Room! [10:43] What will be the most effective way to help with 16.04 testing on pro5? I already have some bugs to report and help fix. [10:44] The w10 device does not recognize me when I connect the USB driver ... something to install special? "OnePlus One- OTA3" [10:44] sorry for my English! [10:46] @miguelaspalmas, install GNU/Linux [10:48] @vanyasem Ubuntu in virtual machine, does not even recognize it ... should install it native? [10:48] @vanyasem, Best choise in 2018 [10:48] @miguelaspalmas, do you even USB passthrough? [10:49] @vanyasem no :( [10:49] @vanyasem does not do anything, when I connect it [10:50] it only starts loading [10:50] what? [10:50] have you passed your phone to a vm? [10:51] you don't just "connect it" to something that doesn't exist physically [10:52] watch this video please [10:52] 74/5000 … it's in a virtual machine, where it recognizes it but I do not have access to the mobile [10:52] (Document) https://irc.ubports.com/9OnAM7ZN/file_3282.flv [10:53] have you tried waiting? [10:53] unlock your phone and enter a passcode [10:54] yes unlock [10:55] will any driver be missing? [10:57] I suggest taking this conversation to the Newcomers Room [10:57] @miguelaspalmas, from Ubuntu? no. you are probably doing something wrong [11:11] Lotus, we are maybe approaching the law of diminishing returns with Telegram. Smaller benefits at much greater cost [11:16] @Beingmishra, If you mean can you use TWRP, the answer is no. You will need access to some kind of desktop /laptop [11:16] @Stereofont, Ohk [11:19] @miguelaspalmas, Agree that this should go to the welcome room. Press the link in this Hello Migue. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore! [11:25] Hello, where can I follow the ubport project and the halium project ? [11:26] In the topic maybe change the web site address to the new web site ? [11:27] Fardale you can learn a lot from here. I suggest you watch some of the recent Community Updates on YouTube. Join the News Channel for links [11:27] @ubports_news [11:28] Stereofont: @ubports_news is a telegram Channel or an irc Channel ? === chihchun is now known as chihchun_afk [11:36] @Big ET, Thank you very much. … Sadly, I'm still not able to run x11: trying to run evince, in /tmp/test.log I get: … Unrecognized option: —desktop_file_hint=unity8 … use: X [:] [option] … [...] … (EE) … Fatal server error: … (EE) Unrecognized option: —desktop_file_hint=unity8 … (EE) … matchbox: can't open display! check your DISPLAY variable. … (evince:24930): WARNING : Could not open X display … (evince:24 [11:36] retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files … gdk_mir_display_open … Failed to connect to Mir: Failed to connect to server socket: Permission denied … Unable to init server: Could not connect: Connection refused … Cannot parse arguments: Cannot open display: [11:36] Fardale it is Telegram [11:38] Fardale, here is a link to the discussions https://ubports.com/blog/community-updates-5/post/community-update-19-109 [11:38] I am on IRC [11:39] @Fardale, Yep, it's bridged by a bot [11:39] Thanks for the link [12:07] IGNNE was added by: IGNNE [12:09] Hi @IGNNE! I'm part of the Welcoming Team. to help you get up to speed please check out https://ubports.com/page/telegram-welcome and feel free to ask any question, especially in the Newcomers Room! [12:21] (Photo, 2560x1440) https://irc.ubports.com/hiqEMJH7/file_3285.jpg [12:21] Ubports unity8 on desktop :) with qt5.9 [12:22] nice! [12:22] @mariogrip, cool [12:28] @mariogrip, OMG OMG OMG! :D [12:29] cool [12:29] (Sticker, 362x512) https://irc.ubports.com/0r4mIrK4/file_3286 [12:37] Xenial? [12:43] @alan_griffiths, Yes [12:44] @mariogrip, it's the same source as this ^ [12:45] The goal is to use same source for both desktop and mobile [12:48] back in the days, I'm always excited for Michael Zanetti's and WIll Cooke's updates...now it's from Marius! awesome work! :D [13:17] @mariogrip, Convergence😍😍😍😍 [13:19] Are there instructions how to test the mir26 branch? [13:24] Does ubports has any plan support unity 8 desktop? [13:24] I mean will you provide iso files for desktop? [13:26] @technicalbird, Check Yunit [13:27] I know Yunit but they provide only ppas to install [13:27] Not an iso... [13:28] UBports is a mobile platform [13:32] On that notice, what would it take to try and port the current UT for desktop devices? [13:35] @nfsprodriver, you probably need to add the mir26 branch [13:35] @technicalbird, I built one a few month ago, but it's not published anywhere. You can build it yourself though: https://github.com/JBBgameich/yunit-test-iso [13:36] sudo add-apt-repository 'deb http://repo.ubports.com/ xenial_-_mir26 main' [13:36] something like this? [13:37] W: http://repo.ubports.com/dists/xenial_-_mir26/Release.gpg: Signature by key B551C909D750AA744948E9ED4BD4B4D6DBB583F1 uses weak digest algorithm (SHA1) … W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/repo.ubports.com_dists_xenial%5f-%5fmir26_Release [13:37] what does this mean? 😩 [13:37] @JBBgameich, Thank you... I will try this over the weekend.. [13:38] @popescu_sorin, It means that @mariogrip needs to change the signing ket [13:38] cough cough [13:38] oh :D ok [13:40] @UniversalSuperBox, Which repository management toll are you using? aptly, reprepro or something else? [13:42] kaisoz was added by: kaisoz [13:43] Hi there 😊 [13:43] @kaisoz, Welcome Tom! Ask questions, join in. Glad to have you in our community. https://ubports.com/page/telegram-welcome for lots of newcomer information 🚪 [13:48] Hello Everybody! Finally Nexus-7 OTA has arrived 😆 - https://github.com/ubports/ubuntu-touch/issues/378 [13:48] And its r2 there, since N7 started later to be available [13:48] Which reminds me of the idea to give some names to OTAs [13:50] like Sailfish OS (which I can't even read or pronounce) and LuneOS? [13:54] OTA4 Eyjafjallajökull [13:54] Hi, do you have any problems with recording videos on the Nexus 5 (15.04 stable)? [13:55] Instead of sweets or landscapes, maybe people. Payne, Mandela, Diderot [13:56] @GiovanniStaiano, I think that's a known issue and video playback as well [13:56] OTA4 Trump [13:56] X-)' [13:57] @popescu_sorin, 😂😂😂😂😂 [13:57] Only people with big hands, please [13:58] @Javacookies, So you do not need to report it? [14:00] @Javacookies, It was reported that playback works in UTtweaktool. Odd but a workaround [14:01] yeah because it uses the web player, I think same player with youtube/online videos [14:01] @GiovanniStaiano, No, please search or tracker for it, there are various reports already ^^ [14:06] Ok! But is it a problem of the system or the camera app? [14:18] When will Moto G 2014 be among the supported devices? [14:19] @Alex, there jave to be a person or team that port to it. Do you know if there already is? [14:40] @dohbee Trying to find a document explaining urls.json usage, but nothing ^^ - any idea where this could be describedß [14:41] @Flohack, url-dispatcher source maybe [14:49] @G1ott1, yes, you should not do blind copy&paste, secondly use man or xmir —help. … This is for the future, for now: you should have 2 dashes before desktop_file_hint so:--default_file_hint [14:49] Adding m26 branch and updating unity8 does NOT the job to test new mir. It brakes the installation (yet). [14:50] can I still use ubuntu-device-flash for installing ubuntu touch? [14:51] @Javacookies, Sure [14:51] @Big ET, Absolutely. Thanks a lot. [14:52] but how do I change it so ubports server will be used? [14:53] @Alex, Since iirc it's an Halium port, it will be when UT reach xenial [14:54] NVM, I think I found it, thanks [14:54] sudo ubuntu-device-flash --server=http://system-image.ubports.com touch --device=krillin --channel=ubports-touch/15.04/stable --bootstrap --recovery-image=recovery-krillin.img [14:54] Example. Debootstrap if you already have UBports recovery [14:57] thanks but looks like there's really no 16.04 yet for Nexus 7, I thought there was already for all the devices … anyway, I'll just try out other OSs on it like SailfishOS and MaruOS :P [14:58] Does anybody know how to repair rootfs from recovery without loosing userdata? [14:59] i think a reflash will do without wipe [14:59] adb shell e2fsck -yf/data/ubuntu.img [15:01] Thanks! Will check that way. Yet it didn't boot up (tried with preinstalled rootfs.tar.gz)... [15:11] @mariogrip, Stop teasing us :P [15:14] (Sticker, 512x351) https://irc.ubports.com/qNLKQrK4/file_3288 [15:15] Will bootstrap wipe my data? [15:34] @nfsprodriver, Yes [15:35] Hm. [15:35] Did you upgrade via apt? [15:35] Yes. But now I fail flashing it. On Windows, Linux... It's not my day. [15:36] Yeah, that will break things. [15:36] Fwd from telegram-app test channel: I need someone to post smth here when I am not inside [15:37] Whoever posted this should know that nobody can say something in a channel [15:37] @mariogrip, that is exciting. I'm yet still to try xenial :P [15:37] @Lorxu, you can add editors [15:38] that will get access to posting/deleting [15:38] @Lorxu, Its me, can I make you admin for a day ^^ [15:38] (Photo, 718x1025) https://irc.ubports.com/1bQ32f03/file_3290.jpg [15:38] Uhm, okay :P [15:39] don't you have a channel @Lorxu [15:39] you should really make one [15:39] Why should I have a channel? [15:39] @Lorxu, Can you just post smth in this channel? I need to test notifications on Telegram, which are broken for channels somehiw [15:39] i have a channel with my photo timeline (aka Instagram) … i also have a semi-tech pseudo-blog [15:40] Made you admin now [15:40] @vanyasem, i used to have a twitter-alike channel but i moved to mastodon for that [15:40] so there are a lot of opportunities in having a channel @Lorxu :P [15:41] I already have a Twitter but I think this is not really an useful topic for the on-topic channel [15:41] @Flohack, Did that help? [15:42] @Lorxu, yes I might ask you in a few minutes again. Its now appearing, but still not clickable so that it opens the channel ^^ [15:42] Sure, can also poke me in private to spam the channel less [15:46] @Lorxu, Ok one more plz ^^ [15:47] Ubuntu touch port on Xiaomi redmi 4x? [15:47] @tuna_mert, Supported Devices: https://ubports.com/page/get-ubuntu-touch [15:57] @KrisJacewicz, Yes there is. … https://forum.xda-developers.com/moto-g-2014/development/experimental-ubuntu-touch-titan-t3608846 [16:00] @TronFortyTwo, When will 16.04 be out? [16:00] 16.04 is installable today on supported devices, but it is still unstable [16:04] Can I install 16.04 on bq e4.5? [16:04] How? :D [16:05] I would like to test performances of my apps on 16.04 :) [16:06] @Alex, OTA 4-5 hopefully [16:06] @Lorxu, Plz send a sticker to the channel [16:06] @turanmahmudov, Not yet, but will be possible [16:07] Mhm thanks ) [16:09] The next update of the Instagraph app contains stories and more features like in the Android version. I have performance issues on 15.04 or on bq e4.5 [16:09] @turanmahmudov, channel ubports-touch/16.04/devel ? [16:09] @TronFortyTwo, What do you mean? [16:10] I am trying now :) thanks [16:10] (Sticker, 512x512) https://irc.ubports.com/xO30m0pN/file_3295 [16:10] @dohbee, one more plz ^^ [16:10] (Sticker, 512x512) https://irc.ubports.com/VFYb1kJz/file_3296.webp [16:11] Oh, you meant this channel, not the other one o.o [16:11] @Lorxu, both please ^^ [16:11] I already sent to the other one. Another there? [16:11] yes another one ^^ [16:12] WORKS! thx [16:14] @vanyasem, Who's Nelli? [16:14] @PhoenixLandPirate, one underage girl from Belarus :P [16:14] (Sticker, 512x512) https://irc.ubports.com/GohXnouT/file_3297.webp [16:14] she's in our OT chat [16:16] In xenial devel channel, I don't see any application in the store, is it normal ? [16:17] Oh I've never talked to her but she has said some things [16:18] you really should, she runs elementary OS [16:18] I should talk to her because she runs elementary OS? [16:19] yes. that is weird for a 12-years old girl [16:19] don't you agree with me on that one [16:19] I started programming when I was 12 :P [16:20] i started at 9 lol [16:20] wow i feel old [16:20] shouldn't we move to our OT chat? @ubports_ot [16:20] we're getting way off [16:21] Yeah, the mini me is 12 years old, but I don't think he even has a laptop or desktop [16:21] @vanyasem, Yes [16:27] @dohbee, "2017/12/28 20:24:32 Device is |krillin| … 2017/12/28 20:24:33 Flashing version 3 from ubports-touch/16.04/devel channel and server http://system-image.ubports.com to device krillin" [16:28] "sudo ubuntu-device-flash —server=http://system-image.ubports.com touch —device=krillin —channel=ubports-touch/16.04/devel" [16:28] yep [16:30] now downloading [16:31] There's already 16.04/devel for krillin, didn't knew that [16:31] 👍 [16:31] good job, Thanks ubports, [16:31] http://system-image.ubports.com/ubports-touch/16.04/devel/ [16:32] but, What are the main improvements in this update? [16:32] @mariogrip How can we test the mir26 branch? [16:32] (Sticker, 512x512) https://irc.ubports.com/0HQP00Y0/file_3299 [16:33] @Sunshine, It's xenial. The deep improvements will follow ;) [16:33] hi, … can you make any book or tutorial recomandations if i want to get into ubuntu touch develoupment? … (besides what to find on the UBports-Page and Sourcecode) [16:34] (Sticker, 512x512) https://irc.ubports.com/QMNlGL07/file_3255 [16:36] @Sunshine, You are on a supported ubuntu version. 15.04 is end of life and does not get any (security) updates [16:36] @jmnemonix, We have a developer course linked in the forum under app development. Im on the road maybe someone has the link [16:38] @Flohack, i have a pro5,I hope to get continuous updates,on 16.04 [16:39] We hope, too lol [16:42] @Flohack, i found it thanks [16:42] @Flohack, I tried a new version of 16:04,but But version 1 have bugs more, It can only be returned to 15.04 [16:42] @jmnemonix, but i meant more like system development :) [16:42] @Sunshine, Sure it is not ready for use [16:42] Hi Guys i´m working on a QML Facebook webapp into Webviw, but i have one problem i dont know how to solve, it seems it dont save the login cookies with the Facebook account on my device, soneone have a idea ? The code you can found here [16:43] https://github.com/Ruditimmermans/Sailbook/blob/master/Sailbook/Main.qml [16:44] @jmnemonix, Thats hard, we dont have good documents since we also dont know how all things work. Canonical documented mostly the app dev and user parts ^^ [16:44] Ubuntu touch OS for Motorola Moto G3 turbo [16:45] @gustavoarseniotkd, Is this a question? [16:45] @Flohack, ok thanks [16:46] @jmnemonix, If you want to port a new device join the Halium group [16:46] @Flohack, tg group? [16:46] Yes [16:46] @halium [16:48] @Flohack, thank you。I will always try 16:04,Where can I see the latest update list? [16:49] We dont have a changelog yet. [16:51] but, ota1 to ota3?? [16:51] Why hasn't it changed [16:53] @Sunshine, https://ubports.com/blog/latest-news-1/post/ubuntu-touch-ota-3-106 [16:53] 16.04 hasn't had any updates [16:53] It's a preview of future things to come [16:55] It's in process of getting all the updates from 15.04 https://github.com/ubports/ubuntu-touch/issues/384#issuecomment-354310063 [16:58] @Xray2000, is this a port of the one for SailfishOS? [16:58] It gone be yes [16:58] I make the one on Sailfish with a frend of me [16:59] This could be a misunderstanding, I'm talking about this,,, [16:59] (Photo, 719x1280) https://irc.ubports.com/qNRjdjI9/file_3301.jpg [16:59] It's built daily [17:00] @Xray2000, cool! I'm using it on my SailfishOS install … someone please help this person :D [17:03] @Javacookies, Thanks itś just a basic version now when i can fix the cookies saved then i can add more .... [17:05] good night,88 [17:05] @Javacookies, I dont code anymore on sfos Dylan is doing Dailbook for it now, i moved away from sfos [17:14] I see....I just started with sfos and I'm using it in MultiROM setup with UT...but that's off-topic now :) … you should ask in the Ubuntu App Developer instead but I don't know how to tag the group here :( [17:22] Ok thanks yes i also dont know the group tag.... mebay someone here know it... [17:26] # can be used in the manifest file and will be automatically replaced by cmake … configure_file(manifest.json.in ${CMAKE_CURRENT_BINARY_DIR}/manifest.json) [17:26] is it possible to do this with qmake as well ? [17:27] (creating manifest.json from the .in file) ? [17:29] Hi all! Designers in our Russian telegram group asks where are UTouch design concepts stored? I mean I remember some ppl told about forum topic about concepts and design proposals... But I found nothing. [17:32] @balcy, Not that i'm aware of. But you could use `system("sed ....")` and there's also a `write_file(...)` if you wanted to write the complete contents of the manifest from the .pro file [17:35] ok that could be possible, thanks Dan! [17:36] Actually I found no topic about design proposals on forum; so, I'm going to create one. [17:37] @Gleb Lee 🇸🇨, There's a whole design section! [17:39] reboot bootloader/fastboot really doesn't work on UT? … I run it directly on my Nexus 7.....USB connection has really been a struggle so I failed to do it from my laptop [17:42] and using power+volume- doesn't seem to work :( [17:43] @UniversalSuperBox, Done: https://forums.ubports.com/topic/834/ui-design-concepts-and-proposals … I'll upload some found mockups here. Let this topic to be a place for discussing UT UI future. [17:44] Fardale, restart and reload the store [17:44] How I do that ? [17:50] Fardale close the store by slow swipe from right, then dismiss the app by swiping it either up or down. Then restart the phone [18:26] @Gleb Lee 🇸🇨, Must of the original stuff from Canonical is probably lost at this point. There were bits all over the place, mostly in Google Docs and some other odd places, and most of them were private design docs [18:29] one can probably scour launchpad bugs or canonical design blog for links or pictures for designs, but a lot of that is just gone now i think :-/ [18:45] @vanyasem, dude 😂 [18:46] i am underage, too [18:46] nothing to worry about [18:47] it's ok. you're russian. everything you do is illegal :P [18:47] 😂 [18:47] (Sticker, 314x512) https://irc.ubports.com/53Mq8LCW/file_3298 [18:47] @dohbee, rofl [18:52] (Photo, 2560x1440) https://irc.ubports.com/STO0JHwT/file_3303.jpg [18:54] @mariogrip, Is it available to test? [19:00] @TheImpulson, yes, I will create some short docs on how to install [19:00] @mariogrip, Thanks. [19:01] Awesome!! i wonder how it will improve app performance [19:03] A bit off-topic on that, on SailfishOS, with 8 apps open, only 35% of memory is used...on my newly booted bq E5 with terminal open, almost 90% is already used, WTH! Will that ever be improved in UT? Perhaps with Qt5.9? [19:03] i doubt qt5.9 will improve it [19:04] @dohbee, It is surprising, the performance improvements they've made on ARM [19:06] not really. unless it was extremely leaky, there's no way it's going to reduce RAM consumed by 600 MB [19:06] @UniversalSuperBox, Did Qt for Android even exist in the Qt version you used before? They worked on the arm performance for this project most likely [19:08] @mariogrip, Which is better for testing? M10 or Nexus 5? [19:08] if qt was leaking that bad on ARM, it almost certainly would have been almost as bad on X86 [19:09] hoping that qt 5.9 will solve some mysterious issue that nobody knows anything about, regarding memory usage, is not going to get you very far :) [19:19] someone's going to have to actually debug the issue and find out what exactly is using the memory and why [19:19] and i'm not sure a direct comparison of memory usage between sailfish and ubuntu is feasible [19:21] @Stereofont I try but nothing show up. I am on nexus 4 [19:25] @dohbee, I think its totally unitys fault. Even on the desktop its a memory hog [19:26] @Flohack, it's definitely not totally unity's fault. probably a little, but i think it's more of a general architectural problem, and unity8 is just one big example of that [19:28] i would suspect much of the problem with memory in unity8 might be in ubuntu-ui-toolkit, rather than unity8 itself [19:28] but basically the core ideal of "do lots of logic inside qml" is going to mean higher memory usage [19:29] (Sticker, 334x512) https://irc.ubports.com/CQay3u5e/file_3304 [19:29] so "fixing" the issues is going to be a lot more invasive and time consuming, than just upgrading to a new qt [19:30] @dohbee, Sorry, but - why would one ever want to do that? It's an embedded device, after all [19:31] QML runs everywhere that its interpreter does [19:32] C++ runs everywhere gcc/clang does... [19:32] Sure, but you need to recompile it when you change the version of gcc [19:32] @IGNNE, Qml is independet of c++ runtime [19:32] @IGNNE, because it's "easy" [19:33] Guess why android chose java [19:33] Did not mean to start a flamewar [19:33] No flames here [19:34] But Java with all this Thumb, JiT etc. stuff had its problems, but afaik runs pretty fast now [19:34] (Sticker, 512x512) https://irc.ubports.com/uVo1h4lt/file_3305.webp [19:34] @IGNNE, Indeed. Likewise, the QML caching and JIT fanciness that Canonical made for Ubuntu Touch helps us. [19:35] and we never landed the fancy stuff that maemo/tizen/whatever had [19:39] @IGNNE, some time ago [19:40] when it was visible that the caching only helped a bit [19:40] to improve the startup time and run time . I started to work on a C++ quick frontend [19:41] The idea was to construct the widget tree as c++ expressions .. with c++14 .. one could easily get that with variadic functions and some nifty gcc extensions... [19:41] but I realized that qml users were qml users in the frist place because they didnt want to do something in c++.. [19:42] well [19:42] qml is great for ui [19:42] and awful for logic [19:43] before canonical I worked at a company that had a qt competitor that allowed you to express logic in state machines [19:43] Hm, I like how you can get usually quite complex things done very quickly in Qml - but if it has such a performance impact :/ [19:43] or rather uml state charts [19:44] @IGNNE, well, javascript is javascript. write a massive single page application all in js, and see how your browser uses more memory [19:44] it's how interpreted languages work [19:45] But my webapp is (hopefully) not part of the core ui [19:45] FF OS, I am looking at you [19:45] @IGNNE, I always had the impression that you only acchieve 'fast' when it comes down to number crunching, because there the jit makes sense.. in all the other cases you just kill the cpu caches.. [19:45] well, you write code for your target [19:46] but the way qml is interpreted too, is also not great [19:47] which really doesn't help when you start adding in logic branches [19:55] Fardale, if you are trying to get UbuntuStore don't. Only use OpenStore [20:03] @Stereofont, I just wanted to followup taht using UT Tweak Tool to clear the app cache for Settings allowed me to successfully switch to Stable. [20:04] On my n5. [20:08] Excellent. Very useful to have that feedback. We will advise others to try that. It also gives a clue about the cause of the problem [20:08] No need to clear config [20:09] I had some issues getting wifi to connect for a bit this morning. It seemed like every other reboot broke wifi. Dunno. I'll keep playing with it. [20:12] @alan_morford, If it continues, see if it remedies in development channel [20:12] Thanks [20:18] @Stereofont, That workaround was already described by Alan g on his github report [20:19] @Stereofont I try to use open store but nothing is display in the store [20:21] Fardale, try a switch to development channel then return to stable. A good chance that will fix your problem [20:22] @mariogrip, This is like having a working unity8 on desktop not like with yunit or 17.04 [20:22] @Stereofont, i think fardale is talking about the 16.04 devel image [20:22] @Stereofont I am already in devel channel, I am on 16.04 [20:23] Fardale in that case don't expect it to work! Sorry I misunderstood [20:23] No problem I was asking to find out if it is known or not [20:24] 16.04 is a work in progress. Lots doesn't work [20:24] @malditobastardo, Yep. That's where I found it but he deleted config too which wasn't necessary. Hence my post on here. [20:25] (Document) https://irc.ubports.com/7ws0evQD/file_3307.png [20:25] WebApps don't know space and have coloured numbers. [20:27] that's a weird font issue [20:34] @alan_morford, For me worked better using TweekGeek app instead, opening System Settings and only wiping "data". Rebooting the issue is resolved and you can switch again among the channels. In this way, you don't need to wipe config. [20:58] I've just upgraded my mother's BQ E5 from the Canonical image to the Ubports image with the Ubuntu installer. … It was sooooooooooooo easy! … Congratillations for the great work! [20:59] @DiogoConstantino, thanks! Not all people experience it that easy ^^ [21:12] I have a question about Halium and porting to a new device, is this the right group? Or has UBports a developer group for this? [21:14] Halium has it's own porting related group, but if it's a more general question, this is the right place [21:16] I have an Oneplus X and UBports isn't going to support it soon. Currently I'm running Sailfish OS since Halium uses the Libhydris layer of Sailfish OS I was wondering how difficult the porting would be if there's already a Libhydris based working port is available? [21:29] If the SailfishOS port is android 5.1 based, it should work with halium quite easily. However Halium also has a 7.1 tree, and if you want to use it, you will have to start a new port based on Android 7. It's still less work than starting a port of a device not supported by SailfishOS, because a few things are already done by SailfishOS then. [21:33] The Sailfish port is based on Android 5.1 and works really good. If I understand correctly from the Halium docs, the Libhydris debugging is the biggest part of Halium porting? And that's already covered by the SFOS porter [21:34] Would there be any caveats of using Halium 5.1 for running Ubports or Plasma Mobile? [21:37] I'm currently not sure if UBports has libhybris builds for android 5.1, better ask some UBports developer brefore using android 5.1 [21:38] I will ask more in the dedicated Halium group, thanks! [21:56] @JBBgameich, Yep, it sure does [21:57] The plain ol' Xenial rootfs will work for 5.1, 5.1-caf, and 7.1. CAF rootfs is for 7.1 only [21:57] Does a 7.1 work automatically work on 5.1 too? [21:57] oh, well the bq m10 was always based on android 5.1 [21:58] @JBBgameich, or how did you build a rootfs that works on 5.1 and 7.1? [21:58] uh [21:58] ¯\_(ツ)_/¯ [22:16] randomly tuned in to bryan lunduke and heard we are mad at him? [22:16] why's that [22:16] @neothethird, wha?? [22:16] Who is that? [22:17] some linux youtuber [22:19] @neothethird, he had Marius and Bhushan at some point [22:19] yeah [22:19] https://www.youtube.com/watch?v=Sp-K-0NROf4 [22:20] man that feels like a million years ago [22:30] @neothethird, i heard he said some not very nice things about ubports [22:30] huh, ok [22:32] or more specifically, unity [22:34] hmm [22:34] but whatever, it's impossible to actually talk to anyone about real issues with such things [22:35] @Stereofont I know, I have a spare nexus 4 so I decided to test UBport and report bug if I found some [22:35] they just want to bitch and moan about it for the sake of having something to bitch and moan about, as best i can tell [22:36] yeah, especially a guy like bryan, i used to watch him a lot, but in the last six months his show has just become chasing scandals [22:36] only the last six months? lol [22:36] haha [22:36] i mean, it became a lot worse [22:37] it's a pity, though. He has a huge impact on many people [22:38] I decided to wipe my N5 and start over but realized I had a couple thing downloaded from the now removed app store. Things that aren't in the open app store. Are they still out there somewhere I can get to? [22:38] well, the few who listen to the few who are loud and overbearing, anyway [22:39] @dohbee, probably, yeah. Let's just move on [22:39] @alan_morford, we uploaded a lot to the openstore in the past weeks, are you sure it's not there? [22:40] Apps from canonical? [22:40] what app? [22:40] Is there somewhare a full backup of the old store? [22:40] Their Twitter web app notified [22:40] not really [22:40] and that's fixable in ubports side [22:41] (that is, the webapp didn't actually do anything other than exist, for notifications to work, because you need it installed to add the account, and for the polld code to work) [22:41] @dohbee, What do you mean? [22:42] Oh [22:42] and it makes battery usage worse, so better to turn it off anyway [22:43] Right. I don't mind the battery drain. So is it out there somewhere? [22:48] i don't know where the code for that lived. it looks like it might have been under a project that is "proprietary" on launchpad :-/ [22:49] oh, no, found it [22:49] https://bazaar.launchpad.net/~phablet-team/webapps-demo/trunk/files/head:/webapp-twitter/ [22:50] although that's a really old version of it [22:55] miniMola124 was added by: miniMola124 [22:56] Hello 😁 [22:56] Hi [22:56] Hi Adriano [22:56] Do you speak Portuguese? [22:56] No.. [22:56] Ah [22:58] (Sticker, 512x512) https://irc.ubports.com/I7l4ldxd/file_3308 [22:59] Hi @miniMola124! I'm part of the Welcoming Team. Please look at https://ubports.com/page/telegram-welcome to get up to speed and feel free to ask any question, especially in the Newcomers Room! [23:14] Jyoti: … Anbox is Great! Will be Wonderful in the ubuntu touch … :-) [23:15] Jyoti: … I used anbox to install many android apks like aquiz in my linux mint xfce. Working very well [23:19] Hello ive got a question … How could I make the : … Sudo apt-get update … work on my phone [23:19] It's always give me errors [23:19] Should I do something [23:25] @onajjar, update sources.list [23:25] vivid is end of life [23:27] Joaquín Juliarena was added by: Joaquín Juliarena [23:27] so repos moved [23:27] Um [23:27] The newest update fixed that [23:27] @dohbee, Thanks [23:54] BTW Telegram outage in Europe it seems... [23:54] Since 0:38 but now it works [23:55] yeah just as "read-after" note ^^ [23:57] @KrisJacewicz, Thank you [23:59] It will be too much work to "port" EFL toolkit to ubports ?