/srv/irclogs.ubuntu.com/2020/08/27/#ubports.txt

ubptgbot<jonny> @Pan0ram1x [Hi everyone from Spain! Looking forward to learning a lot from this promising OS …], Be welcome!04:58
ubptgbot<jonny> I just tried to us the snap `utqemu`. Creating the image fails with `/snap/utqemu/9/usr/bin/utq.sh: line 71: xz: command not found`, even though `xz` is installed. Anyone an idea why?05:41
ubptgbot<jonny> [Edit] I just tried to us the snap `utqemu`. Creating the image fails with `/snap/utqemu/9/usr/bin/utq.sh: line 71: xz: command not found`, even though `xz` is installed. Anyone an idea why this happens?05:42
ubptgbot<jonny> ```$ which xz … /usr/bin/xz```05:43
ubptgbot<fredldotme> xz probably needs to be in the snap package itself06:18
ubptgbot<jonny> Do you know how maintains the snap package?06:32
ubptgbot<jonny> Ok, I found the issue tracker06:33
ubptgbot<jonny> https://github.com/ubports/utqemu/issues/306:35
ubptgbot<NotKit> why does that even have to be snap instead of normal scripts/modified QEMU06:56
ubptgbot<NotKit> https://github.com/ubports/utqemu/blob/master/src/utq.sh - ok, it just runs on Arch06:58
ubptgbotQuentin Lareau was added by: Quentin Lareau07:23
ubptgbot<jonny> Ok, this one was easy to fix. I made a PR. But now I got the next issue:08:46
ubptgbot<jonny> ```WARNING: Image format was not specified for '/home/jonatan/snap/utqemu/common/ubuntu-touch-mainline-generic-amd64.img' and probing guessed raw. …          Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted. …          Specify the 'raw' format explicitly to remove the restriction08:46
ubptgbots. … Could not access KVM kernel module: Operation not permitted … qemu-system-x86_64: failed to initialize KVM: Operation not permitted```08:46
ubptgbot<RealDanct12> your user doesn't have access to kvm08:47
ubptgbot<NotKit> sudo chmod 666 /dev/kvm as dirty workaround08:47
ubptgbot<jonny> Is this something that can be solved with the snap package? Or does each and every user testing the snap need to know about it and do something about it?09:12
ubptgbot<jonny> @NotKit [sudo chmod 666 /dev/kvm as dirty workaround], That didn't help. Still the same issue09:24
ubptgbot<jonny> ```$ ls -l /dev/kvm  … crw-rw-rw-+ 1 root kvm 10, 232 Aug 27 11:20 /dev/kvm```09:24
ubptgbot<jonny> Adding myself to group `kvm` does not help as well09:35
ubptgbot<RealDanct12> maybe something like apparmor is blocking it?09:36
ubptgbot<jonny> In journalctl nothing pops up when I try to run utqemu.09:42
ubptgbot<jonny> Also filtering for `kvm` didn't show any errors.09:42
ubptgbot<jonny> [Edit] Also filtering in journalctl histor for `kvm` didn't show any errors.09:42
ubptgbot<jonny> [Edit] Also filtering in journalctl history for `kvm` didn't show any errors.09:42
ubptgbot<mrcyjanek> Not sure if that helps but when I was trying to build modded rootfs, I've chmoded kvm to 666, prepared docker image and built the image without any errors09:44
ubptgbot<mrcyjanek> But after a reboot chmod is gone09:44
ubptgbot<mrcyjanek> But jenkins was told to regenerate docker image every 14 days, so it have done that without access to kvm09:44
ubptgbot<mrcyjanek> (it didnt show any errors)09:45
ubptgbot<mrcyjanek> Then when I wanted to build rootfs it failed, and the rootfs was empty (even with kvm chmoded to 666)09:45
ubptgbot<mrcyjanek> It didn't show any errors but the result rootfs was just 0mb in size09:45
ubptgbot<mrcyjanek> So after a week of fixing randon things I've regenerated the docker image and it worked09:46
ubptgbot<mrcyjanek> Tldr … So my idea is to reinstall all packages that wanted to use kvm (qemu, and friends) when kvm will have chmod 666 and try running that command again09:47
ubptgbot<mrcyjanek> At least that helped me.09:47
ubptgbot<GNU/Beer> Hi everyone, … Quick question - how do I calibrate the battery on Ubuntu Phone running on the Fairphone 2?09:49
ubptgbotR6_tgm was added by: R6_tgm09:58
ubptgbot<jonny> @mrcyjanek [Tldr … So my idea is to reinstall all packages that wanted to use kvm (qemu, and f …], I am not sure which that would be. I tried removing and reinstalling the snap, but that did not have an effect.10:33
ubptgbot<Javacookies> anyone who wants to hide the launcher when there's no app open … here's a workaround, close the the last opej app and immediately reopen it. … Requirement: Slow device such as the Pinephone. I can't replicate it on my xperia x 😄14:29
ubptgbot<mimecar> 😃14:29
ubptgbot<mrcyjanek> @Javacookies [anyone who wants to hide the launcher when there's no app open … here's a workarou …], That's the dirtest workaround every seen.14:57
ubptgbot<Flohack> @Javacookies [anyone who wants to hide the launcher when there's no app open … here's a workarou …], Hmm I feel we need an option for this. Like for example @dohbee is correct that hiding the launcher makes no sense at all, but sometimes we should less try to educate the user which generally they will feel as being limited by x and rather15:01
ubptgbot give them options so they feel "free" to choose, even if its a nonsense decision :)15:01
ubptgbot<dohbee> @Flohack [Hmm I feel we need an option for this. Like for example @dohbee is correct that …], no option. just make it tap in the empty area to hide it15:02
ubptgbot<dohbee> but someone just has to do the work15:02
ubptgbot<Flohack> @dohbee [no option. just make it tap in the empty area to hide it], Or that yes15:03
ubptgbot<Javacookies> yeah that's the simplest solution I guess … though doesn't seem simple enough to implement15:12
ubptgbot<Javacookies> I tried before a quick experiment and it did work but it was also triggered when tapping in the app spread 😅 and generally mess up the cirrent hidding/showing logic15:13
ubptgbotriddlach was added by: riddlach15:25
ubptgbot<riddlach> Hey guys!15:25
ubptgbot<riddlach> I have little question15:25
ubptgbot<mrcyjanek> Yes?15:26
ubptgbot<riddlach> I have builded boot from postmarket os on libhybris base15:26
ubptgbot<riddlach> Can i use it with actual ubuntu touch release?15:26
ubptgbot<riddlach> I think hybris and halium not compatible in that way, yes?15:26
ubptgbotAjdj was added by: Ajdj15:27
ubptgbot<riddlach> Say to me, if you think about my stupidity15:27
ubptgbot<riddlach> [Edit] I have builded boot image from postmarket os on libhybris base15:28
ubptgbot<mrcyjanek> If you are talking about mainline ubtouch it is possible15:28
ubptgbot<mrcyjanek> But less likely to work15:28
ubptgbot<mrcyjanek> OnePlus 6t have mainline ubtouch but it is not usable15:29
ubptgbot<mrcyjanek> It only boots to ui15:29
ubptgbot<riddlach> @mrcyjanek [It only boots to ui], Postmarketos on my device (redmi 6a) too15:30
ubptgbot<riddlach> K, ill try to build halium image15:30
ubptgbot<riddlach> Thx for info15:30
ubptgbot<riddlach> <315:30
ubptgbot<Javacookies> as far as I know, mainline on android devices isn't functional as a phone right now due to lack of basic functions.15:31
ubptgbot<riddlach> Also, mainline = last official canonical release?15:33
ubptgbot<riddlach> Not communitg ubports build?15:33
ubptgbot<riddlach> [Edit] Not community ubports build?15:33
ubptgbot<mrcyjanek> mainline means latest kernel15:34
ubptgbot<riddlach> Oh, thats better than i think15:37
ubptgbot<commandyourstyle> @mrcyjanek [mainline means latest kernel], I remember mainline kernel only for standard Linux OS on phone...XD15:37
ubptgbot<commandyourstyle> if mainline Ubuntu Touch version... maybe it has chance.15:38
ubptgbot<mrcyjanek> Mainline kernel can boot anything15:38
ubptgbot<mrcyjanek> Even ubtouch15:38
ubptgbot<mrcyjanek> And even android15:38
ubptgbot<Nono 𝘠𝘦𝘴 𝘠𝘦𝘴> (Photo, 515x690) https://irc.ubports.com/dLuc4FFd.png15:38
ubptgbot<mrcyjanek> But because mainline isnt functional it doesnt make sense to use it15:38
ubptgbot<commandyourstyle> @Nono 𝘠𝘦𝘴 𝘠𝘦𝘴 [<reply to media>], ... no.15:38
ubptgbot<mrcyjanek> @Nono 𝘠𝘦𝘴 𝘠𝘦𝘴 [<reply to media>], .. no15:39
ubptgbot<mrcyjanek> @Nono 𝘠𝘦𝘴 𝘠𝘦𝘴 [<reply to media>], [Edit] .. no.15:39
ubptgbot<commandyourstyle> XD15:39
ubptgbot<riddlach> @mrcyjanek [But because mainline isnt functional it doesnt make sense to use it], If i think in right direction - all troubles from blobs?15:43
ubptgbot<mrcyjanek> @riddlach [If i think in right direction - all troubles from blobs?], Probably... I'm not into mainline xd15:44
ubptgbot<riddlach> @mrcyjanek [Probably... I'm not into mainline xd], Heh, we need more opensource drivers15:44
ubptgbot<riddlach> But whos' writing?..15:45
ubptgbot<mrcyjanek> @riddlach [Heh, we need more opensource drivers], Tell that to the big companies15:45
ubptgbot<riddlach> @mrcyjanek [Tell that to the big companies], Some of that companies refuse to get me linux sources, which run his android firmwares15:46
ubptgbot<riddlach> I think trying to get foss drivers open a black hole in some offices15:46
ubptgbot<riddlach> [Edit] I think trying to get foss drivers can open a black hole in some offices15:47
ubptgbot<riddlach> Sry 4 bad eng, but i think u understand me15:47
ubptgbot<Boris Mihailov> Its probably offtopic but I noticed from the latest purism video they got great performance boost on firefox and similar 3d apps. I hope its something we can achieve in sooner times for libertine and maybe anbox15:58
ubptgbot<mrcyjanek> @riddlach [I think trying to get foss drivers can open a black hole in some offices], Yeah, but thats a lot of work to do16:05
ubptgbot<riddlach> @mrcyjanek [Yeah, but thats a lot of work to do], Yes, ofcourse, reverse engineering of soc is a monumental work, even without writing drivers for it16:12
ubptgbot<Javacookies> @Boris Mihailov [Its probably offtopic but I noticed from the latest purism video they got great …], for libertine, Wayland/Xwayland may help but not sure about Anbox16:12
ubptgbot<riddlach> Offtopic: can sailfish run on halium?16:14
ubptgbot<riddlach> Is there any architectural moments to broke it?16:14
ubptgbot<dohbee> @riddlach [Offtopic: can sailfish run on halium?], if you want to talk about halium, perhaps you should join https://t.me/halium instead16:18
ubptgbot<riddlach> @dohbee [if you want to talk about halium, perhaps you should join https://t.me/halium in …], Thanx!!16:18
ubptgbot<Javacookies> sometimes viewfinder of the camera on the xperia X becomes black, is there a quicker fix than rebooting?17:21
ubptgbot<Javacookies> or sometimes half is green 😅17:42
ubptgbot<fredldotme> @Javacookies [or sometimes half is green 😅], Using gst-droid? Switching resolutions should help.18:08
ubptgbot<Javacookies> no, haven't tried that yet … maybe I should but on second thought, maybe I'll just wait for it to actually land and for OTA-13. I don't use the camera much anyway 😄 … Thanks18:10
ubptgbot<Danfro> @Javacookies [or sometimes half is green 😅], That most of the time is fixes by restarting the app.18:11
ubptgbot<Danfro> @Javacookies [sometimes viewfinder of the camera on the xperia X becomes black, is there a qui …], I found that `sometimes` it helps to wait a couple of seconds. Something seems to be stuck. Otherwise I only know reboot.18:12
ubptgbot<Javacookies> @Danfro [That most of the time is fixes by restarting the app.], it doesn't and it's like that in all apps that use the camera18:12
ubptgbot<Danfro> I need to try the resolution thing the next time this happens.18:12
ubptgbot<Javacookies> Anyway....anyone with Xperia X Performance or other Xperia ports? … would like to ask to test a click package...and armfh by the way18:13
ubptgbot<Danfro> @Javacookies [it doesn't and it's like that in all apps that use the camera], It needs sometimes two or three restarts, but works here forbthe green half error.18:13
ubptgbot<Danfro> Just X here.18:13
ubptgbot<Javacookies> I hate Five Letters...there's always one word that I can't figure the hell out  😂19:31
ubptgbot<dohbee> lol19:31
ubptgbot<dohbee> yeah, it's not exactly complete either19:32
ubptgbot<Javacookies> it's fun to play though and it open almost intantaneously on the Xperia X … it's using Ergo now, right? … I mean your for19:33
ubptgbot<dohbee> yes19:33
ubptgbot<Javacookies> [Edit] it's fun to play though and it open almost intantaneously on the Xperia X … it's using Ergo now, right? … I mean your fork19:33
ubptgbot<Javacookies> one thing I noticed, I remeber the box flashes green when the word is correct but that doesn't seem to happen now19:34
ubptgbot<Javacookies> I'll log a bug when I get the time, for now I will sleep because I finally guessed that damn word19:34
ubptgbot<Javacookies> it's "Grant" stupid me 😂19:34
ubptgbot<Danfro> Just realized that there is a second version of that game available in OpenStore issued by Brian. Maybe one is enough? 🤓19:55
ubptgbot<Danfro> @Javacookies [one thing I noticed, I remeber the box flashes green when the word is correct bu …], True, that is missing.19:57
ubptgbot<Danfro> There could be three color flashes: right word, wrong word, word that has already been picked.19:59
ubptgbot<dohbee> it needs a lot of work still, sure19:59
ubptgbot<Danfro> I wouldn't say that though. ☺ It works. Just some small tweaks missing.20:00
ubptgbot<Danfro> The reals game changer would be an option to allow word lists of other languages.20:01
ubptgbot<Danfro> Oh, it is not themed. Always dark theme.20:07
ubptgbotHai Rb was added by: Hai Rb21:53
ubptgbotKosmic D was added by: Kosmic D22:06
ubptgbotAs Z was added by: As Z22:13
ubptgbotCrystal2200 was added by: Crystal220022:36
ubptgbot<Crystal2200> Does anyone know what's the status for cmda user, the carrier is none and can not search carrier list for ubuntu touch22:41

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