[01:56] popey: Submitted another Terminal MR if you have time :) [01:56] already tested and approved :D [01:57] oh, another one! [01:57] you're on fire! [01:58] need to do a store upload when all this lands [01:58] * popey glares at jenkins [02:05] Hehe [02:06] Im having fun with the terminal app, totally continuing to do more with it :) [02:08] * ogra_ only recently noticed that the terminal app actually doesnt stop running processes when you swipe it to the background ... [02:08] it actually backgrounds them ... and you can get them back issuing "fg" [02:09] Really? I think there are at least 2 open bugs relating to that [02:09] yeah [02:10] i always thought it kills the processes ... til i noticed it in stopped state in ps :) [02:10] I've never been able to test that considering I still don't have an emulator setup; my ubuntu installation is on a flash drive right now [02:11] McIntireEvan, tried the paste branch, and i still see a paste entry even when the buffer is empty [02:12] Hmm, it worked for me, though I have a few ideas, I'll check it out again tomorrow after my physics final [02:28] Oh, popey, I also have a branch I did for a GCI task from a few weeks back that vastly expands the READMEs, ahayzen did a bit of a review on it and I fixed some things that I noticed were mistakes, mind taking a look? [02:29] Actually looking at it I do need to rebase it because I did it on a dirty branch === chihchun_afk is now known as chihchun [07:22] JanC: I know that scopes have happened :-), I'm asking about whether their security model as defined in https://wiki.ubuntu.com/SecurityTeam/Specifications/ScopesConfinement is up to date === hasselmm1 is now known as hasselmm [10:06] Good morning all! Happy Wednesday, and happy Penguin Awareness Day! 😃 [10:35] Having been pooped on by one, I'd say it is best to beware penguins 365 days a year. [10:36] Likewise cats. [10:36] natch === _salem is now known as salem_ [11:10] McIntireEvan: just fyi, the terminal app will be used for the user-testing session we have at the end of January :) in desktop environment :) === salem_ is now known as _salem === _salem is now known as salem_ === boiko_ is now known as boiko === _salem is now known as salem_ === pat_ is now known as Guest33510 === salem_ is now known as _salem === _salem is now known as salem_ === Elleo_ is now known as Elleo [14:56] balloons, have you had anyone else report that jenkins is having issues finding the keyboard sometimes ? I've had the same issue for both music and weather now where it says "RuntimeError: Keyboard is not on screen" sometimes when using .write(value) [15:15] Hello guys, I'm trying to make a JavaScript scope and I am having trouble with the SDK. [15:16] I'm getting :-1: error: /usr/bin/cmake: Command not found When I test my new scope app before I've even made any changes. I'm using the Ubuntu 15.04 click [15:22] DS-McGuire: have you installed the SDK from the PPA? [15:23] mcphail, I can't really remember it has been a while. Should I add the ppa and update? [15:24] DS-McGuire: yes, add PPA, install SDK, run "sudo apt-get update && sudo apt-get dist-upgrade" to upgrade the click package, delete your click chroots and rebuild. Should sort things, hopefully... [15:25] mcphail, I'll do it now... Getting those click chroots take forever on my Internet. Will let you know in a bit. [15:25] DS-McGuire: I think there are static ones you can install as well. bzoltan_ may be able to point you in the right direction [15:26] mcphail, Awesome, that would help :) [15:27] I just checked before I added the PPA and it seems i already have the ppa [15:28] DS-McGuire: OK, make sure you have run a "dist-upgrade" as the default click package doesn't get upgraded unless you do that [15:28] Will do it now, mcphail :) [15:28] DS-McGuire: then make sure you have the SDK installed (which should pull in cmake) and rebuild the click chroots. [15:29] mcphail, Looking at the terminal now it seems it's updating "make" so fingers crossed. [15:29] DS-McGuire: if you need a static chroot just install the ubuntu-sdk-api-15.04-armhf package [15:30] * mcphail hasn't tried building a javascript scope yet, but had similar problems when building apps with an outdated version of click [15:31] Damn, updated everything and still have :-1: error: /usr/bin/cmake: Command not found [15:32] DS-McGuire: you've deleted and rebuilt the chroots? [15:32] mcphail, Oh yeah ahah [15:32] * DS-McGuire deleting [15:32] DS-McGuire: see bzoltan_'s message above re: static chroots (to save time) [15:33] mcphail, How would I install that? [15:33] nevermind, I just sudo apt-get installed it [15:33] DS-McGuire: "sudo apt-get install ubuntu-sdk-api-15.04-armhf" I would guess [15:33] :) [15:34] * DS-McGuire needs coffee to wake up [15:34] * mcphail crosses fingers [16:14] mcphail, Still fails... [16:14] I don't know what to do :L [16:18] DS-McGuire: javascript scopes are quite new, aren't they? What guuide/tutorial are you following? [16:19] mcphail, This one: https://developer.ubuntu.com/en/scopes/tutorials/developing-scopes-javascript/ I has been updated since I last used it (2 days ago) due to a lack of instructions I found and then Micheal Hall fixed. [16:20] DS-McGuire: are you around later? I can try it after work and see what it does on my machine [16:21] I will be out from 6:30GMT to 8:30GMT but I'll be free after that :) [16:21] OK, will try later :) [16:23] mcphail, Thanks. One last note, other projects that aren't JS scopes open fine. === rickspencer3_ is now known as rickspencer3 [17:08] Hi. Why this code not work for indicator? I see just simple ImageMenuItem, no any makrup :( code: new = gtk.ImageMenuItem(''+title+'') label.set_markup('Blue text is cool!') label.set_use_markup(True) [17:17] link0802: don't know what you are doing, or what language you are doing it in, but you're probably in the wrong place here. That aside, most languages don't allow you to run-on statements like that (requiring semicolons or newlines), "new" is a reserved word in common languages and cannot be used as a variable, and your reference to "label" has appeared from nowhere. But I think you'd be better finding a more specific channel [18:01] faenil: Oh, by user-testing session do you mean testing by general users as to how user-friendly stuff is? [18:04] McIntireEvan: yep! [18:04] we invite people to the office and have them play with the apps [18:04] ask them to perform certain tasks etc [18:12] faenil: Awesome! [18:21] DS-McGuire: did you get this error when setting things up? - http://paste.ubuntu.com/14583740/ === javiercrowsoft1 is now known as javiercrowsoft === benoitc_ is now known as benoitc [18:26] mhall119: have you been working on the javascript scopes infrastructure? [18:27] ahayzen, https://bugs.launchpad.net/camera-app/+bug/1455087 still bothering you? [18:27] Launchpad bug 1455087 in Mir "[mako] Camera-app causing hard reset of device" [Undecided,Incomplete] [18:33] has anybody observed https://bugs.launchpad.net/camera-app/+bug/1288539 recently? [18:33] Launchpad bug 1288539 in android (Ubuntu) "[mako] progressive shearing" [Critical,Confirmed] === _stowa_ is now known as _stowa [18:45] McIntireEvan: yeah :) so if you want anything to be usertested on a laptop environment please push it this week :) (beginning of next week at max) [19:21] Kaleo, i haven't had it recently, but also i haven't been using camera as much [19:25] ahayzen, [19:25] o/ [19:25] ok [19:25] well [19:25] let's cross fingers:) [19:25] yeah :-/ [19:31] balloons, ping [20:00] ahayzen, pong [20:00] balloons, two things, firstly i've tried various things to get around the location access thing and it is still failing, even tried copying the webbrowser [20:01] balloons, i've been adding it to this branch i was working on with weather https://code.launchpad.net/~ahayzen/ubuntu-weather-app/fix-control-depends-01/+merge/282241 [20:01] balloons, doing those commands that you gave me end up with something like this http://pastebin.ubuntu.com/14584998/ [20:01] balloons, i wonder if it can't run sudo or something ? [20:02] mcphail: only the documentation side of things, why? [20:03] balloons, i also tried doing a select of GeolocationPermissionRequest but it couldn't find it (that's how the webbrowser does it) http://bazaar.launchpad.net/~phablet-team/webbrowser-app/trunk/view/head:/tests/autopilot/webbrowser_app/tests/test_geolocation.py http://bazaar.launchpad.net/~phablet-team/webbrowser-app/trunk/view/head:/tests/autopilot/webbrowser_app/emulators/browser.py#L423 [20:03] balloons, that's the first thing, the second is that i've found the sdk helper for the keyboard, that you do .type(value) appears to be flaky, it sometimes cannot find the keyboard :-/ [20:05] mhall119: I was just wondering whether the error I posted above was relevant - http://paste.ubuntu.com/14583740/ . Things seem to work OK for me after that, but DS-McGuire has been having problems with missing cmake errors and I don't know if the chroots are getting set up correctly [20:07] yeah, I'll be no help there. davidcalle and marcus might be able to help though [20:08] mhall119: OK, thanks :) [20:10] * balloons looks [20:11] * balloons realizes ahayzen wants him to think [20:11] balloons, haha, any suggestions to both issues? ;-) i think the latter is a problem in the sdk helper itself as i've seen on music and weather the same issue [20:11] ahayzen, for the keyboard helper issue, ask timp /file a bug for sure. Is this not just happening on music or weather? [20:12] balloons, music and weather are the only two i monitor autopilot tests :-) [20:12] and yes, sudo is an issue. What I sent you should work for location. If it doesn't, we can ask the QA folks about it [20:12] but for both i have now seen it say "NoKeyboardFound" and then take a screenshot of the keyboard... [20:12] ahayzen, yes, more than just one app means it's definitely a bug [20:12] balloons, https://wiki.ubuntu.com/Process/Merges/TestPlan/location-service#Dummy_provider <- has sudo in it ;_) [20:13] ahayzen, if you do the commands manually and then run the tests, does it work ok? [20:13] balloons, it is only failing on jenkins [20:13] balloons, on my device it is fine, as i have already accepted the location thing at some point in the past [20:13] ahayzen, it works without running anything even locally? ohh right.. lol, I meant on a fresh device [20:14] ah yeah, idk if that would work [20:14] and even a reflash wouldn't help, i'd have todo a wipe? :-/ which i'd rather not do [20:14] so that makes sense. Well, let's mod the job to run just the single test, and run the commands locally [20:15] balloons, thanks [20:15] ahayzen, and the test doesn't matter -- any one should work yes? Give me a full name to run and I'll make the job [20:16] balloons, only some use the location stuff... let me check [20:17] balloons, try ubuntu_weather_app.tests.test_migration.TestMigration.test_locations_page === chihchun is now known as chihchun_afk [21:05] Hi === hasselmm1 is now known as hasselmm [21:32] balloons, were you able to make the job ? :-) [21:34] ahayzen, working on it now [21:34] balloons, sweet, thanks :-) [21:37] https://core-apps-jenkins.ubuntu.com/view/Test/job/weather-location-test/ will be it [21:39] \o/ === salem_ is now known as _salem [21:42] mcphail, Any luck after? [21:56] DS-McGuire: worked for me, despite an error message setting things up. When do you get the error? [21:56] mcphail, When I run a JS scope... Any scope... :( [21:57] DS-McGuire: let's run through the setup together... [21:58] DS-McGuire: OK, New project -> Unity Scope (Javascript) [21:58] pick a name [21:59] Framework ubuntu-sdk15.04.3, confinement type scope with network access, Template JS scope using http and json... [22:00] For kit selection, I pick Desktop (not Ubuntu SDK Desktop kit) and Ubuntu SDK for armhf... [22:00] skip version control [22:00] Then run cmake for the desktop. Do you get an error there? [22:07] * DS-McGuire will do in 10 mins [22:24] mcphail, Right, did all that exactly how you said and it still doesn't work... :( [22:29] DS-McGuire: at what point does it fail? [22:31] mcphail, As soon as it's started. Nothing even starts it just fails. [22:31] Output log: 22:30:52: Running steps for project untitled2... [22:31] 22:30:52: Starting: "/usr/bin/make" [22:31] Makefile:281: recipe for target 'cmake_check_build_system' failed [22:31] make: /usr/bin/cmake: Command not found [22:31] make: *** [cmake_check_build_system] Error 127 [22:31] 22:30:52: The process "/usr/bin/make" exited with code 2. [22:31] Error while building/deploying project untitled2 (kit: Desktop) [22:31] When executing step "Make" [22:31] 22:30:52: Elapsed time: 00:00. [22:31] OMG, sorry. [22:34] DS-McGuire: what is the output of "click chroot -a armhf -f ubuntu-sdk-15.04 run which cmake [22:36] is gives me click /usr/bin/cmake [22:36] Not the click part at the start mcphail [22:36] what do you mean? [22:37] sorry, the output is : /usr/bin/cmake [22:37] OK. That looks good [22:37] And the result of a simple "which cmake"? [22:38] The same [22:39] DS-McGuire: and you've run "unity-js-scopes-tool setup"? [22:39] yep, i'll run it again though [22:40] Hmm, I get some errors when running that. [22:40] yes, I got errors too [22:40] http://paste.ubuntu.com/14585950/ [22:41] Want to check those errors are the same? ^^ [22:42] Similar. I didn't get the apt-get errors. I presume this may be because you are running the static click chroot??? [22:45] DS-McGuire: this error seems quite arcane. I wonder if davidcalle could help out with it? Perhaps it is because you are running 15.04 and I am running 15.10? Perhaps it is because you are running the static chroot and I am running the traditional one? This makes my head hurt [22:46] mcphail, Don't stress too much about it. But one thing; I am running Ubuntu 15.10, not .04 [22:47] OK, then our setups should be reasonably close. Perhaps it is worth posting your error to the mailing list? === ybon1 is now known as ybon [23:02] mcphail, Yeah I think I'll have too [23:51] popey, the disable-paste branch should be good now, the issue was really silly of me, but I got it