[00:14] Stephen Scott was added by: Stephen Scott [00:55] @YougoChats [webapp creator is driving me nuts 😞 no matter what i set, it keeps opening this …], try with no domains set on the filter [01:09] xStream was added by: xStream [03:34] @zoomer296 [I will try with wget later.], wget worked. [04:27] Luckfactorbro was added by: Luckfactorbro [04:28] Can i compile(build) an android kernel on terminal? [04:28] Is it possible? [05:04] @mateosalta [try with no domains set on the filter], I tried everything in webapp creator. In the end webber got an update and started working on my phone, and just did what i wanted. [05:07] Now i seem to have a problem with Dekko2. I am getting push notifications of new emails but dekko2 isnt fetching the mail since a day or two [05:23] tried refreshing by pulling or swipe left the inbox item? [05:26] Yup [05:26] Blue circle spins for a while but finds no new email [05:27] I have 5 accounts set up, all of them IMAP [05:47] How is UBPorts installed on the PinePhone? The MicroSD card does not boot, checking the forums now [05:49] https://forums.ubports.com/topic/3334/pinephone-tutorial [06:03] Attempting this a second time with the lastest build [06:10] @YougoChats [Now i seem to have a problem with Dekko2. I am getting push notifications of new …], I had that yesterday morning on my home wifi only. Mobile data worked. Other wifi worked to. All fine in the evening again. Bits'nBites... [06:11] phone still wont boot off of the sdcard [06:12] flashed it in windows using Etcher, stable build #318 [06:19] still wont boot [06:23] best to open a topic on the forum since no one seems to be around to help you [06:25] im taking care of it now [06:27] @YougoChats [I have 5 accounts set up, all of them IMAP], maybe try refreshing per inbox/account? … probably one of your account causes the issue [06:29] @Javacookies [maybe try refreshing per inbox/account? … probably one of your account causes the …], updating phone now, try that next [06:37] hmm upon reboot, and starting Dekko, i immediately saw some of the emails that i didnt have yet, but not all, so these were downloaded already but wouldn't show before, and after refreshing other mails, both older and newer landed as well. [06:38] it seems to have sorted itself out. keeping an eye on it though🕵🏻‍♂️ [09:06] @jdmark_ [what would be the best tablet for ubports?], jmark_, I have a Nexus 7 which works quite well, and I hear there's a BQ tablet which is well supported. … If you're willing to wait, the PineTab looks promising but I don't think it'll be "ready" for at least another few months [11:39] I habe a BQ M10. It works great. The only problem is that you have to unlock it. While unlocking it is easy to crack the MAC ROM. So be careful. … But even with a broken MAC ROM, mine works great [11:42] [Edit] I have a BQ M10. It works great. The only problem is that you have to unlock it. While unlocking it is easy to crack the MAC ROM. So be careful. … But even with a broken MAC ROM, mine works great [12:15] Are there any software repositories I should add? [12:19] What do you mean? [12:24] Typically the DRM repositories are added [12:25] microsoft fonts, dvd playback, etc [12:25] the grey area stuff [12:30] ubuntu touch isn't apt-based, so there's really no such thing. it's a lot like android - stuff comes in through the OTA, and apps come out of the store [13:31] If we talk about ota and apt, can somebody eli5 what is stopping UT from applying updates by doing apt upgrade instead of OTA? [13:31] [Edit] If we talk about ota and apt, can somebody eli5 what is stopping UT from applying updates by doing apt upgrade? [13:32] @mrcyjanek [If we talk about ota and apt, can somebody eli5 what is stopping UT from applyin …], it grabs a whole or partial system image for a system update, to keep everyone's system the same and prevent breakages [13:32] nothing stops a user from mounting his root partition as writeable and using apt - you'll likely run out of cache space very quickly, and your next OTA update will wip whatever you changed [13:32] you get what you want from OTA's [13:33] well apt upgrades will break due to bind mounts and no space, for one [13:33] image based updates have many advantages. we won't be supporting apt upgrade of the system image [13:35] @dohbee [image based updates have many advantages. we won't be supporting apt upgrade of …], I'm not against the current method of applying updates I'm just curious what have decided of that [13:35] @rogieroudshoorn [nothing stops a user from mounting his root partition as writeable and using apt …], Yeah, that makes sense, but something like resizing image when update is being applied and then shrinking it shiuld work, right? [13:36] @mrcyjanek [I'm not against the current method of applying updates I'm just curious what hav …], basically "how android phones work" is what decided it, because we had to build a system on top of android phone design [13:36] @dohbee [basically "how android phones work" is what decided it, because we had to build …], Ok.Got it. [13:37] @mrcyjanek [Yeah, that makes sense, but something like resizing image when update is being a …], which part of your data would you like the system to automatically delete so you can have apt upgrade? what happens if you install enough other packages that you've now filled the newly resized space? It's not stable, consistent, or supportable [13:37] , to do things like that [13:44] moreso, it isn't how it's designed to work - it's designed for OTA delivery. [13:45] @dohbee [which part of your data would you like the system to automatically delete so you …], Well, on android `/system` have some space left on it and things like app updates can be applied. … I understand that design of UT differs from normal ubuntu, and that for example setting image size to 4GB on a new device doesnt mean anythig, w [13:45] hile on older devices with 16gb storage it matters. … I'm just curious if doing updates by apt damage some internal parts of the system. [13:46] @rogieroudshoorn [moreso, it isn't how it's designed to work - it's designed for OTA delivery.], Yeah,it doesnt answer my question. I get that we use ota,but if theres no android image update I'd like to know if doing apt upgade will worg as rootfs ota update [13:47] @mrcyjanek [Well, on android /system have some space left on it and things like app updates …], it can break, yes [13:47] @dohbee [it can break, yes], Okay, thanks. [13:47] dpkg does not deal well with package contents being spread across filesystems [13:48] @mrcyjanek [Yeah,it doesnt answer my question. I get that we use ota,but if theres no androi …], it's much easier to switch to devel channel, which'll get you daily builds if it's updates you're after [13:48] @rogieroudshoorn [it's much easier to switch to devel channel, which'll get you daily builds if it …], Not when device doesn't have a working recovery :/ [13:49] can't you download the image from the buildserver then? [13:49] @dohbee [dpkg does not deal well with package contents being spread across filesystems], Okay. [13:49] and push it however you push it usually? [13:49] @rogieroudshoorn [can't you download the image from the buildserver then?], I didnt build recovery for my device yet [13:53] It needs work to be done by me to make it to buildserver and it needs time, and school have took all time I had so it will not happen anytine soon :/ [14:06] TikoKhach was added by: TikoKhach [14:07] While looking for saved messages, I found this bot which reminds me of something.. [14:07] (Photo, 720x1280) https://irc.ubports.com/YCAK6lec.png [14:27] @TikoKhach [], Hmmm yes [17:57] where the control key so i can save and close nano? [17:57] There us a button in the Ctrl keys row [17:57] Switch to nano [17:58] there we go, thank you [17:59] what the arrow keys? [18:14] What kind of linux distro is supported by nexus 5 [18:14] well we only support Ubuntu Touch [18:15] if you want to run something else on your nexus 5, you should probably go find the appropriate forums or chat groups for whatever you want to run on it, to ask if it will work on nexus 5 :) [18:18] But i saw i discussed about postmark os [18:18] (Photo, 720x1280) https://irc.ubports.com/7WQt0qg9.png [18:18] (Photo, 720x1280) https://irc.ubports.com/b7SccmIL.png [18:18] (Photo, 720x1280) https://irc.ubports.com/0g9BCTL0.png [18:18] ok [18:18] but this group is about ubuntu touch [18:19] not sure why you post those pictures [18:31] What kind of stuff is discussed on ubports [18:32] @Ankit Gupta [What kind of stuff is discussed on ubports], see the group description. this group is about Ubuntu Touch [19:12] how the heck do i get out of GNU Nano selection mode? [19:13] if the usb-c hub worked in ubports id connect my keyboard at this point [19:13] it's taking 2-3 hours to switch openssh to key based authentication to password based authentication [19:19] @jdmark [if the usb-c hub worked in ubports id connect my keyboard at this point], you never replied in the utonpine telegram group when i asked which version of the pinephone hardware it is [19:20] so which one is it? and why not just put a key on, which is more secure? [19:31] usb-c hub doesnt work in ubports [19:32] which gui text editor should i use? im having trouble copying and pasting ffs [19:32] Correct, regardless of hardware fixes or not the USB-C drivers still aren't in our kernel [19:33] @UniversalSuperBox [Correct, regardless of hardware fixes or not the USB-C drivers still aren't in o …], the OTG? or Displayport not working either? [19:33] Both [19:33] oh :-/ [19:33] We don't tell the ANX USB-C controller what to do, so it does nothing. [19:36] If you're just trying to copy and paste a file from the web, jdmark, could you just `wget` then copy the file? [19:40] Sharonda Folks was added by: Sharonda Folks [20:33] is there another web browser? [20:33] no [20:33] well, there are a couple alternate browser apps in the store, but they are also using qtwebengine [20:34] and they do not replace the system browser [20:38] how do i end selection mode in UBPorts Terminal? [20:52] copy and paste is broken [21:36] @jdmark [how do i end selection mode in UBPorts Terminal?], x in the upper right corner [21:37] i found it [21:37] any advice for the usb-c dongle? [21:38] it apparently requires at least some changes to the kernel [21:38] so i don't think you'll get OTG working with a few simple commands in terminal [21:39] jdmark, boot postmarketos from an SD if you just want to try out the dock, or wait for ubports to get it working [22:08] waiting on ubports to get it to work [22:25] Joan Singla was added by: Joan Singla [22:35] https://imgur.com/a/tAmflOx [22:35] Morph Browser bug [22:35] havent cleared the configs yet [22:38] wich device? [22:40] I'm not sure but it loos like for some reason morph is sized to that small zone. Maybe it is not a bug of morph at all🤷‍♂️ [22:40] it would be also valuable to know on which channel are you