=== chriadam|away is now known as chriadam [02:40] I'm trying to run Nicholas Skaggs' tutorial on Autopilot and the tests never run for me. Anyone know if there is something wrong with the tutorial or autopilot? [02:41] It might be operator error on my part, but I've tried follow his instructions, and they aren't too involved.... [05:59] Ubuntu Application Indicator for blog | http://askubuntu.com/q/326358 [06:52] good morning === JamesTait is now known as Guest42887 [08:53] Good morning all, happy Paperback Book day! :-D [08:59] kalikiana: more u1db-qt stuff https://code.launchpad.net/~timo-jyrinki/u1db-qt/fix_copyright_add_bootstrap_wrapandsort/+merge/177533 === Guest42887 is now known as JamesTait [09:07] Mirv: nice stuff. I notice that yahoo stuff is needed for the uitk as well, it has the same file [09:08] kalikiana: oh, a good catch, I'll handle addition of that [09:09] cool === popey changed the topic of #ubuntu-app-devel to: http://developer.ubuntu.com | App development on Ubuntu: how to do it & how to make it better | HackDays! http://bit.ly/12Ux0vM | 30th July is Docviewer hackday: http://bit.ly/16gwmtO | Bugs in Docviewer: http://bit.ly/1e7PtXQ | Docviewer Blueprint: http://bit.ly/18OCqgK [09:24] how do I detect whether there's a data connection? Is asking NM enough? [09:30] same question for location detection [09:41] I guess the latter will be QtLocation when that's implemented [09:45] Laney: I'm no expert, but I do know that the data connection is enabled via NM, so asking it should then sound like enough [09:46] Mirv: I think I'll implement that for now === UbuPhillup is now known as Guest97428 [09:59] gusch: would you have time to review https://code.launchpad.net/~osomon/webbrowser-app/crash-history-db/+merge/177552 ? [09:59] oSoMoN: ok [10:00] thanks [10:01] How long does it take for a proprietary software to get reviewed to Ubuntu | http://askubuntu.com/q/326432 [10:24] oSoMoN: approved [10:25] gusch: thanks! === MacSlow is now known as MacSlow|lunch === UbuPhillup is now known as Guest73818 === Guest73818 is now known as UbuPhillup [11:22] gusch, ping [11:25] om26er: pong [11:26] gusch, did you see Bill's email [11:26] gusch, from the logs it seems that's an autopilot issue [11:26] om26er: yes - for me it looks like the app crashed, or the connection got lost [11:26] om26er: I'd say the same - rather loosing the connection, and an autopilot issue [11:27] om26er: but I have no further idea - was hoping you would have ... [11:27] gusch, I don't know much further, tried pinging thomi but he may not be online [11:27] we are re-running those tests and thing could be back to normal [11:28] om26er bfiller ok - so please continue to ping thomi and find the issue - thx [11:28] om26er: in meeting with thomi now === gusch is now known as gusch|lunch === MacSlow|lunch is now known as MacSlow === gusch|lunch is now known as gusch === _salem is now known as salem_ [12:59] nerochiaro: approved (and restarted jenkins) [12:59] gusch: thanks [13:29] gusch: oSoMoN: https://code.launchpad.net/~amanzi-team/camera-app/camera-app-zoom-toolbar-margins/+merge/177589 one more bugfix [13:33] nerochiaro: ok [13:33] gusch: do you know how to launch the app from a shell ? i used to be able to do it but now it complains that it can't find the display anymore [13:34] nerochiaro: do you use --desktop_file_hint=/usr/share/application/camera-app.desktop ? === dholbach_ is now known as dholbach [13:37] nerochiaro: approved [13:40] gusch: yes [13:40] gusch: i use that cmd line [13:40] nerochiaro: and you are running as user phablet? [13:41] gusch: ah no, root, the default when you log in. good catch [13:42] oSoMoN, hey [13:45] om26er: hey [13:45] oSoMoN, can you review this https://code.launchpad.net/~om26er/webbrowser-app/improve_chrome_reveal_logic/+merge/177593 [13:46] oSoMoN, there was a failure in utah where it was not able to reveal the chrome due to some reason, I have simplified the chrome reveal logic and also added a retry if the chrome is not revealed with the first attempt [13:47] I will create another branch to replace pointing_device.move() and click() into click_object() [13:48] om26er: I don’t think retrying is a good idea, it will only hide bugs, not help resolve them [13:49] oSoMoN, I can revert the last commit, if you say [13:49] om26er: yes please [13:50] oSoMoN, done === matiasb1 is now known as matiasb [14:08] om26er: I added a couple of comments to your MR [15:05] Ubuntu - phone OS | http://askubuntu.com/q/326545 [15:06] oSoMoN, fixed everything per your suggestion [15:21] om26er: I thought you were going to address the click_object() changes in a separate branch? [15:22] oSoMoN, yes, but it was simple enough so I did that in this one [15:23] oSoMoN, its not unrelated to previous work in the branch as that is also cleaning up the code [15:24] om26er: yeah… I would have preferred to have that in 2 separate branches, but now that it’s done let’s not waste time splitting the changes [15:24] oSoMoN, thanks [15:45] How do I register a cpp class in QML? I know I need to use qmlregistertype, i just don't know where i need to put that line [15:49] wellsb: I think the cleanest way to do it is to create one class that extends QQmlExtensionPlugin, and load all the classes that you like to expose to QML from there. [15:49] wellsb: see http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/plugin/plugin.h and [15:49] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/plugin/plugin.cpp as example [16:20] seb128: have you had a chance to package the new poppler today? [16:20] mhall119, hey, you need to subscribe to saucy-changes ;-) [16:21] mhall119, https://launchpad.net/ubuntu/+source/poppler/0.24.0-0ubuntu1 [16:21] I'm subscribed to too much already [16:21] seb128: will it build for Raring, Quantal and Precise? [16:22] if so, I'd like to put it in the SDK or Core Apps PPAs for those releases [16:22] mhall119, no [16:23] what's blocking that? [16:23] mhall119, well, it would probably build, but they changed apis in libpoppler (like every cycle), it's going to break cups, latex, xpdf, etc etc [16:23] oh, ew [16:23] so you need to port all those apps to the new api [16:23] we do that in saucy [16:23] but I'm not going to backport that stack of apps to older series [16:23] ok [16:55] Can i create ubuntu desktop apps in java? | http://askubuntu.com/q/326588 [18:23] How to get QML syntax highlighting in gedit? | http://askubuntu.com/q/326624 === sam113101 is now known as sam113101_afk [21:18] Hello there I am tring to build unity8 and am having some issues. How to tell cmake or ninji to install into /usr I have tried mkdir build cd build ; cmake -DCAME_INSTALLPREFIX:PATH=/usr but it is not installing all the libs what gives broseph ? [21:19] sorry I missed a _ in ther e [21:19] -DCMAKE_INSTALL_PREFIX:PATH=/usr [21:20] who knew that a day would turn into a week lol [21:21] There are 168 issues with building this [21:22] that is what qtcreator says [21:22] but back to the 1st question why is it not installing to where I tell it to ? [21:23] I guess I could knife around with some ninjia's [22:11] we all know that we can not make anomous struts but people still do WTEF === sam113101_afk is now known as sam113101 === sam113101 is now known as sam113101_afk === sam113101_afk is now known as sam113101 === sam113101 is now known as sam113101_afk === sam113101_afk is now known as sam113101 === salem_ is now known as _salem === sam113101 is now known as sam113101_afk === sam113101_afk is now known as sam113101