=== vying is now known as Guest30917 === chihchun_afk is now known as chihchun === vying is now known as Guest66967 [05:35] janimo: no I've just run other tests on the desktop so far like Qt Creator [06:27] evening. got a few questions if any one has time to answer. [06:27] having an issue installing trusty on a nexus 4. [06:27] Had saucy installed but went back to android wanted to test trusty and am having issues flashing boot [06:28] verified the md5 and still get invalid boot image. running 4.4.2 currently [06:28] yes its "LOCK STATE - unlocked" [06:29] Got the same error when trying to flash the stock JWR66Y boot loader as well from developers.google.com [06:38] Writing the most recent bootloader (krt16s) is successful [06:57] hi [06:57] Anyone know which OS of Ubuntu is used to install mobile version? [06:57] any os with android sdk installed [06:58] https://wiki.ubuntu.com/Touch/Install#Manual_Download_.26_Installation [06:58] scroll down to manual install [06:58] I going to install on micromax a100 [06:58] Thanks [06:59] np [07:50] am now getting this: [ 258.059484] pil pil3: dsps: Failed to locate dsps.mdt [07:50] [ 258.059758] dsps_load: fail to load DSPS firmware dsps. [07:51] from dmesg on devices [07:52] from a clean load of 4.4.2 i was able to flash everything. would only boot to a black screen and sit there for ~15 minutes. am now flashing jwr66y and am going ot try installing from there. [08:00] guest123: are you using the precompiled images for booting ubuntu touch? [08:01] yes from manual install instructions [08:01] Do you have any idea about compiling the images from cyanogenmod images? [08:03] havent done but could figure it out [08:04] booting to a black screen after restoring jwr66y and this: http://pastebin.com/sQ7Agujr [08:04] ok.. i have the same issue, the device boots into a black screen and stays in the boot loop.. im not sure how to get the boot logs..could you please point me in the right direction? [08:04] i ran dmesg and got an issue with dsps firmware [08:04] try adb shell while black screen [08:04] then dmesg [08:06] it gives me permission denied.. [08:06] on dmesg or adb shell? [08:06] adb shell [08:06] run as root [08:07] prolly started adb server as root and trying shell as user [08:07] issue with the pre compiled image? [08:07] yes tried that.. but somehow the demsg and all system logs are giving me permission errors when i try to read them [08:08] pastebin? [08:08] i'm not sure.. that was the reason i was trying to compile the cyanogenmod to ubuntu touch.. [08:09] pastebin the errors you are getting [08:10] i dont have the device with me now.. would you be available at a later time to help me with the issue? [08:10] probably not but someone will be here im sure [08:11] ok. [08:12] what android version was your device on [08:13] android 4.1.2 [08:13] what device [08:13] note 2 [08:14] so the issue is in touch ui [08:14] it gives me something like this [08:14] http://pastebin.com/3jS4zhFr [08:14] run as root? [08:14] yes [08:15] try (as root) kill `pgrep adb` && adb [08:16] coming from jwr66y i got a full boot into ubuntu touch, however, no UI [08:16] recognizes power button wakeup and switches the backlight on however no gui [08:17] meh ill wait a couple of days then try again [08:17] assuming the issue gets fixed that is [08:26] good morning [08:26] morning [08:27] 6 hours behind you here [08:27] so pardon the lag :) === oSoMoN_ is now known as oSoMoN [09:27] Hi there [09:29] New to ubuntu touch, I found latest builds, and I noticed the different names for different devices : manta, mako, maguro and grouper, but what is goldfish? [09:29] the emulator in android, typically [09:30] oh ok! [09:30] I was hoping it was a pre-version for nexus 7 flo/deb :'( [09:42] sforshee: did you see my message on friday about the powerd brightness api? [09:54] Laney: I just saw it a few minutes ago, I was off on friday and travelling over the weekend [09:59] sforshee: okay, the one about getting the current state is more important to me [09:59] (it's a checkbox in the UI) [10:04] Laney: what state information are you after? [10:05] sforshee: https://wiki.ubuntu.com/Brightness#Phone [10:05] if "auto brightness" is enabled or not [10:06] Laney: but shouldn't you be _telling_ powerd about the state, since you know the user settings and powerd does not? [10:06] fwiw autobrightness is always going to be disabled at boot until you tell powerd to turn it on [10:08] the settings application doesn't know if it's 'at boot' or not [10:08] we will tell powerd to turn the setting on or off, but it should also be able to tell us what the current state is [10:09] it's a d-bus api, someone else could have toggled it [10:09] (which is one thing that using properties allows us to have - change notification) [10:09] Laney: well something is going to have to tell powerd the user settings initially, because powerd doesn't know what to use when it starts [10:09] there isn't an api to get the current settings, so if it's really needed then it will have to be added [10:09] why don't you store them? [10:10] why should a system service store user settings? [10:10] what if different users have different settings? [10:10] then you load the right one [10:16] I'll report a bug [10:17] Laney: I don't think user settings belong in powerd, but you should take it up with ChickenCutlass if you feel differently [10:18] something needs to set it so that when the phone is restarted the right settings are applied, and there needs to be a way to query the state [10:22] Laney, sforshee so from my understanding the settings should live in the settings app. [10:22] what does 'live' mean? [10:22] yeah, and it should set the right config once the unity8/user session is started [10:22] I'd guess powerd would have it disabled by default, until the user session is fully up [10:23] rsalveti: correct [10:23] system-settings is an application, not a mechanism for initialising settings [10:23] right, not necessarily system-settings [10:23] but something else [10:23] powerd is a system daemon, shouldn't have to know anything user specific [10:23] I think it'd be a strange design, but at the end of the day what I need is a place to query the current state [10:25] and powerd has to know that to apply the setting, so it seems like it should be on its d-bus api [10:25] initialisation is a separate question I guess === dandrader is now known as dandrader|bbl [10:26] Laney: the api could be added to powerd, but at boot the settings are just defaults [10:28] Laney: so if system-settings asks powerd instead of pulling up the save user settings then the user settings just get reset every time the device reboots [10:28] right, I get that - but something (that's not system-settings) has to initialise it /anyway/ [10:29] otherwise the user has the wrong settings [10:29] and at that point powerd knows the value, so can be queried for it [10:29] so you just hope that something has initialized them with powerd and is giving you back the saved user settings? [10:29] seems like you should just ask whomever saves the settings [10:30] It's asking powerd about the policy that powerd is applying currently [10:30] hmm, but there's a problem if setUserBrightness isn't going to store its value [10:31] erm, userAutoBrightnessEnable I mean [10:31] sigh [10:31] Laney: it's not going to store it across reboots [10:31] it knows the current value it's using [10:31] is that setting an user one or a system one? [10:31] should we just define a gsettings key? someone needs to set it; who's that going to be? [10:31] unity8? [10:32] it's a user setting [10:32] if that's an user setting I guess unity8 should apply the value on session start/store it when it changes [10:32] yes [10:33] Saviq, ^ wdyt? [10:33] I'm going to define a key and file a Unity8 bug to have it synchronised with powerd [10:33] means less cpp in that panel at least [10:34] Laney, seb128, sounds fine I think [10:34] Saviq, thanks [10:34] ty === vrruiz_ is now known as rvr [10:44] flo version for multirom : http://forum.xda-developers.com/showpost.php?p=49759813&postcount=308 nice! === Guest16062 is now known as fmasi [10:47] changed [10:56] Morning all === MacSlow is now known as MacSlow|lunch [11:06] if I flash ubuntu touch after flashing android 4.4 on the device will radios work ? or should I first go back to 4.3 ? [11:07] om26er, couple of weeks ago I had to go back to 4.3, don't know if now is fixed [11:07] you can just reflash radio with 4.3 (what I've done) after install with 4.4, but it seems better to downgrade properly before [11:08] https://wiki.ubuntu.com/Touch/DualBootInstallation#Android4.4Radio === chihchun is now known as chihchun_afk [11:21] mpt, hey [11:21] mpt, https://wiki.ubuntu.com/SoftwareUpdates#Phone ... should the "Install Updates" button be "update" (lowercase)? [11:27] hi, i have a question about low-power states in the phablet image [11:27] which ones are there - how are they entered/when, and do they have any analogue to traditional s3/s4 power states? [11:34] jdstrand: hi! Under apparmor, if an app has access to a symlink file, does it gets access to the symlinked file too (even if normally it wouldn't be able to access it directly)? [11:43] I'm flashing Ubuntu Touch on my Nexus 5 now :) === _salem is now known as salem_ [11:45] Mirv: hi! I suspect that the reason of the failures with Qt 5.2 (signond and signon-ui, at least) is that Q_ASSERTs were a no-op in the previous builds [11:46] Mirv: did you enable them yourself in Qt 5.2, or is it something we inherit from upstream? [11:52] ogra_, any ideas ^ (my question) [11:59] it works. just basic, but it works :) [11:59] FuLgOrE, :_ [11:59] oops, :) [12:00] FuLgOrE, i've found that pretty much everything works except audio [12:00] cwayne: I have some trouble with touch screen. sometimes I cannot go back to the homescreen [12:00] but I made a reboot now [12:00] and I have trouble to connect to my wifi on the regular way (maybe I edit the config file later) [12:01] for a 24h old alpha version it works very nice :) [12:03] mardy: I shouldn't have touched anything related to those. tsdgeos might have bumped into the Q_ASSERT behavior change already possibly. well, hmm, of course it might also matter that as per request the PPA Qt builds are done using debug options to get better backtraces in case of crashes. [12:04] Mirv: well, stuff should not rely on Q_ASSERT being noops :D [12:04] Mirv: most likely that's the case [12:04] nor the other way around [12:04] mardy: but no other packages seem to have exactly that kind of problem [12:04] tsdgeos: agreed [12:04] Mirv: actually i fixed a bug somewhere about that [12:04] don't remember where [12:04] can check [12:05] tsdgeos: you fixed accounts-qml-module, and now I found another case in signon-ui [12:05] this one [12:05] https://code.launchpad.net/~aacid/qtubuntu-sensors/temporary_open_file/+merge/202874 [12:06] tsdgeos: the problem is that the one I found now cannot be fixed, because QtDBus lacks some APIs [12:06] ah [12:06] that one [12:06] yes [12:06] i reached the same conclusion [12:06] sorry i did not report :D [12:06] you have invalid messages [12:06] and you can't really create fake ones [12:06] tsdgeos: yep, to mock an interface [12:06] right? [12:06] tsdgeos: correct [12:06] mardy: that's the outcome of Mirv building the ppa pckages with debug enabled instead of release [12:07] but i think we should still have stuff work on debug [12:07] tsdgeos: I'm filing a bug on QtDBus to see if we can add some specific APIs to enable mocking, but I'm afraid that in the meantime I'll just have to disable the tests [12:07] thing is, that assert seems "too much" to me, i.e. stuff works without the assert [12:07] so why is the assert there? [12:11] hmm, if I use 'adb shell' I'm directly connected as root. Is that correct? [12:12] FuLgOrE, right [12:13] ok [12:13] we'll drop that soon so you will end up as phablet user and have to use sudo (like on a desktop) [12:13] ok, good to kno [12:13] w [12:15] the phone stays a bit hot, sometimes if I want to type something, some letters are missing and if I go back from somewhere (e.g. dialer) to the home screen, the little preview shows strange things (pixel party :D) [12:15] but the most things are working [12:15] very nice :) where can I find the terminal app? [12:17] and sometimes I have a big vertical stripe in middle/left side of the screen [12:17] FuLgOrE: under applications? but there are keys there that aren't working currently known bug that needs fixing [12:17] FuLgOrE, that's the side-stage messing up. that's fixed in later versions (with an update to ubuntu-touch-session) [12:19] cwayne: thx | davmor2: when I tried to enter my wifi password, once I had no "v". the field was working but I couldn't see the letter. when I switched to numbers and back to letters it was okay again [12:24] tsdgeos: FYI: https://bugreports.qt-project.org/browse/QTBUG-36475 [12:24] Mirv: meanwhile I'll disable the failing tests, then [12:25] mardy: ok, makes sense at this point I guess. [12:27] it looks like unity8 eats 50% cpu [12:27] o.O [12:27] 1650 phablet 20 0 412856 116480 57600 S 48.0 6.1 13:27.13 unity8 === MacSlow|lunch is now known as MacSlow === salem_ is now known as _salem === _salem is now known as salem_ [12:45] fginther: is there anything wrong with jenkins, or is this something related to dialer-app itself somehow: http://s-jenkins.ubuntu-ci:8080/job/dialer-app-ci/135/ === dandrader|bbl is now known as dandrader === gatox is now known as gatox_bbl [13:06] brighness control is not working on N5 (just for your information, not important for me) [13:07] ah [13:07] FuLgOrE, just confirmed here [13:07] if anyone (yes, please!) wants to try out seeing the problems and filing bugs for whatever components when running Qt 5.2, one can break his/her Nexus 4 quite well with the instructions at http://pastebin.ubuntu.com/6808355/ -> but Unity 8 will run at least to an extent. ppa-purge (or image updater) works to downgrade. [13:12] Laney: hey, about your MR for telephony-service, is the other MR already landed? I mean the system-settings one [13:13] boiko: no, it's preferred to do them in sync [13:14] if you want to review the code / approach then we can think about landing afterwards [13:14] Laney: ah ok, but is it ready for reviewing/merge already? I just don't want to merge code in telephony-service that might block it from releasing [13:14] seb is reviewing u-s-s ~today [13:14] so comment but not top approve if you want [13:15] Laney: nice! I will review that in a couple hours then (almost lunch time here) [13:15] cool, thank you [13:15] I sent myself a sms. the sms symbol changed to blue color. but the "lock screen" shows "no data sources available" [13:17] have you enabled stats on settings? just in case ;) [13:19] ybon: no. do you know where I can get a manual for ubuntu touch? :D I have some simple questions a manual could answer I guess [13:19] I don't want to bother you guys for nothing [13:20] FuLgOrE, it's not a bother, you've been quite helpful in fact :) [13:20] I cannot believe that I was helpful :D I didn't do anything :D [13:23] FuLgOrE: I don't know any use manual, sorry ;) But some says that a device that needs a user manual has a bad UI, so... ;) [13:24] user* manual [13:24] Anyway, the stats on welcome page settings in on "privacy" [13:24] thanks [13:24] wow [13:24] i didnt even know that [13:26] cwayne: yes, it's activated [13:26] german: Status auf dem Startbildschirm :D [13:29] I'm still searching the terminal app. I saw in settings that it is installed but it's not on one of the home screens [13:31] Elleo: is that you https://twitter.com/mikesheldon ? :) [13:31] re: Canal person hacking Ubuntu Touch ;) [13:32] ybon: yep :) [13:32] aaaaahh :) [13:32] So I was already following you [13:32] heh, small world :) [13:32] And so you know Richard from OSM too, right? [13:32] rsalveti, are you around? [13:33] ybon: yeah, I don't know him massively well but we've chatted about canal + OSM stuff in the past [13:33] fun :) [13:33] mardy: hi! symlinks are resolved before evaluation, so the actual file is used [13:34] Elleo: I think I remember him pigging both you and me on Twitter about the waterway rendering I'm working on ( http://fluv.io/ ) [13:34] ahh, that was you, awesome [13:35] So, next step, a waterway navigation app on UT :p [13:35] yeah, I think it was around the time richard mentioned getting locks rendering properly [13:35] hehe, yeah :) [13:35] jdstrand: OK, so if a click package has a certain file, and uses a click hook to symlink it to a file in ~/.local/share/accounts/services/ (which is supposed to be readable by all click apps), other click apps won't be able to read this, right? [13:35] I notice your map is missing a lof of UK canals, I wonder if they've been tagged differently [13:35] lot* [13:36] well "missing" as in not as highlighted as most === salem_ is now known as _salem [13:37] boiko, It appears to be a transient issue, the failures are caused because the touch device couldn't contact launchpad, but other test runs are passing. I'll experiment a bit [13:37] Elleo: yes, I should investigate [13:37] each reboot I have to type in my wifi password again. And each time a new config file will be generated (with serial number 1, 2, 3, ...) [13:39] fginther: thanks [13:42] is there a way to use ssh-server on the UT-phone ootb? [13:43] I tried "ssh root@ip" and "ssh phablet@ip" [13:43] both times connection refused [13:43] FuLgOrE: adb shell start ssh [13:43] thx :) [13:44] actually [13:44] that'll start it as root, you may want a user-started sshd [13:46] actually it works fine for me! [13:46] mardy: right, cause they won't have access to the file in /opt [13:47] (or wherever the click package is installed to) [13:48] mardy: it will probably need read access to the ~/.local/share/accounts/services/ directory though, so it could potenentially get information from there [13:48] tsdgeos: ok unity-scope-click was getting uninstalled because ubuntu-purchase-service was not set to recipe build. after that one gets built it's possible the apps start to work. there are still a small handful of packages that need to be uninstalled when upgrading. [13:49] mardy: we've tried to minimize info leaks of this sort, but it isn't always possible. In the case of online accounts, it can get a list of account types from the API iirc, so there isn't a real issue there [13:49] (correct me if I'm wrong) [13:49] I also built cordova today which resolved that one and html5 container packages, and I'll continue looking at the remaining problematic packages tomorrow (although I believe most of them are due to qt-videonode) [13:49] Mirv: cool [13:52] jdstrand: the online accounts API to enumerate the providers and services is implemented as a library, so it uses the permissions of the app [13:52] jdstrand: but I think that's fine [13:52] dbarth: ^ === gatox_bbl is now known as gatox === dandrader is now known as dandrader|afk [13:53] rsalveti: As you could read before, I flashed UT on hammerhead. At first many thanks for creating that nice image! How can I support you to solve some issues? In which way you would prefer something like a bug report? Or does anybody else from the community have to do that now? [13:57] mardy: reading the backlog [13:58] mardy: otoh you could have a fake dbus server for your tests, but of course, that's a bit more of a work :D [13:58] mardy: ok, so we're clear then [13:58] mardy: objection dismissed ;) [14:02] ups! Each time I reboot, I will have to set up wifi again. And each time I get a new wifi interface (wlan7 at the moment) [14:05] boiko, I reran the mako test job, this time it executed but hit a dailer-app crash: http://s-jenkins.ubuntu-ci:8080/job/generic-mediumtests-runner-mako/4858/ === dandrader|afk is now known as dandrader [14:19] could you please do me a favor and check the ut-mailing list if you got an email from me (Georg Schmitz) with this subject: Re: [Ubuntu-phone] Call for testing: experimental 4.4.2 based images [14:24] FuLgOrE, i dont see one [14:25] cwayne: thanks. the chinese internet connection makes me crazy -.- [14:26] I try it with vpn, brb === zoopster_ is now known as zoopster [14:31] cwayne: Is my mail there? It should have worked. Damn Internet connection. Sorry for making trouble... [14:31] FuLgOrE, yep [14:31] thx :) [14:38] regarding the "several wlan devices" issue, did that happen on other devices than Nexus 5 as well? Each reboot I have to manually set up the wifi connection and each time I get a new wifi interface [14:40] FuLgOrE: works fine here on a non 4.4.2 system so might be an issue on that version [14:41] salut didrocks, do you know when the bot releases a new ubuntu-html5-theme? I think you answered a similar question in the past, but I can't quite remember the answer [14:42] dholbach: it will be once ubuntu-html5-theme upstream put a new landing ask on the spreadsheet and we assign a slot (and we can promote the next image which isn't the case right now) [14:42] ok cool, thanks [14:42] kenvandine: any idea on how to coordinate the landing of the app-access branch of u-s-s-o-a with friends-app and other apps using online accounts? (such as the Reminders app) [14:43] dholbach: yw! :) [14:43] didrocks, I thought the package uploads to the archive were (sort of) unrelated to things landing on the image [14:43] kenvandine: if the app-access branch lands before these apps get updated, they will still be able to use the accounts they've been using so far, but not any newly-created account [14:43] mardy, will landing the app-access branch break any of the apps? [14:43] ah [14:43] kenvandine: because by default new accounts will be created with an empty ACL [14:44] dholbach: they are totally related, we don't want to introduce new regressions if already we can't promote an image [14:44] hey tedg, on this MP, https://code.launchpad.net/~ted/ubuntu-calendar-app/url-dispatcher/+merge/201543 would you mind merging trunk and re-pushing? I'll then top-approve [14:44] mardy, is it just friends-app and reminders? [14:44] dpm, Sure [14:44] great, thanks! [14:44] mardy, and are they all ready to be merged? [14:45] kenvandine: AFAIK, but I don't really know [14:45] didrocks, thanks [14:45] kenvandine: no, I didn't propose a branch for the Reminders app yet [14:45] mardy, any risk to the desktop? [14:45] kenvandine: I don't think so, this code is not used on the desktop [14:46] ok, well lets make sure all the branches are ready to be approved [14:46] and get them on the landing plan [14:48] mardy, should we wait til after it's all landed and confirmed working before we do the click-hooks merge? [14:49] cwayne: good idea [14:49] yeah, makes sense [14:49] although there's nothing particularly dangerous about that MR, i'm happy to wait to make sure stuff's working :) [14:51] ping mardy. You are back right? When you have some time, I have some questions about online accounts and autopilot [14:55] elfangor: yep, feel free to ask [14:55] elopio: ops, that was for you ^ [14:55] elfangor: sorry for the noise :-) [14:57] mardy: welcome back. I hope you are having a nice time with your child :) [14:57] mardy: I'm trying to start system settings like this: [14:57] $ system-settings online-accounts [14:57] but I get: file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/ListItems/SingleControl.qml:59: Unable to assign [undefined] to bool [14:59] dpm, Updated, also switched to be more like the desktop stuff that had been changed. [15:00] elopio: are there more messages? [15:00] tedg, ah, nice, thanks! [15:01] mardy: http://paste.ubuntu.com/6826589/ [15:01] mardy: no problem :) [15:02] elopio: OK, I tried it just now and I get the same error, which means I'll hopefully fix it soon [15:03] mardy: the control has no pressed property? [15:03] the SingleControl seems to assume that, but doesn't really check for it [15:04] mardy: OK, I'll file a bug for you. [15:04] mardy: I'm trying to add an ubuntu one account from autopilot to test the click scope. Is there a way to do that with the accounts CLI? [15:04] you could work around it by adding the pressed property, or by setting SingleControl.pressed: false [15:08] mardy: https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1273262 [15:08] Ubuntu bug 1273262 in Online Accounts setup for Ubuntu Touch "Error when opening the online-accounts panel from command line" [Undecided,New] === rachelliu_ is now known as rachelliu [15:11] bfiller, hi [15:11] attente: howdy [15:11] elopio: thanks [15:12] elopio: yes, you can, using the account-console tool [15:12] bfiller, talking with seb128 about if it makes sense to not use the spell-checking-languages key [15:12] attente: we have no support for it in the code currently [15:12] Hey guys. Is it possible to port Ubuntu Touch to the BeagleBone Black? If so, what steps would be involved? Thanks! [15:12] bfiller, do you plan to support it? [15:13] seb128: don't think so, the spell checking is tied to the current keyboard language [15:13] bfiller, that sucks :/ [15:13] seb128: so the spellchecker when enabled automtically uses the proper language [15:13] seb128: not sure of it's value.. [15:14] it will use the active language's dictionary [15:14] elopio: account-console create --help [15:14] bfiller, well, as a french user I'm using azerty layout only, because that's what I'm used to [15:14] bfiller, but I need to write in english all day long because you guys don't want to write french to me :p [15:14] mardy: I gave it a try and got stuck after the login: [15:14] http://paste.ubuntu.com/6826645/ [15:14] I suppose I'm missing something. [15:14] bfiller, on my desktop I've english and french dict both available all the time on my azerty layout, since I keep switching languages [15:14] seb128: yeah that makes sense [15:15] seb128: so we'll look into adding that then, but definitely don't have it now [15:16] seb128: shouldn't be too hard I don't think [15:16] elopio: does U1 actually use a different authentication than plain password? [15:16] bfiller, thanks, do you want a bug report for it? [15:16] seb128: would be good [15:16] mardy: it uses oauth, I think. [15:17] elopio: I think that your paste shows that you got it working: you are successfully reading the password [15:17] elopio: AFAIK, no, but let me double check [15:17] seb128: and I know supporting the spell checking langs was part of the design, unfortunately thomas didn't implement it that way - so we'll need to do some rework [15:17] mardy: so, maybe it's just that the UI is not showing me the account info. [15:17] elopio: nope, no oauth (see "cat /usr/share/accounts/providers/ubuntuone.provider") [15:18] I'll try to continue the test with this. [15:18] elopio: maybe you just have to enable it (account-console edit 18 --enable) [15:18] seb128: so basically you want to be able to switch what spell checker you are using and not have that tied to the current keyboard layout, correct? [15:18] mardy: which brings another request. It would be really nice if we expose account-console as a python module, so we can import it and use its methods, instead of run the command. [15:19] seb128: like french layout with english spell checker dictionary [15:19] bfiller, yes, I think in really most users use 1 keymap (why change when you are used to something) but can type in different language [15:19] elopio: maybe, but if you look at account-console, it's actually just a small script written using the accounts python bindings, so I'm not sure it's worth [15:20] bfiller, right, I write in english/french/german on my azerty layout for example [15:20] seb128: makes sense [15:20] mardy: hum, I didn't notice that. Ok, so I'll give it a try before asking for a package. [15:20] thank you! [15:20] elopio: yw [15:21] seb128: one change we'd need to make is decouple the hunspell packages from the keyboard-language plugin packages currently they are deps of the keyboard-language package [15:21] N5 and USB otg makes a lot of fun :D [15:22] seb128: actually maybe not, they are all currently installed anyway but mightnot be in the future [15:22] attente, seb128 : can we land the changes we've already discussed in u-s-s then work on enabling spell-checking-languages next? [15:24] attente: or just have spell-checking-language always default to the active-lang for now until we add support in the backend [15:24] bfiller, https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1273275 [15:24] Ubuntu bug 1273275 in ubuntu-keyboard (Ubuntu) "The osk shouldn't assume that active layout = language in use" [Undecided,New] [15:24] bfiller, sure, we can land the switch to enable/disable and keep the other options hidden until we get support for those [15:25] cool [15:25] ok, i'll just revert some of those deletions [15:26] is the 4.4 code up on gerrit? [15:28] oSoMoN_, \o. You've mentioned switching to oxide in [1]. When do you expect this to happen? https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1269846 [15:28] Ubuntu bug 1269846 in webbrowser-app "changing OPTION in a SELECT is not visible until SELECT blur" [Medium,Confirmed] [15:30] jgdx, there are high hopes this can happen in time for 14.04, but we’re not exactly there yet, we’ll be sprinting on oxide next week and it should give us a much clearer idea of whether this is doable === oSoMoN_ is now known as oSoMoN [15:30] jgdx, short answer: ASAP :) [15:32] Cimi, you are working on the welcome wizard yeah? I think that merge proposal is in your court right now [15:32] mterry, currently on preview widgets [15:32] oSoMoN, okay thanks. :) Good luck [15:33] thx [15:36] The lastest ubuntu touch daily build is not booting on my nexus 4. All I get is a black screen. [15:37] which channel do you use ? [15:37] (trusty/devel is definitely fine here ... ) [15:38] I did a manual flash [15:38] I probably will just reinstall android and flash it the conventional way [15:38] hmm, might be that you need to touch /home/phablet/.display-mir for that to work (via adb shell) [15:39] we havent tested manual in a while [15:40] Sorry for being a noob but what do you mean by 'touch'? [15:41] what i wrote :) [15:41] adb shell touch /home/phablet/.display-mir [15:41] adb reboot [15:41] and see if the UI comes up then [15:41] Got it thank you [15:42] if that doesnt work, use the normal method via phablet-flash ... that definitely works and gets regular testing [15:43] Touching /home/phablet/.display-mir worked! Thank you [15:43] great [15:43] note that you can not do over the air updates of such an isntall [15:44] Oh I didn't realize that. I am going to phablet-flash then [15:48] Wardane: touch is a command that just updates the timestamp on a file or creates an empty file if one doesn't exist in order to update it's timestamp. [15:54] Hi, quick question, please - sorry if I'm being stupid, but how do you install apps, now? As I understand it, they should appear as search results, now, rather than there being an explicit app search/install programs, correct? If so, then I don't seem to be able to find any - I've got the Click Packages enabled, am on 14.04 r144 and have internet connectivity as the music app just updated. Does anyone have any new apps I c [15:54] tedg, how will upstart_app_launch_start_multiple_helper deal with apps with SingleInstance=true in the .desktop file? [15:55] kenvandine, It doesn't know anything about desktop files, so it'll ignore it. [15:55] barry, bug 1273288 for you :) [15:55] bug 1273288 in ubuntu-system-settings (Ubuntu) "On installes where no OTA upgrade is possible, system-image should not attempt an upgrade" [Undecided,New] https://launchpad.net/bugs/1273288 [15:55] tedg, great [15:55] (and probably seb128 too, not sure where the thing should be blocked) [15:55] kenvandine, untrusted helpers are indepenent there. [15:56] ogra_: thanks, looking === dandrader is now known as dandrader|doctor [16:00] ogra_, is that a supported usecase/scenario? [16:01] seb128, developer mode is supposed to get a UI switch at some point (and i guess also a switch to make the img rw), once this is set, OTA should be disabled [16:02] ogra_, I've been using image updates with rw one for a while, seems to work fine? [16:02] ogra_, what is "OTA" btw? [16:02] seb128, the cdimage images/zip installs are indeed not a supported usecase, but all ports currently (and likely for a while) use this install method ... which means they all get this behavior [16:02] seb128, Over The Air updates :) [16:02] over the air updates [16:02] :) [16:03] ogra_, well, I'm fine having a spinner just spin on non supported images, but if you can support from the backend to check for those case and a design I'm fine doing the UI changes [16:03] ogra_, I'm not going to go out of my way to do that though, ETOOMUCHTODO already without trying to solve non supported cases [16:03] seb128, they replace parts of the system ... if you made changes that gets you weird results ... (install htop in a rw image, do an upgrade, then do dpkg -l htop .... you will notice htop is gone from the dpkg db ... but the binary is still there) [16:04] seb128, ok, i'll stop filing bugs then [16:04] regarding each reboot=new interface (Nexus 5): it always changes the mac-address [16:04] ogra_, right, that works fine enough for my usecase (installing new settings to test them) [16:04] ogra_: Are you just a volunteer or you're from Canonical? [16:04] ogra_, if I had to redownload/do a new install every day I would be really annoyed (or stop testing on the device and keep the image ro) [16:04] OttOmanTR, i'm working for canonical [16:05] seb128, well, it will eventually break if you do OTA upgrades over a rw image ... note that i didnt say it needs to be fixed soon or anything ... [16:05] ogra_: I appreciate your work guys, thanks a lot to the team [16:06] but well, bugs seem to not be wanted ... i thought it might help to have it noted down [16:06] (on a sidenote i filed it on request of one of the download-manager devs sitting here at the table) [16:07] ogra_, it's not that bugs are not wanted, but as said we have too much to do atm ... anyway, set it as wishlist let's see if we ever get to it ;-) [16:08] http://paste.ubuntu.com/6826897/ <-- dmesg | grep wlan [16:09] I think I got it [16:09] [ 1.805180] bcm_wifi_get_mac_addr: Failed to get information from file /persist/wifi/.macaddr (-2) [16:10] the path /persist doesn't exist... [16:10] rsalveti, ^^ [16:11] this image is RW. could somebody cat me the information from /persist/wifi/.macaddr?? :D [16:11] I will inform rsalveti via mail later === charles_ is now known as charles [16:12] than I hopefully get my wifi working, without typing the password every time. that makes me crazy :D [16:13] wlan936 also makes me crazy :D [16:14] or /etc/udev/rule.d/70-persistent-net.rules = 50mb is also strange ;-) [16:14] I'm just joking... === _salem is now known as salem_ === salem_ is now known as _salem [16:29] How do you take a screenshot? === _salem is now known as salem_ [16:30] phablet-screenshot from your desktop :) [16:31] (when your devide is plugged in, of course ;) ) [16:32] Perfect thank you [16:36] rsalveti, bug 1273308 [16:36] bug 1273308 in android (Ubuntu) "lxc-console -n android -t0 does not work on flo images" [Undecided,New] https://launchpad.net/bugs/1273308 [16:43] fginther: trying to check what's in the backtrace [17:12] seb128: where do we put shared components in u-s-s? [17:12] we had the SettingsCheckEntry before but I forgot where it was - can you remember? [17:13] Laney, https://code.launchpad.net/~laney/ubuntu-system-settings/remove-settingscheckentry/+merge/188320 [17:13] Laney, src/SystemSettings in seems [17:13] it [17:13] oh ok [17:13] we had them compiled in [17:14] ah no, that isn't [17:14] nod [17:25] Hi, is there a seperate forum for Nexus 7 issues or this is it? [17:32] auro, this channel is for all ubuntu touch related issues ... [17:35] orga_, my first time on IRC. I used the ubuntu touch instructions and bring it up on 13.10 on Nexus 7. Is a 8GB machine. I wanted to report some behaviour. [17:37] dpm, kalikiana, i've run into a hiccup trying to get the dynamic language switching to work across the entire device [17:38] mainly there's seems to be an issue with apps in general being unable to access the user's language through accountsservice (permissions problem it seems) [17:38] hi attente, oh, what was it? [17:38] oh [17:40] in accountsservice, a call to sd_pid_get_session() is made which returns EACCES === gatox_ultra is now known as gatox === bfiller is now known as bfiller_afk [17:51] Hey guys. Is it possible to port Ubuntu Touch to the BeagleBone Black? If so, what steps would be involved? Thanks! [17:54] hedz09: have you seen the porting guide? [17:55] hedz09: https://wiki.ubuntu.com/Touch/Porting [17:57] Yes, I've seen it but Cyangenmod hasn't been ported yet to the Beaglebone Black (not that I'm aware of). === alan_g is now known as alan_g|EOD [18:05] Looking for some advice from those experienced with porting on where to start. === bfiller_afk is now known as bfiller [18:10] hedz09: that might be a problem then [18:18] Laney: where can I get accountsservice-ubuntu-touch-schemas from to test your changes? [18:32] Trying to port Cyangenmod would be the first step? [18:43] please help to install for 1777 [18:49] popey, Could you try my app again? http://ubuntuone.com/2ECSspw1A5N1RwKdcTh1BM [18:50] labsin: sure thing! [18:51] Can anyone give me a link or tell me how to install a click package to Ubuntu Touch? [18:52] what do we use these version tarballs for? https://system-image.ubuntu.com/devel/mako/ [18:52] cwayne: ^^ [18:52] wardane: adb push foo.click /tmp [18:52] wardane: adb shell sudo -u phablet pkcon install-local /tmp/foo.click [18:53] Thank you [18:53] labsin: http://paste.ubuntu.com/6827786/ that looks unwell [18:53] achiang, IIRC it's always unpacked on top of the rootfs, and contains just the version info [18:53] stgraber, ^ [18:54] popey, It was a test to add qml modules. It works on the desktop in confinement -.- [18:55] I'll try the emulator [18:55] labsin: sorry [18:56] popey, no problem. Is qmlscene totally different on the phone? [18:56] cyphermox, https://code.launchpad.net/~cwayne18/ubuntu/trusty/lxc-android-config/pretty-hostname/+merge/203400 [18:57] labsin: we may want to move to #ubuntu-app-devel [18:58] cwayne: right, but... why? [18:58] cwayne: this is just part of understanding more about the overall system architecture [19:02] ondra: do you know why? ^^ [19:04] achiang, sorry, digging through logs, i think i saw stgraber explain it once [19:06] cwayne: like... i'm kinda curious why it can't be part of one of the other existing tarballs. [19:07] cwayne: i could go look at the system-image code again. maybe that will explain [19:09] cwayne: mmm... i think i'll wait for you to dig out of logs, or for stgraber to just shed some light ;) [19:12] achiang, i *think* it's so that it's autogenerated, and is always part of an OTA update [19:13] cwayne: interesting [19:14] so if any of the other tarballs changed, a new version.tar.xz is created, to make sure those files are always accurate [19:18] cwayne: that's a plausible theory :) === krabador is now known as Guest78666 === dandrader|doctor is now known as dandrader === dandrader is now known as dandrader|afk === ubuntu__ is now known as Guest60915 === dandrader|afk is now known as dandrader [20:21] Hi! Speak Hungarian? [20:24] !hungary [20:24] Magyar nyelvű segítséget az #ubuntu-hu csatornán talál [20:47] kutya fazs. === dandrader_ is now known as dandrader [21:49] I get this: (pkcon:2938): GLib-CRITICAL **: Source ID 3519 was not found when attempting to remove it [21:49] Fatal error: Error while installing package: unable to make backup link of `./lib/udev/rules.d/70-android.rules' before installing new version [21:50] Can someone tell me what's wrong? [21:52] a_muva_, when do you get this? generally you shouldn't use deb packages when dealing with ubuntu touch unless there's a good reason to do so [21:54] w-flow: I tried pkcon refresh, and pkon update [21:55] I guess I shouldn't upgrade like that [21:55] yeah [21:55] Ok thanks [21:55] use image-based upgrades instead (from system-settings app or "system-image-cli" command line tool) [21:55] update manager for apps updates [21:55] or system settings -> updates, for system image updates [21:56] or system-image-cli as w-flo says [22:05] Can I somehow get to the shell in android's container? There was some script, "android-chroot" or something like that, but I can't find it anymore [22:08] Tassadar, yes..I think it was something like lxc-console -n android [22:08] and some magic key combo (screen-like) to leave the container environment [22:10] yeah, that says it connects to tty1 of that container, but the shell isn't there (it doesn't respond to any command) [22:11] "lxc-console -n android --tty 0" is the right one [22:11] thanks [22:11] ah. /me hopes to finally remember the arguments list now [22:12] or just echo "lxc-console -n android --tty 0" > /usr/local/bin/android-chroot, so that it is like before ^^ [22:12] heh, someone should definitely add that to the rootfs :) [22:13] w-flo: by the way, the reason why it took so long for adb to start on n5 is kinda funny [22:14] init tries to write some debug/info messages to "console", which is serial console during boot [22:15] but when nothing is connected to physical UART on the device, the driver in kernel will try to write to it and timeout after 30s [22:16] that makes sense.. difficult to find out for sure (unless there's some "time out waiting for ..." message in dmesg) [22:17] I have the HW-thingy (just a voltage converter) to communicate with UART on N5, so I can just connect it, and it no longer hangs [22:17] (UART is inside of headphones jack on nexus devices, quite handy indeed) [22:18] and the "fix" is to set console=tty0 instead of console=ttyHS0somethingserial in cmdline [22:18] that's cool... since I don't have hardware like that (and I'm not sure where/if I'd connect it to the HTC vision) I had to figure out early boot issues blindly :) [22:20] I remember there was some issue with console, too.. resulting in a boot loop. a missing kernel option for VT_CONSOLE or something like that [22:20] if there is something I'd want to hug google engineers for, it's that serial console - it is usually just on some pins on the board, or not even that, and they put it directly into the headphones jack, so I don't have to even disassemble it) [22:20] yeah that sounds look a very good feature [22:21] uhm. I'm pretty tired .. s/look/like/ %) === w-flo is now known as w-afk === icarusfactor is now known as factor === salem_ is now known as _salem [23:41] mterry: I finally took the time to review your MR for the greeter contacts, should be merged soon [23:41] boiko, oh awesome! I should do texts next, I think that's a separate code path [23:43] mterry: yes, the code for it is in the indicator/ folder === balloons is now known as Guest72010