/srv/irclogs.ubuntu.com/2017/12/02/#ubports.txt

tgBot<bhushanshah> I wonder if someone knows someone who is able to move SRU to xenial-updates from xenial-proposed here03:06
tgBot<bhushanshah> (a fix related to halium+utouch+pulseaudio is stuck in -proposed from quite a few days)03:07
tgBot<dohbee> stuff doesn't get manually moved from proposed to updates03:08
tgBot<bhushanshah> Oh?03:08
tgBot<dohbee> once the fixes are validated, there's a 7 day waiting period before migrating03:09
tgBot<bhushanshah> 7 days are already over well03:09
tgBot<dohbee> bug link?03:09
tgBot<bhushanshah> https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/172879103:10
ubot5Launchpad bug 1728791 in pulseaudio (Ubuntu) "[SRU] pulseaudio-droid module crashes on start" [Undecided,Fix committed]03:10
tgBot<dohbee> the fix hasn't been verified03:11
tgBot<bhushanshah> `verification-done-xenial` no?03:12
tgBot<dohbee> the tag is still verification-needed03:12
tgBot<bhushanshah> Ah crap03:12
tgBot<bhushanshah> pebcak03:13
tgBot<bhushanshah> I commented but didn't add tag back03:14
tgBot<dohbee> you can maybe ping in #ubuntu-release to see if someone would be willing to manually prod it along03:15
tgBot<dohbee> on freenode obviously03:15
tgBot<bhushanshah> Okay will do later today03:16
tgBotRene was added by: Rene03:30
tgBot<Crash_Burn> @renedu Hello and welcome!  I'm part of the UBports welcoming team.    β€¦ To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :)04:20
tgBot<kuailexs> If you have time, please help me to see this :https://forums.ubports.com/topic/764/need-help-for-porting-to-xiaomi-4-cancro04:24
tgBot<renedu> @Crash_Burn, Thanks πŸ™04:39
tgBot<Xorpad> welcome @renedu05:29
tgBot<renedu> @Xorpad, Thank you05:31
tgBot<wayneoutthere> @UniversalSuperBox, Same05:32
tgBot<Xorpad> codenames?05:32
tgBot<wayneoutthere> @abdullahcok, Can I help you find a language focus group? Let me know :)05:34
tgBot<kuailexs> please help me to see this :https://forums.ubports.com/topic/764/need-help-for-porting-to-xiaomi-4-cancro05:43
tgBotnflhmy was added by: nflhmy05:57
tgBot<developerfect> Hello @nflhmy and welcome! I'm not part of the UBports welcoming team. … To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :)06:32
tgBot<Matteo> @Flohack since yesterday evening, when I installed the latest Telegram beta 2.5.1, I had already a couple of time a Telegram and all OS complete freezing, when I was on this supergroup, and I had to reboot....never happened before with the previous versions. I'm on BQ E5.07:58
tgBot<Flohack> @Matteo, No idea. Telegram cannot freeze the OS IMO. Can you try to capture a log? Note to not restart telegram, the log history is very short08:19
tgBot<Matteo> I mean, the telegram supergroup froze and I couldn't do a thing, neither swiping from the edges nor typing into Telegram window. I only had to long press the button to reboot08:23
tgBot<Matteo> Unfortunately I already restarted Telegram08:23
tgBot<Matteo> If it will happen again I'll take the log for you08:24
tgBot<Matteo> @dohbee, +108:25
tgBot<Flohack> @Matteo, Sound like unity crash. Happens frequently to me since we suspect a memleak somewhere. Didnt you notice, after some days OOM killer is more active, and swap becomes full?08:28
tgBot<Flohack> On 1GB devices its annoying. Better now since I use opo or fp208:29
tgBot<Matteo> Mmmh ok, but that's new to me...I know there is a bug causing the OS randomly reboot by itself when I open several windows at the same time, but this is new for me...maybe because I'm on rc channel?08:35
tgBot<garrogarri> @Flohack, I also noticed the problem08:38
tgBot<garrogarri> And I had the same suspect08:38
tgBot<Matteo> @Flohack, How can I check the swap partition full?08:41
tgBot<Matteo> Is there a way to flush periodically it?08:42
tgBot<Flohack> @Matteo, No. Swap partition full means that there is not enough free RAM. But normally mobile devices have a very small swap partition, and instead Apps get evicted from RAM (OOM killer). Problem is, the UT OOM killer also targets critical OS parts sometimes ;)08:50
tgBot<Flohack> So it can happen that for some reason you see a freezing screen, but if you are patient after some minutes you will see unity reloading. Ths is the usual behaviour for out of memory killed unity08:51
tgBot<Flohack> Reboots might be connected to that, too. In fact if you look with top or other tools you will see unity taking up 800MB of RAM08:52
tgBot<Flohack> which is really hefty on a 1GB device08:52
tgBot<Flohack> But normally 3 or 4 apps can be kept open. Now comes the catch: After some days, you will not be able to keep even 2 Apps open in parallel, switch apps will mean you get the waiting time and a reload of the closed app. You can also notice it by getting a blurred "picture" of the last app state08:53
tgBot<Flohack> That indicates the App has been forcefully closed due to RAM limitation08:53
tgBot<Flohack> But why this changes over time? We dont know. Could be a memleak in QML engine for example08:54
tgBot<Flohack> Could be a mistake in an App (like Telegram), causing a memleak08:54
tgBot<Flohack> These errors are hard to find. Lets wait for 16.04 and Qt 5.9 to see if it gets better08:54
tgBot<Flohack> maybe @alan_griffiths or @dohbee can elaborate on this, too. Its a fundamental problem we need to fix08:56
tgBot<Matteo> Yes I understand much better the problem now, thanks for the explanation indeed. Unfortunately, no 16.04 will be available for BQ devices so I think this problem for me will persist. I'm wondering why devices with 1 GB of RAM are so penalized with Ubuntu Touch. Is that a problem of code optimization? I have a 2010 Android smartphone with only 700MB of RAM which still doesn't show any of the suffering BQ phone with 1GB of RAM has.09:12
tgBot<Flohack> yes, unity weas not optimized so far. We have the chance to do that however, over time.09:15
tgBot<Flohack> Android has much more effort behind to keep things small09:15
tgBot<Gleb Lee πŸ‡ΈπŸ‡¨> @wayneoutthere, I would really like if this channel posts even about minor improvements and interesting community hacks. … I.e., about new betas of Telegram app or about our members experiments. I read here about successfull test of ecryptfs, Kris's experiments with desktops apps etc. All of these deserves attention. … And ofc, short summary of UBPorts community updates, not only links. … This could make News Channel more interesting09:19
tgBot<Flohack> @Gleb Lee πŸ‡ΈπŸ‡¨, Join the marketing team, then. We lack resources for that09:32
tgBotRawcode was added by: Rawcode10:23
tgBot<Rawcode> hi there :)10:23
tgBot<Stereofont> @Rawcode, Hello Federico and welcome!  I'm part of the UBports welcoming team.    β€¦ To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :)10:23
tgBot<Stereofont> There is also an Italian language group, Federico10:24
tgBot<EKorneev> On this page … https://ubports.com/page/telegram-welcome … Wrong Link to Russian chanel  β€¦ t.met  <---  ttt10:31
tgBot<EKorneev> https://t.met/UBports_Ru10:32
tgBot<Stereofont> @EKorneev, Thanks. We will correct10:38
tgBotChristian_Koch_Pasing was added by: Christian_Koch_Pasing10:45
tgBot<Xorpad> #welcome @Christian_Koch_Pasing10:52
tgBot<Rawcode> guys, can you help me? i'm trying to install ubuntu touch, i'm in bootloader but seems that the program doesn't detect my nexus 510:58
tgBot<Stereofont> @Christian_Koch_Pasing, Hello Christian and welcome!  I'm part of the UBports welcoming team.    β€¦ To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :)10:58
tgBot<Stereofont> @Rawcode, Please join the Welcome Room10:59
tgBot<Christian_Koch_Pasing> Thanks, I will do that. This group I only see in my Ubuntu-Notebook but not in my BQ-E5 ubports Ubuntu Touch?11:19
tgBot<Stereofont> @Christian_Koch_Pasing, You have different telegram versions. OpenStore is not updated yet. Use the github version for your E511:22
tgBot<Christian_Koch_Pasing> OK I will do that.11:23
tgBot<Flohack> @Rawcode, See new readme.md about udev rules11:46
tgBot<Xorpad> @Flohack, you can download magic-device-tool, and it will most likely work, I've had this issue with a nexus 5 and another guy with a fairphone, and both of us used magic-device-tool successfully11:51
tgBot<Xorpad> Oh, there's a fix now @Flohack ?11:51
tgBot<Christian_Koch_Pasing> By, I will switch to the german supergroup11:54
tgBot<Xorpad> later @Christian_Koch_Pasing11:54
tgBot<Flohack> @Xorpad, Well not a fix but a precondition. We cant work around udev blocking access to some devices. Rules need to be set11:56
tgBot<Flohack> See ubports-installer github repo, README.md11:57
tgBot<Xorpad> I see. Well, as long as there's a solution that works. I know magic-device-tool will need replacing when everything is on halium-7.111:57
tgBot<Xorpad> but that actaully will make installation simpler i do think11:57
tgBot<Xorpad> flute is crazyness I think12:02
tgBot<Xorpad> I don't really enjoy listening to it so I don't care for playing it12:02
tgBot<Xorpad> I have played similar instruments12:03
tgBot<Xorpad> oops12:03
tgBot<Xorpad> wrong channel12:03
tgBotCanyouguesswhoireallyam was added by: Canyouguesswhoireallyam12:51
tgBot<Crash_Burn> Hello @Canyouguesswhoireallyam and welcome!  I'm part of the UBports welcoming team.    β€¦ To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :)12:52
tgBot<Crash_Burn> Nice username πŸ‘12:52
tgBot<Stereofont> @Crash_Burn, We don't need to guess. We know perfectly well that you are the Archbishop of Canterbury12:53
tgBot<Canyouguesswhoireallyam> Thanks, just curious. Regarding ubports or Ubuntu touch as I haven't dived right into it yet and just want a few simple answers, does it offer device encryption and on what level?12:58
tgBot<Crash_Burn> @Canyouguesswhoireallyam, Yes Ubuntu Touch does now have encryption at the os level, Luks and encryptfs I believe.  The developers are continuing their work on it, but it is available if you have command line skills.  Let me see if I can find more (better) information...13:04
tgBot<David_Gamiz_Jimenez> @Flohack guau! You are implemented the views counter in publications for diffusion channels! Thanks!13:07
tgBot<Stereofont> Fwd from Dominik: Shortly, but I am busy atm. I will invest time into UT encryption in the near future.13:07
tgBot<Crash_Burn> I found something too :)13:07
tgBot<Crash_Burn> Fwd from Dominik: I now have encrypted Documents, Pictures, Download and Videos. With no noticeable performance degregation. 1080p video capture and replay worked as usual.13:07
tgBot<Crash_Burn> LOL... Lets give a big thanks to Dominik13:08
tgBot<Stereofont> Not user friendly. It will also probably mess up updates13:08
tgBot<David_Gamiz_Jimenez> One most asked question. If support is possible, what level of complexity or difficulty? Maybe we can make a little microfounding to push some number of big features to native client.13:09
tgBot<Stereofont> @David_Gamiz_Jimenez, My understanding is that about 80% there and only modest difficulty. It is about time and resources13:10
tgBot<Canyouguesswhoireallyam> Lol thanks Dom. … Thanks for the info Will. … That's good enough I'm guessing I could tweak around with it shortly over the Christmas holidays in my down time. I'll probably stuff up the device but in support of open source development it's well worth a shot and we'll eventually get there...eventually!!! … Which device do you recommend?13:11
tgBot<Crash_Burn> @Canyouguesswhoireallyam, One of the core devices... like the Nexus 5, Fairphone 2 or Oneplus One.13:13
tgBot<Crash_Burn> https://devices.ubports.com/#/13:13
tgBot<Canyouguesswhoireallyam> Yeah I saw it all, was just curious what you thought personally. But thank you still all points in the right direction.13:15
tgBot<Stereofont> Other options are probably only months away and may be quite a lot better.  Right now, most go with Nexus 513:15
tgBot<Canyouguesswhoireallyam> Yeah I think I'll buy a nexus 5 for now and stuff around with it and then look into other devices. Thanks Lionelb13:17
tgBot<Stereofont> If OnePlusThree comes on stream soon you will kick yourself for getting a OnePlusOne13:17
tgBot<David_Gamiz_Jimenez> @Stereofont, OK, well the mini confound for more people at point time. To complete basic level for client.13:19
tgBot<Xorpad> You can never have enough cool phones to mess with13:52
tgBot<Xorpad> I have over 3513:52
tgBot<Crash_Burn> @Xorpad, 😳13:53
tgBot<Xorpad> Lol13:53
tgBot<Xorpad> I lost count13:53
tgBot<Xorpad> I will never run out of stuff to hack13:53
tgBot<Xorpad> lol13:53
tgBot<Crash_Burn> @Crash_Burn, My face actually did that !13:54
tgBot<Crash_Burn> Lol13:54
tgBot<Xorpad> hahaha13:55
tgBot<demokrit atomos> @Xorpad, U know under which conditions smartphones are produced right? (I mean you are free to do whatever you want but i cannot see anyone having time to play with that many and i wondered whether you ever considered that aspect of buying so many phones...)13:56
tgBot<Xorpad> well, eventually I'll have them all running stuff other than what they were intended. I already made custom roms for most of them, in various states of completness/proper doings13:57
tgBot<wayneoutthere> @Gleb Lee πŸ‡ΈπŸ‡¨, we agree.  problem is that marketing team doesn't know if something is news or not becuase we (like me) are not very technical.  I'm learning and starting to recognize but if something is news we need it explained to us as news.  You can all help the marketing team by sending messages to me with things you consider 'news' and that community should know.  the small details are always here and people who want small details us13:57
tgBotread every post here I find.13:57
tgBot<Xorpad> I get them to make stuff for them13:57
tgBot<Xorpad> Like, it's what I do to keep busy and I've always got a reason why I need another one13:58
tgBot<Stereofont> @Xorpad, It it ends up rescuing old phones rather than recycling that is morally justified I think. Plus your phones would mostly be trashed if you hadn't bought them14:00
tgBot<Xorpad> yeah14:00
tgBot<Xorpad> I don't waste them, it's my main hobby and I do some other stuff related to it that has in the past lead to nice income14:00
tgBot<demokrit atomos> Ok, that's cool then xD14:01
tgBot<wayneoutthere> @Xorpad, your devices are to you, like what cups of coffee are to me.14:01
tgBot<Xorpad> like, I got money for finding 2 vulns in aosp and asking for a bug bounty14:01
tgBot<Xorpad> it was nice14:01
tgBot<dohbee> @Flohack, there's certainly a lot of optimization that could be done, but basically someone needs to find the bugs, report them, and help get them fixed. if there are leaks in u8, no amount of upgrading the OS or qt5 will fix them.14:02
tgBot<dohbee> but there were a lot of changes in the stack we made and landed into the 16.04 ppa too, however they are unfit for "status quo" of ubports14:03
tgBot<Xorpad> Awe crap I might have deleted everything I had... I have backups that would be under 30 minutes old but I got to pull them14:33
tgBot<Xorpad> I feel like going to sleep and dealing with this tomorrow14:33
tgBot<wayneoutthere> It already is tomorrow, Will.  :)14:38
tgBot<dohbee> @wayneoutthere, It's always tomorrow, somewhere else.14:45
tgBot<wayneoutthere> it's definitely tomorrow where will is it was 5am about when he postd it :)15:20
tgBot<renedu> Where I can buying a Ubuntu phone?15:25
tgBot<Gabigol> Probably on eBay15:26
tgBot<renedu> What type best15:27
tgBot<Wildnislehrer> My Nexus5 runs fine with UT.15:28
tgBot<Wildnislehrer> D82115:28
tgBot<renedu> Oh ~show me15:28
tgBot<Wildnislehrer> @renedu, Video is coming...15:29
tgBot<Wildnislehrer> You have pm15:30
tgBot<renedu> What is that?15:31
tgBot<Wildnislehrer> What do you mean?15:31
tgBot<Wildnislehrer> pm - private message ?15:32
tgBot<renedu> Thanks15:48
tgBot<Sconio> Big problem after update (number 235) one plus one,16:01
tgBot<Stereofont> @Sconio, rc?16:06
tgBot<Sconio> Devel16:09
tgBot<Flohack> Which problem(s) then?16:11
tgBot<Rocco> Hi all... I installed ota2 on my one plus one... yesterday. All was ok. Now when screen is black and press the button to wake it up the phone is blocked... or must wait 20-30 sec or I must reload ubuntu entirely... some ideas? Thanks16:31
tgBot<Crash_Burn> Battery>Adjust brightness automatically might be the culprit.  Try to disable that.16:38
tgBot<Sconio> Fwd from Rocco: Hi all... I installed ota2 on my one plus one... yesterday. All was ok. Now when screen is black and press the button to wake it up the phone is blocked... or must wait 20-30 sec or I must reload ubuntu entirely... some ideas? Thanks17:07
tgBot<Sconio> This17:08
tgBot<UniversalSuperBox> The answer is a message above17:08
tgBot<Sconio> Black screen 30 sec17:08
tgBot<Sconio> Block17:09
tgBot<UniversalSuperBox> Does it work if you press the button three times?17:09
tgBot<Sconio> Comes back when I press several times on power and volume +/-17:11
tgBot<UniversalSuperBox> But not the power button three times?17:11
tgBot<Sconio> I have the impression that this is a bug due to multiboot, once out of two times there is this bug17:12
tgBot<Sconio> Besides, what is the latest "no kexec" patch available for OPO (lineage 14.1)17:17
tgBot<Sconio> ??17:17
tgBot<malditobastardo> (Photo, 956x1280) https://irc.ubports.com/VoDhSsIu/file_2539.jpg17:49
tgBot<malditobastardo> Love UT and N517:50
tgBot<Ern_st> @Sconio, Multirom ? You are good to reinstall the latest version. Updates doesn't work well with multirom18:15
tgBot<akshat2K2> Any help got this error while building https://hastebin.com/quhidecowe.vbs18:19
tgBot<akshat2K2> @Ern_st18:24
tgBot<Ern_st> Halium 5 or 7 ?18:26
tgBot<akshat2K2> 718:27
tgBot<akshat2K2> @Ern_st, Any fix ?18:30
tgBot<UniversalSuperBox> You aren't giving the whole error18:31
tgBot<akshat2K2> That the whole error18:32
tgBot<akshat2K2> From failed18:32
tgBot<Ern_st> Correct, usually the error happen 15-20 line before.18:32
tgBot<akshat2K2> OK wait18:33
tgBot<akshat2K2> The error is related to bionic18:33
tgBot<akshat2K2> https://hastebin.com/gecemizuya.swift @Ern_st @UniversalSuperBox18:45
tgBot<UniversalSuperBox> Why are you building as root?18:47
tgBot<akshat2K2> It failed without root18:48
tgBot<UniversalSuperBox> Relocation overload... That's a compiler error18:49
tgBot<akshat2K2> @UniversalSuperBox, How to fix18:49
tgBot<UniversalSuperBox> If I knew, I would have already said. :P18:49
tgBot<akshat2K2> :/18:49
tgBot<UniversalSuperBox> Something that neither Halium nor UBports have seen before, at least from my chat logs18:50
tgBot<UniversalSuperBox> bshah, ever heard of this?18:51
tgBot<UniversalSuperBox> `bionic/libc/arch-arm64/syscalls/__exit.S:11: error: relocation overflow in R_AARCH64_CONDBR19 … `and similar errors18:51
tgBot<akshat2K2> @UniversalSuperBox, Nope18:52
tgBot<bhushanshah> Not before yesterday18:53
tgBot<bhushanshah> Wait18:53
tgBot<UniversalSuperBox> arm64 is experimental for Mer too, it seems. I found a forum post, but I'll let you find your thing first18:53
tgBot<akshat2K2> @UniversalSuperBox, What ?18:54
tgBot<bhushanshah> I doubt I can find it here @UniversalSuperBox as it was irc log and I'm on mobile18:54
tgBot<UniversalSuperBox> Ah, okay.18:55
tgBot<UniversalSuperBox> @akshat2K2 maybe this will help: https://together.jolla.com/question/135477/unresolvable-r_aarch64_condbr19-relocation/18:55
tgBot<UniversalSuperBox> There isn't much information about an error like this online.18:56
tgBot<akshat2K2> Hmm18:57
tgBot<akshat2K2> That patxh18:57
tgBot<UniversalSuperBox> If it doesn't help any, we might need to wait for Bhushan and his savior IRC logs. Would be a few hours.18:58
tgBot<akshat2K2> Ok18:59
tgBot<bhushanshah> @akshat2K2 I'll ping you in morning19:00
tgBot<akshat2K2> OK sar19:03
tgBotpetya230 was added by: petya23019:13
tgBot<developerfect> Hello @petya230  and welcome!  I'm part of the Ubports Languages team.    β€¦ To help you get started, please take a look right away at our newcomers welcome page (https://ubports.com/page/telegram-welcome) and thanks again for joining us! :)19:14
tgBot<Rocco> @Crash_Burn, Yes yes yessssss... That resolved my problem. Thanks a lotπŸ‘πŸΌπŸ‘πŸΌπŸ‘πŸΌπŸ‘πŸΌπŸ‘πŸΌ20:55
tgBot<Rawcode> How can I can get notifications from telegram without Ubuntu one?21:29
tgBot<Flohack> @Rawcode, Its simple, you cant ^^21:46
tgBot<PhoenixLandPirate> Yet21:47
tgBot<PhoenixLandPirate> ?21:47
tgBot<Xorpad> hi guys21:47
tgBot<Xorpad> is there a repository where we unify UT?21:48
tgBot<Xorpad> I think things would make more sense if we had a unified build tree21:48
tgBot<Flohack> @Xorpad, Erm what exactly could that mean in technical terms? what is not unified?21:49
tgBot<Xorpad> Well, like, lineage os has a build tree that can be used to build for any device21:49
tgBot<Xorpad> it's all one thing21:49
tgBot<Xorpad> for example I have a tree for mako, hammerhead, and bullhead. It can build for all 321:51
tgBot<UniversalSuperBox> I have a tree for bullhead and potter21:52
tgBot<Flohack> you mean the device-specific part?21:52
tgBot<UniversalSuperBox> 7.1 devices can sit in the same tree21:52
tgBot<Flohack> will be a lot of if then else but otherwise ok21:52
tgBot<UniversalSuperBox> 5.1 devices can sit in the same tree21:52
tgBot<Xorpad> exactly @UniversalSuperBox. We should have a 7.1 tree somewhere public that people can fork and make PR's for new devices21:53
tgBot<UniversalSuperBox> Um21:53
tgBot<UniversalSuperBox> We do21:53
tgBot<Xorpad> Last time I looked I didn't see it21:53
tgBot<Xorpad> that was over a month ago though21:53
tgBot<UniversalSuperBox> That hasn't changed since Halium started21:54
tgBot<UniversalSuperBox> http://docs.halium.org/en/latest/porting/get-sources.html21:54
tgBot<UniversalSuperBox> You get a whole tree, no?21:54
tgBot<Xorpad> Yeah, I know where the docs are21:54
tgBot<Xorpad> well, yeah21:54
tgBot<Xorpad> I dunno, like I mean a tree on github that people can sync a tree to build their port21:55
tgBot<Xorpad> so you just pop in a kernel, device tree, and vendor repos, and mod them to suit the tree21:56
tgBot<UniversalSuperBox> That's what you get when you do `repo init url`21:56
tgBot<UniversalSuperBox> And then add your manifests21:56
tgBot<Flohack> We will not unite 180 repositories in one21:56
tgBot<Xorpad> Why not?21:56
tgBot<Flohack> where other upstream people constantly make changes21:56
tgBot<Flohack> maintenance effort?21:56
tgBot<Flohack> those are not our codebase21:56
tgBot<Xorpad> yeah but we could have one... I dunno it's not my call21:57
tgBot<UniversalSuperBox> Not to mention the time it'd take just to do `git status`21:57
tgBot<Flohack> we cannot, until we got people maintaining this blod21:57
tgBot<Flohack> blob21:57
tgBot<UniversalSuperBox> Repo and Gerrit were created to solve the problems that one big repository caused21:58
tgBot<JBBgameich> I started collecting a few ports here: https://github.com/JBBgameich/halium-devices21:58
tgBot<Xorpad> well, it's up to you guys... i put it out there21:58
tgBot<Flohack> @JBBgameich, This is not the point, he is talking about the 180 repos that the build tree consists of21:58
tgBot<Flohack> the part you get by repo init21:58
tgBot<JBBgameich> I thought he wants to add the ported devices to the tree and upload the whole thing in one repo ...?21:59
tgBot<Xorpad> @JBBgameich I want to have a tree where ports can benefit from everyone elses work, only having to directly maintain device/kernel/vendor21:59
tgBot<Xorpad> then everything people do to the platform, echos to all ports22:00
tgBot<Rawcode> How can I install paps from the Ubuntu store? If I click to install nothing appends22:00
tgBot<JBBgameich> You can already benedit from the others work in Halium?22:00
tgBot<Rawcode> Apps*22:00
tgBot<Flohack> @Xorpad, But it does, as we are only using upstreams beside device and kernel part22:00
tgBot<Flohack> So if someone makes a pr to an upstream it will sync to your tree as well22:00
tgBot<JBBgameich> Only device/vendor/codename and kernel/vendor/codename are not in the official tree, everything else is shared22:00
tgBot<Xorpad> well, I dunno, like I said, I trew it out there22:01
tgBot<Xorpad> It's not my choice really, all I can do is make stuff and submit it22:01
tgBot<Flohack> @Xorpad, Sorry lost in translation maybe22:01
tgBot<Xorpad> @Flohack Basically you said you don't want what I think is good, that's fine, I'm free to develop however I want and you can choose to accept the code or not22:02
tgBot<Xorpad> I knew when I came here that I'd have to compromise on things22:02
tgBot<Flohack> @Xorpad, I dont understand in which part Linegae is different to our manifest.xml22:02
tgBot<Xorpad> @Flohack Well, for one thing pulling -b halium-7.1 pulls a lot of stuff that there is better versions of in los but it pulls from aosp22:03
tgBot<Gabigol> Anyone has the click file from Dekko (the one at UBuntu Store)? If yes, share it please :)22:03
tgBot<Xorpad> I changed like 75% of the repositories in manifest.xml22:03
tgBot<Flohack> @Xorpad, yeah then make a PR for it, makes sense maybe22:04
tgBot<Xorpad> I will once I get everything working22:04
tgBot<Flohack> I was thinking you want us to fork 180 repos22:04
tgBot<Xorpad> I don't feel like making PRs for things that aren't proven22:04
tgBot<Xorpad> @Flohack no, I just want to have a lineage style system where you can breakfast any device that's supported22:04
tgBot<Xorpad> and it will sync device specific stuff when you breakfast the device22:04
tgBot<Xorpad> so that the platform is all the same across all devices even though kernel and system22:05
tgBot<Xorpad> are different22:05
tgBot<Xorpad> I dunno... I am doing it for myself so I can work on multiple ports22:05
tgBot<Xorpad> but I just started doing it last night22:06
tgBot<Flohack> Well currently we are in the same position like you, we dont want to publish unproven stuff. So, no Halium device is usable with UT so far. So not much sense to publish it now22:06
tgBot<Xorpad> @Flohack maybe a organization specific unlisted repository?22:07
tgBot<Xorpad> because right now a bunch of us all are all doing stuff that could benefit from eachothers work22:07
tgBot<Xorpad> we could host it invite only on gitlab.com, cause you can make free repositories with large files like the prebuilts, without a paid account on gitlab22:08
tgBot<Cesar_Herrera> (Document) https://irc.ubports.com/hHrF6abL/file_2540.click22:15
tgBot<Gabigol> @Cesar_Herrera, Big Thanks!! ;)22:15
tgBot<Rawcode> Where did you found the click file of the ubuntu store?22:18
tgBot<Flohack> @Xorpad, Ok maybe if you draw the structure and the content of this repo I will understand. sorry its late here maybe Im too stupid22:21
tgBot<Cesar_Herrera> I made it from app installed. I'll send a link to do it.22:21
tgBot<Xorpad> @Flohack I will publish it once I finish constructing the tree22:22
tgBot<Flohack> oki22:22
tgBot<Xorpad> I'm just dealing with some issues right now with my setup22:22
tgBot<Xorpad> I had it done last night, then I erased it all lol22:22
tgBot<Xorpad> I'll post it when it's done, and people can use it, or make their own... it's up to them22:23
tgBot<Cesar_Herrera> https://askubuntu.com/questions/784372/how-can-i-make-a-click-file-from-an-installed-app/784374#78437422:23
tgBot<Rawcode> @Cesar_Herrera, But how can I install paps from the ubuntu store?22:25
tgBot<Rawcode> Apps*22:26
tgBot<Cesar_Herrera> You intall the app from Ubuntu store.22:27
tgBot<Cesar_Herrera> Or OpenStore.22:27
tgBot<Rawcode> If I click to install, nothing  appends in Ubuntu store. Openstore works well22:28
tgBot<Cesar_Herrera> I'll see.22:29
tgBot<Rawcode> Thanks22:29
tgBot<Cesar_Herrera> For me Ubuntu Store works ok.22:31
tgBot<Wildnislehrer> @Cesar_Herrera, What is the difference with dekko from ubuntustore?22:34
tgBot<Cesar_Herrera> Dekko from Ubuntu Store is now the correct version. Dekko2 is beta.22:48
tgBot<Cesar_Herrera> @Rawcode, To install from UbuntuOne you need an account in Ubuntu One.23:05
tgBot<Cesar_Herrera> *UbuntuStore23:06
tgBot<Rocco> I installed dekko 2. I have an issue to configure an account  because the keyboard don't shows23:12
tgBot<Cesar_Herrera> Dere is a bug. Open another app a d click the keyboard. Then if you go to dekko the keybard appears.23:17
tgBot<Cesar_Herrera> @Rocco, There is a bug. Open another app and click the keyboard. Then if you go to dekko2 the keybard appears.23:26
tgBot<Cesar_Herrera> @Rocco, There is a bug. Open another app and click the keyboard. Then if you go to dekko2 the keybard appears.23:27
tgBot<Seumas> We understand that Ubports provides up to date security for things such as the default web browser. But how does this extend to the Firefox browser under Libertine?23:45

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