[00:28] jhodapp: what does media-hub do to make the sound indicator aware of its mpris service? [00:30] Hello, I'm interested in porting Ubuntu Touch to Nexus 5X (bullhead) however I'm having many issues, and I think they're to do with the fact that bullhead is a 64-bit device, and the existing tree doesn't seem to have any of the required make files === kaxing_ is now known as kaxing === kaxing is now known as Guest19128 [06:17] where would i report a bug relating to wifi on ubuntu touch? [06:18] system settings? [06:20] that would be ok. people will redirect it if needed [06:23] ok [06:23] actually i might just ask on the answers.launchpad.net first [06:24] my M10 isn't remembering wifi ap's properly - ie. it saves info about it, but doesn't associate the network with saved ones [06:25] so in previous networks i have a list like MyWifinetwork1, MyWifinetwork2, MyWifinetwork3 .... etc., and asks for password to the network everytime i turn on the device [06:25] any ideas? [07:38] Hi [07:38] Anyone here?? [07:40] I wanted to know what can i do to port in huawei honor holly? [07:55] DanChapman: https://code.launchpad.net/~mardy/dekko/+git/dekko/+merge/301457 [08:04] popey: hi! I guess you are the most experienced in this: I want to put a click package in a silo, how do I do it? [08:04] popey: package is dekko, built from https://code.launchpad.net/~mardy/dekko/+git/dekko/+merge/301457 [08:07] we generally just put a link to the click in citrain [08:07] which may be hosted anywhere [08:20] popey: OK; and is there a way to let launchpad build an armhf click for you? [08:25] mardy: dan usually builds the click. [08:35] duflu: great to see the wheel speed fix! :) [08:35] faenil: Yeah, but more exciting high-res touchpad scrolling comes for free from that [08:36] Need to fix other components still [08:36] I can't figure out where the offending code that's slowing down Qt apps is [08:37] duflu: yeah :) glad you found the issue in the end [08:38] duflu: at least scopes are using custom maximumVelocity and the likes [08:38] duflu: not sure about codepath for browser. It could also be that the default Flickable maximumVelocity is too low [08:39] faenil: would the max be enforced while you're still touching it? [08:39] That would explain lag [08:39] duflu: yeah I read your comment about that, I'm not sure, I don't think it should but I don't think I've ever actually read the logic there [08:40] duflu: let me have a quick peek and see if anything comes out [08:40] I don't know where to look or whether to look. It's approaching EOW [08:40] duflu: https://github.com/qt/qtdeclarative/blob/5.4/src/quick/items/qquickflickable.cpp [08:41] faenil: From the name alone it should be OK. It's not a "flick" if you're still touching the screen [08:41] duflu: wheel events surely are slowed down according to maxVelocity [08:42] faenil: I think wheel is a different problem - like wrong scaling factor (e.g. 15 instead of 120) [08:42] but when your finger is on screen, that shouldn't affect it [08:42] It's different code for wheel and touch [08:42] duflu: of course [08:42] duflu: https://github.com/qt/qtdeclarative/blob/5.4/src/quick/items/qquickflickable.cpp#L1269 this is how the wheel is slowed down [08:43] duflu: but mouseMove shouldn't be https://github.com/qt/qtdeclarative/blob/5.4/src/quick/items/qquickflickable.cpp#L987 [08:44] faenil: I think angleDelta is wrong for Qt apps. And assume there is some project other than qtmir where we convert mir events into Qt?? [08:44] Either that or we just have Qt logic with the wrong scale, and Mir is unrelated to the bug [08:44] mmm [08:45] duflu: what is the exact issue you see? the one related to the surface moving too slowly while the finger is on screen [08:45] the bug report explains the wheel stuff [08:45] could it not be just because we're 2-3 frames late at rendering? [08:45] faenil: Touch and wheels are completely separate bugs. I've been talking about multiple bugs here [08:45] duflu: yeah, do you have a bug report for the touch as well? [08:46] Yes...... [08:46] faenil: Touch is not bad. Only: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1523823 [08:46] Launchpad bug 1523823 in unity8 (Ubuntu) "Dash touch scrolling is slower (more laggy) than web browser touch scrolling" [Undecided,Confirmed] [08:47] duflu: thanks, I don't think I've seen that before in my emails, let me read [08:47] (ps: I'm just trying to see if I can help here, I'm not the input handling guru ;) ) [08:48] Bug feel free to ignore that because we can live with it and ignore it for much longer than the wheel problem after the QtMir fix [08:50] duflu: at least on Krillin I can't see that. Aside from the natural lag, that imho comes from the fact that we're missing too many frames between input processing and rendering [08:52] faenil: Graphics lag is an issue yes, but does not explain why the dash is worse than the webbrowser on the same phone :) [08:52] duflu: browser and scopes seem to behave the same, on Krillin. Maybe it's device/resolution/whatever specific. Which [08:52] device do you see it on? [08:52] All [08:53] if I just drag up and down without releasing my finger I see mostly the same (too much) lag on both browser and scopes [08:55] duflu: do you see it, right now, on krillin (BQ E4.5) on ubuntu-touch/rc-proposed/bq-aquaris.en channel? [08:57] faenil: Always. But it might just be because the dash has much higher CPU+GPU usage [08:58] Anyway, phone/touch bugs are not what I'm focusing on right now [08:58] duflu: I just want to make sure we're talking about the same thing, because I'm quite sensitive to these kind of things, and I can't see any relevant difference at this point between browser and scopes on krillin [08:58] both are a few frames behind input [08:58] but nothing like speed throttling, just rendering/input lag [08:59] so I'm wondering if I'm misunderstanding your report...do you have a video anywhere of the bug? [08:59] faenil: Don't worry about it. Long term I will finish frame notification that will kill all lag [08:59] duflu: looking forward to that day :) I still would like to see the video though, if you feel like it :) [09:00] because I do worry about it :) [09:00] Well it's 5pm on a Friday. I'm finishing smaller and simpler things right now [09:02] duflu: oh sure, no rush! enjoy your weekend! I did not mean to imply I want you to do it now ;) === Jucato_ is now known as Jucato [09:30] swalladge just out of curiosity.. Did you use the bq oem tool to reflash your m10? [09:33] 12:30 pm here [09:35] duflu: have you seen this? http://bazaar.launchpad.net/~phablet-team/qtubuntu/trunk/view/head:/src/ubuntumirclient/input.cpp [09:37] faenil: That's what I missed. Thanks! [09:37] duflu: awesome! [09:38] not sure it will help that much, but let's hope so :) [09:42] jgdx: hi! Do you have some time (and desire) to test https://requests.ci-train.ubuntu.com/#/ticket/1722 ? I've attached a dekko click to it, too [09:45] faenil: You rock. Webbrowser scrolling (etc) now fixed too [09:46] duflu: woooot :) well done! [09:46] With high-res touchpad precision now [09:46] duflu: (now I'm even more curious to see what was the actual bug that I can't seem to reproduce on krilling :P ) [09:46] awesooome [09:48] ah ok you meant you fixed wheel scrolling duflu, not touch, right? [09:48] faenil: yes, wheel and touchpads, not touch [09:48] duflu: ok, still super cool, yay [09:58] mardy, yes [10:11] tedg, hey, could you point me to the docs for ubuntu_app_launch_start_application from libubuntu-app-launch2-dev? [10:11] tedg, I fail to launch an app using an appid, even if it seemingly conforms to the spec: https://wiki.ubuntu.com/AppStore/Interfaces/ApplicationId [11:37] mardy, testing now… [11:38] jgdx: thanks! === chihchun is now known as chihchun_afk [11:44] mardy, I need to refresh in Dekko it seems. I guess Dekko has no means of getting notified? [11:44] jgdx: refresh? I'm not sure what do you mean [11:45] jgdx: you just have to give Dekko access to your gmail account, and that should be all [11:45] mardy, I got a notification, tapped it, entered Dekko. The newly received email is not visible in Dekko lest I refresh [11:45] jgdx: mmm... here it refreshed automatically [11:46] lemme try again [11:46] jgdx: anyway, the Dekko part still needs improvement, it should be made to open the new message right away [11:48] when will Ubuntu launch on phones/tablets? (I mean when will devices be available in shops) [11:49] zzarr: they are since some time. or do you mean a specific device? [11:50] mardy, right, and Dekko is dispatched with an URL sufficient to do that. So it's up to Dekko, not account-polld, to implement this? [11:50] I know they are available from ubuntu.com (I have an Ubuntu phone) I mean when operators will begin to sell them [11:51] jgdx: exactly [11:51] zzarr: they do already [11:51] zzarr: and ubuntu doesnt sell them. its the manufacturers who sell them [11:52] mardy, rog. Okay, looks good here [11:52] k1l_, I know, but service providers don't sell them yet (not in Sweden in any way) [11:52] zzarr: this is from a german IT supermarket: https://twitter.com/toddyfranz/status/672467605555453952 [11:53] jgdx: thanks, I also did some testing and didn't notice any issues; I'll hand it over to QA, then [11:53] Hello. I'm porting Ubuntu Touch to Samsung Galaxy Tab 2 7.0. The screen's native orientation is in landscape, but touchscreen expects the screen to be in portrait. So, how to set screen's native rotation? Or, alternatively, how to swap touchscreen's axes? [11:53] zzarr: well, look at the manufacturers who have ubuntu phones and if they sell to sweden. [11:55] k1l_, I didn't know they were sold in shops in Germany, but when I think about it I'm not surprised [11:55] mardy, What do you think, will this modification of account-polld available in OTA-13? [11:56] robinhero: yes it will, unless we find some regression that forces us to pull it off [11:56] k1l_, I know how to get a phone here [11:56] mardy, sounds good, thanks :) [11:56] mardy, one sec, can you reproduce this: Open dekko, swipe away dekko, receive email, tap notification: i can't open the newly received mail [11:58] k1l_, the reason for my question is when will the real native apps come, I mean there are already many very good apps [11:58] zzarr: the manufacturers have very strange strategies with where to sell and how marketing should work. i dont understand where, when and why they are selling them or not selling them. [11:58] mardy, I'll be home in a few hours, and will give it a try on my testing device :) [11:58] *at [11:58] zzarr: what native apps? [11:59] Dekko is in fact the best mail browser I have used on a mobile device [12:00] well very many apps are webapps so far [12:00] but I think that native apps give a more solid feeling [12:01] in any way, I'm impressed with the phone so far [12:02] zzarr, yeah, I think we need quantum computers to make webapps feel native [12:02] that depends on the developers beeing able to make native apps. [12:02] jgdx ;) [12:02] zzarr, :) [12:02] jgdx: trying... [12:04] there are a couple of preceding errors in the log, but not sure if pertinent or not [12:06] mardy, http://pastebin.ubuntu.com/21394369/ [12:06] jgdx: ah! weird: Dekko refreshed, shows the e-mail, but indeed nothing happens if I tap it [12:07] jgdx: actually, I cannot open any message [12:07] right, me neither [12:08] seems to be triggered by the dispatcher, as performing the steps above without tapping a notification does not reproduce. [12:11] jgdx: seems like bug 1570774 [12:11] bug 1570774 in Dekko "Cannot open message from inbox" [High,Fix committed] https://launchpad.net/bugs/1570774 [12:11] jgdx: I'll add a comment to that bug [12:11] indeed [12:12] mardy, I would think that became critical for that release though. [12:12] s/release/silo 55 [12:12] jgdx: indeed [12:51] Elleo, media-hub just exports the MPRIS dbus service [12:51] Mister_Q: re flash tool: yes' because i somehow managed to semi brick it so had to fix the partitions... [12:53] swalladge then that most likely explains your wifi bug :/ Did you "Format everything & Download" or just "Download" in the tool? Format everything deletes the imei partitions and that makes the network manager act weird even if it works on android. check if your serial number is something lik 01234 [12:57] Oh right wow. Yeah i'm pretty sure i formatted because just download didn't work [12:58] swalladge you have to send it in to bq for an imei repair :/ [12:58] I'll check out the serial numbers tomorrow. [12:58] Ouch really? Surely the bq tool should put it to factory condition? [12:58] swalladge unfortunately not [12:59] Could that explain it not recognizing/outputting to a monitor via HDMI as well? [12:59] yes ! [12:59] "format everything" does literally what it says. including _every_partition [13:00] Aaah well that explains everything. Thanks :) [13:01] thats why I've wrote a tool for reflashing ubuntu devices. to stop people from using dangerous oem tools https://github.com/MariusQuabeck/magic-device-tool [13:02] Nice [13:02] * Mister_Q may accidentally formatted everything once as well ;) [13:05] Lol I'll literally have to send it half way around the world to get it fixed... (And then back again) [13:07] you cant restore the imei partitions yourself :/ bq has to do that [13:12] jhodapp: odd, I'm doing the same (i.e. registering org.mpris.MediaPlayer2.CuteSpotify) but sound-indicator doesn't pick up on it [13:12] jhodapp: wasn't sure if there was some extra call I need to make to something to make it aware of that === _salem is now known as salem_ [13:32] Elleo, try doing a dbus capture of Rhythmbox on the desktop when it comes up and you'll capture it exporting MPRIS...that's the best and easiest example to capture and emulate [13:33] jhodapp: okay, thanks === dandrader is now known as dandrader|afk [13:50] dobey, hey, you get to take a look at that u-push hack? [13:52] jgdx: i said in irc it looks ok, but maybe not what i'd necessarily do. i'd probably just get rid of the vendorizing and just rely on the packages if possible === alan_g_ is now known as alan_g [14:00] dobey, sorry, missed that. Yeah, that's what I want too, but then we wouldn't get it to build on vivid due to a lack of deps. [14:00] jgdx: eh? then how does it build on vivid in the archive today? [14:01] dobey, yeah, but that's using the old deprecated go packages that does not exist upstream. [14:02] e.g. the code.google.com go-sqlite has disappeared upstream, and it's replacement has no deb package in vivid [14:02] as I understand it [14:02] jgdx: oh, well, all code.google.com has disappeared because google shut down code [14:03] jgdx: i'd probably kill the symlinks stuff and just fix the imports to reference the github stuff instead, if you have to use vendorized stuff there [14:04] dobey, kill the symlink to usr/share/gocode/src… ? [14:05] jgdx: no, in your MP you're making a symlink to preserve the "code.google.com/..." paths for the things that moved to github, rather than changing the imports that use them [14:08] dobey, right, so if I change the imports for sqlite to use the recommended lib, I need to backport golang-github-mattn-go-sqlite3 to the overlay. IIUIC [14:08] because otherwise the dev setup would be fine, but at build time, it would fail on vivid+overlay [14:09] jgdx: didn't you just say the current things aren't packaged in vivid+overlay? === dandrader|afk is now known as dandrader [14:11] dobey, the code.google imports have debs, the things I'm symlinked do not have debs, but we just use the code.google debs. [14:12] it's a mess [14:12] jgdx: ok, then i guess we have to use the symlinks to work around that issue for now [14:12] yeah, i am very not fond of golang === ndec is now known as ndec|vacations [15:46] Quick question: I installed multirom on my nexus 5, and my primary rom is stock Android 6.0.1 [15:47] When I install Ubuntu Touch through multirom, I cannot boot. It shows the Google logo for a bit, and then reboots [15:47] What could be the problem? [15:48] qrazi, did you install a kexec capable kernel (as suggested in the multirom app)? [15:49] Yes... (99% sure, but can't check as I left that phone at home... :-/ ) [15:59] is the appstore broken at the moment? i can not find QVBA-M :( [16:00] it is listed in uapp explorer but i can not find it in the store === dandrader is now known as dandrader|afk [16:56] olafh: on a phone/tablet, or on a PC? [16:57] olafh: are you on ota12? [16:58] olafh: that app is using a long deprecated framework which was recently removed. the app needs to be udpated [16:59] err [16:59] olafh: oops, sorry. that was for olofm who apparently left, but has a nick irresponsibly similar to yours :) [17:16] mariogrip : ping [17:16] is this page ever gonna show up? https://wiki.ubports.com/wiki/Porting-to-new-device [17:23] ohyash: You can also refer to https://developer.ubuntu.com/en/phone/devices/porting-new-device/ [17:24] genii : Doesnt seem to be updated in a long while. Does it still work? [17:34] ohyash: The process has not changed much since then, it can still be used as a guide [17:36] genii : Interesting. Ubuntu's proting guide seems pretty straight foreward. I havent seen one like this anywhere else. [17:37] SailfishOS' porting guide is pretty harder compared to this [17:46] is there a channel dedicated to debian-arm distro? [17:47] was thinking if i can start systemd manually in a chroot environment [17:47] try talking in raspbian's channel. (if it exists, IDK) [17:47] There's also #ubuntu-arm but it's usually somehwat quiet in there [17:49] maybe #debian-arm ? :) [17:51] population 10 :D [18:01] how hard would porting ubuntu-touch be if my device comes with cyanogenOS installed, sources are in git, and I've never ported any OS before? === zulucloud1 is now known as zulucloud [18:06] do you know the source coude of you device well? [18:07] drivers, apps which integrate with the drivers [18:10] hwk, havent checked into it.. But I guess yes. They're opensource friendly, thats what they said when they launched to company. (YU) [18:12] hwk, here : https://github.com/YUTeleventures/device_yu_lettuce === mimecar_ is now known as mimecar === dandrader|afk is now known as dandrader [18:25] dont see much code there [18:28] How do I use whatever's required from there? [18:28] Oh, and how much time approximately does final rom compilation take? [18:34] it's not a matter of just compiling things and then it will work [18:34] porting a device takes a whole lot of time, even for someone that knows what they are doing [18:36] dobey, was just asking cuz my laptop run AMD A4. which takes half and hour to compile compiz. and almost 2 to compile wine [18:38] ohyash: right. i don't know how long it will take to cross-compile the stuff [18:39] Can anyone with supported device give me the content of /etc/ubuntu/devices.conf, please? [18:51] hi [18:52] how does app separation / permission restrictions work on U/T? like: how does it keep a website from telling my location from the GPS module? keep games from telling my movement profile to their authors? etc [18:53] well, if you allow a game to access your location, then while that game is being played, it can freely send your location data to somewhere on the internet [18:53] however, while the screen is locked, or the app is in the background, it is not running, and can no longer process data [18:54] if an app needs location data, then when it tries to use the API the first time, you get a popup asking if you want to allow/deny it access to location data [18:55] there's similar popups for camera and mic access [19:33] hello [19:34] I've got a nexus 4 which i've put ubuntu on. I've bought a slimport adapter to vga, the screen detects a signal, but just shows a black desktop. [19:34] are there problems with certain hardware? [19:44] abcd: very possible, yes [19:45] abcd: have you verified the adapter works with android? [19:45] dobey: thanks [19:45] dobey: nope, I could put android back on.... [19:46] other than that can anybody recommend one that works? [19:46] good evening everyone, somebody around who is using syncevolution? [19:47] abcd: well, i don't think anyone has tested any that would use vga anyway. i think only ones that have been tested are hdmi. [20:01] dobey: I meant: where are these permissions defined? how does control work? [20:10] where do I find documentation about Touch? api descriptions etc [20:20] DexterF: https://developer.ubuntu.com [20:22] dobey: thanks [23:14] Mister_Q: yep, my M10's serial number is 0123456789ABCDEF [23:14] swalladge then you have to send it to bq sorry